Published: 03 Jun 2019 › Updated: 03 Jun 2019
Fuse Mac OS X
Here's a nice little gem, if you get this sort of error:
mount_osxfuse: the file system is not available (255)
fuse failed. Common problems:
- fuse kernel module not installed (modprobe fuse)
- invalid options -- see usage message
apparently the issue is that there is a limit on the number of kernel modules OS X can load. the "fix" at least for me is to run the following:
Kextstat
which will list all of your loaded kernel modules though you can probably pick the following module fairly safely and unload it like so:
sudo kextunload -b com.apple.filesystems.smbfs
then magically doing something like.
encfs /Users/demo/Sync/Important /Users/demo/Bills
starts working without any issues.
Leave Fuse Mac OS X to:
Read more #mac posts
Best Posts From csgeek
We have not curated any of csgeek's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.