1.0.35 Release
New experimental feature:
- SMB backend instead of NFS
To use:
- Add the following line to
/Library/Application\ Support/fuse-t/cfg/fuse-t.ini
backend=smb
Or alternatively pass:-o backend=smb
fuse option
Motivation:
It seems that macos SMB client is more stable than NFS and doesn't have the following bugs: #45, #17
Keep in mind this feature is highly experimental and might not be ready for production yet.
The SMB server code is located at this link: https://github.com/macos-fuse-t/go-smb2