Skip to content

Releases: macos-fuse-t/fuse-t

1.0.23 Release

01 Jul 16:19
61d0883
Compare
Choose a tag to compare
  • Small fix from the previous release: default root folder for mounts in Finder is now fuse-t and not localhost

1.0.22 Release

01 Jul 12:20
fc17353
Compare
Choose a tag to compare

Changes and new features

  • Improved IO performance. (Tune it with increased read/write buffers: -o rwsize=262144)
  • Added nomtime and noatime mount options as a workaround of the following issue: #17. This will also disable touch 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

25 Jun 20:11
2c644c7
Compare
Choose a tag to compare

Bug fix:

  • Correctly set UID and GID in FUSE requests

1.0.20 Release

20 Jun 07:11
d8be8aa
Compare
Choose a tag to compare
  • 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

16 Apr 11:52
fc182ed
Compare
Choose a tag to compare

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

30 Mar 06:27
3f9b4ee
Compare
Choose a tag to compare

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

17 Mar 15:17
d9b0e52
Compare
Choose a tag to compare
  • 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

11 Mar 16:16
d9b0e52
Compare
Choose a tag to compare
  • Fix an issue where macOS fails to close a file on creation.
  • Fix compatibility issues with go-fuse

1.0.15a PreRelease

06 Mar 08:07
d9b0e52
Compare
Choose a tag to compare
1.0.15a PreRelease Pre-release
Pre-release
  • Fix an issue where macOS fails to close a file on creation.

1.0.14 Release

03 Mar 21:19
6ba2bf4
Compare
Choose a tag to compare
  • Bug fix: serving multiple filesystems from the same process