Skip to content

1.0.35 Release

Compare
Choose a tag to compare
@macos-fuse-t macos-fuse-t released this 14 Jan 14:47
· 11 commits to main since this release
3e1d44b

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