Releases: macos-fuse-t/fuse-t
Releases · macos-fuse-t/fuse-t
1.0.44 Release
Bug fixes:
- Crash when performing file deletion in parallel with ReadDir op
- Workaround: Don't fail NFS Read/Write op on a closed file handle (ReOpen -> Read/Write -> Close).
- #72
1.0.43 Release
Bug fix:
- Clear lookup cache only for the changed nodes
1.0.42 Release
Bug fix:
- On 15.0 Finder fails to copy files when named attributes are enabled
1.041 Release
Bug Fix:
- Clear lookup cache on Unlink/Rmdir
1.0.40 Release
Bug fix:
- Fail symlink and link operations in case of fuse error
1.0.39e PreRelease
Bug fix:
- Correctly pass offset to READDIR callback
1.0.39d PreRelease
New Features:
- Log location can be specified in fuse-t.ini
Bug Fixes:
- Remove NFS
noac
mount options because it seems not to be working as expected - Improve compatibility with anacrolix fuse library
1.0.38 Release
Release Notes:
- Default log location changed to
~/Library/Logs/fuse-t/fuse-t.log
- fuse-t can now be installed without root permissions to a local user home:
installer -pkg fuse-t-macos-installer-1.0.37.pkg -target CurrentUserHomeDirectory
Bug fixes:
- Use NFD unicode encoding internally to prevent issues with Japanese characters in filenames
- SMB backend lockup fix
1.0.36 Release
Minor changes
- Less verbose default logging
- SMB backend fixes
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