Probably would help if I give software versions:

MacFUSE 2.0.3
Mac OS X Leopard 10.5.6

Luca Spiller

On Feb 26, 10:33 pm, Luca <[email protected]> wrote:
> I am trying to setup MacFUSE + SSHFS with automounting under Leopard.
> I have read the wiki (http://code.google.com/p/macfuse/wiki/
> AUTOMOUNTING), and the blog post (http://www.osxbook.com/blog/
> 2008/12/11/a-note-on-automounting-macfuse-file-systems/) however I
> can't get it to work. The wrong arguments are being sent to the
> mount_sshfs command.
>
> Here is my /etc/fstab:
>
> [email protected]:/media /Volumes/Au07/Media sshfs
> auto_cache,volname=Media 0 0
>
> If I then run automount -vc I get:
>
> automount: /net updated
> automount: /home updated
> automount: /Volumes/Au07/Media updated
> automount: no unmounts
>
> All, good so far until I try and access the mount. It fails. The
> reason why is because the arguments passed to mount_sshfs are wrong:
>
>  -o nosuid,nodev -o auto_cache,volname=Media,rw -o
> automounted,nobrowse /media /Volumes/Au07/Media
>
> As you can see, the host is removed. Now, the weird bit. If I change
> my /etc/fstab to use nfs rather than sshfs, this is what gets passed
> to mount_nfs:
>
> -o retrycnt=0 -o nosuid -o nodev -o auto_cache -o volname=Media -o
> automounted -o nobrowse [email protected]:/media /Volumes/Au07/Media
>
> As you can see, completed different. Help please!
>
> Luca Spiller
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to