osxfuse / sshfs

File system based on the SSH File Transfer Protocol
http://fuse.sourceforge.net
GNU General Public License v2.0
1.14k stars 128 forks source link

Mac OS upgrade to Big Sur broke SSHFS #68

Open achhabr1 opened 3 years ago

achhabr1 commented 3 years ago

Seeing below error

(python38-venv) ac043s@NJML01AC043S paloalto % sudo sshfs ac043s@10.10.57.191:/home/ ~/Documents/csvt-flexware-js kext load failed: -603946986 mount_macfuse: the file system is not available (255) (python38-venv) ac043s@NJML01AC043S paloalto %

bfleischer commented 3 years ago

Please make sure to update to the latest version of macFUSE (currently version 4.1) and macOS 11.3.1.

achhabr1 commented 3 years ago

I am using sshfs 2.5.0

bfleischer commented 3 years ago

Yes, but sshfs is based on macFUSE and you need an up-to-date version of macFUSE, that supports Big Sur, to use sshfs on Big Sur.

designbyadrian commented 2 years ago

I have this issue with macFUSE 4.1.2

OS X 11.5.2

runeksvendsen commented 1 year ago

Perhaps it's because you run the sshfs command as root?