I am following the autofs instructions found here:
http://code.google.com/p/macfuse/wiki/AUTOMOUNTING
But it's not going so well for me:
dkr...@maclappy:~> ls -al /Network/dkreft-2.desktop/
ls: : Protocol error
I've Googled around but I can't find any help. Any ideas on what's
going wrong? Following is a laundry list of relevant items:
dkr...@maclappy:~> cat /etc/fstab
dummy:[email protected]:/workplace /Network/dkreft-2.desktop
sshfs volname=dkreft-2,allow_other 0 0
dkr...@maclappy:~> mount | grep Network
map -fstab on /Network/Servers (autofs, automounted)
map -static on /Network/dkreft-2.desktop (autofs, automounted)
dkr...@maclappy:~> ls -l $(which mount_sshfs)
lrwxr-xr-x 1 root wheel 35 Feb 6 12:58 /sbin/mount_sshfs@ -> /
Applications/sshfs/bin/mount_sshfs
dkr...@maclappy:~> /sbin/mount_sshfs
[Usage] /sbin/mount_sshfs [-vLf] [-p port] u...@host:[dir] /your/sshfs/
mount/point
-v: show version
-L: follow symlink mode
-f: foreground mode (not detach)
-p port: port to connect to on the remote host
Since my machine came setup with a /Network/Servers autofs, couldn't I
just leverage that somehow?
Thanks, in advance, for any help you can provide.
-dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---