I am mounting a linux server using sshfs under Snow Leopard using Macfuse 2.0.3 and sshfs. I have successfully used this mount command to get things working:
/Applications/sshfs/bin/mount_sshfs sedavis@server:/data/sedavis/ ~/ sshfs/mydrive What I am trying to do is to convert this to an automount. I have a line in the /etc/fstab that looks like: sedavis@server:/data/sedavis /Network/mydrive sshfs compression=yes,reconnect,volname=mydrive,allow_other,nobrowse 0 0 Obviously, server is the name of my server (linux). SSH keys are in place, so no password is needed. When I remount things with: sudo automount -vc I get the reply that I expect and all appears well. In /Network, I see the mount point. However, when I try to cd into "mydrive", I get: cd: protocol error: /Network/mydrive Any ideas what is going on or how to fix it? Thanks, Sean -- 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.
