Releases: macos-fuse-t/fuse-t
Releases · macos-fuse-t/fuse-t
1.0.23 Release
- Small fix from the previous release: default root folder for mounts in Finder is now
fuse-t
and notlocalhost
1.0.22 Release
Changes and new features
- Improved IO performance. (Tune it with increased read/write buffers: -o rwsize=262144)
- Added
nomtime
andnoatime
mount options as a workaround of the following issue: #17. This will also disabletouch
command. Usage: -o nomtime - Default location for mounted folders in Finder changed to fuse-t from localhost. To customize it, edit
/etc/hosts
and add another alias to 127.0.0.1, then use -o location=[alias] mount option
1.0.21 Release
Bug fix:
- Correctly set UID and GID in FUSE requests
1.0.20 Release
- Added new mount options to be used with -o: nfc, nobrowse
nfc mounts a volume with file names encoded in NFC unicode format compatible with Linux
nobrowse makes a mounted volume invisible in Finder - Added global configuration file for default options. See "/Library/Application Support/fuse-t/cfg/fuse-t.ini"
- Minor bug fixes
1.0.19 Release
Workaround for a bug:
- Saving files in Microsoft Word creates temporary files and sometimes fails
Microsoft Word experiences issues saving files correctly on network-mounted file systems in macOS. During the save process, Word generates numerous temporary files, which can be time-consuming and often result in either complete failure or the temporary files not being removed. This problem appears to be connected to a flawed implementation of a locking mechanism in macOS. A workaround aims to reduce these failures by managing the NFS command flow specific to Microsoft Word.
1.0.18 Release
Bug fixes:
- Workaround for missing ctime file attribute (Cryptomator disappearing files issue)
- Better error code conversion between NFS and fuse
- On uninstall don't delete fuse include folder when other fuse package is installed in the same location
1.0.17 Release
- Better handling of file permissions (chmod ...)
- Workaround to prevent NFS caching: when ctime is not supplied, use the present time instead
1.0.16 Release
- Fix an issue where macOS fails to close a file on creation.
- Fix compatibility issues with go-fuse
1.0.15a PreRelease
- Fix an issue where macOS fails to close a file on creation.
1.0.14 Release
- Bug fix: serving multiple filesystems from the same process