I am mounting a linux server using sshfs under Mac OS X 10.6.6 using Macfuse 2.0.3 and sshfs. I have successfully used this mount command to get things working:
mount_sshfs plarmande@server:/home/plarmande ~/sshfs/backup/ - oauto_cache,reconnect,allow_other,volname=backup What I am trying to do is to convert this to an automount. I have a line in the /etc/fstab that looks like: dummy:plarmande@server:/home/plarmande /Network/backup sshfs volname=backup,allow_other,auto_cache 0 0 Here I rename my IP server adress to Server (linux). When I remount things with: sudo automount -v 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 "backup", I get: operation not permitted as it is pointed in macfuse FAQ. The problem still remain if I use -t 3600 option or enable this option into autofs.conf file Have you any solutions to solve this problem ? Regards, Pierre. -- 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.
