The line in my /etc/fstab file is as follows:
sshfs#user@address:/media /Users/acc/Desktop/CODAAMOK fuse port=??,reconnect,allow_other,volname=SERVER 0 0
The error I'm receiving is as follows:
mount: exec /System/Library/Filesystems/fuse.fs/Contents/Resources/mount_fuse for /Users/acc/Desktop/CODAAMOK: No such file or directory
The destination directory is indeed valid:
CODAAMOKmac:~ acc$ ls /Users/acc/Desktop/
CODAAMOK
I'm new to OS X so to my understanding, this doesn't work the way it usually does in the likes of, say, Ubuntu or the like. I'm inclined to believe my issue is the use of fuse although I'm not entirely sure. Whilst OSXFUSE version 2.6.4 is installed, I can't seem to use it in command line when using the term fuse. Can someone point me in the right direction please?
Edit turns out fuse.fs is not present in /System/Library/Filesystems/, despite having installed OSXFUSE twice now.