所以这似乎已经在stackoverflow上讨论过,但它仍然没有解决我的问题,因此这里是问题:
1. Logged into mac NOT as a root user. But I do have administrative privileges.
2. Installed Fuse for macos (3.7.1) (https://osxfuse.github.io/)
3. Rebooted mac.
4. Installed sshfs (2.5.0) (https://osxfuse.github.io/)
5. sudo mkdir ~/mount (Location I want to mount the linux volume)
6. sudo sshfs myuser@myserver:/folderToMount ~/mount
7. Also tried: sudo sshfs -o IdentityFile=~/.ssh/id_rsa myuser@myserver:/folderToMount ~/mount -o auto_cache,reconnect,defer_permissions
我收到以下错误:
mount_osxfuse: the file system is not available (255)
任何帮助,将不胜感激。
谢谢。