On Wed, Jun 22, 2011 at 11:37 AM, Tamara Temple <[email protected]> wrote:

> On Wed, Jun 22, 2011 at 1:29 PM, Anatol Pomozov
> <[email protected]> wrote:
> >
> >
> > On Wed, Jun 22, 2011 at 11:21 AM, tamouse <[email protected]> wrote:
> >>
> >> There seems to be a dirth of information for first time users getting
> >> this set up and working.
> >>
> >> I instsalled the latest MacFUSE. I downloaded the sshfs-leopard-static
> >> program. I copied sshfs-leopard-static to /usr/local/bin/sshfs. I
> >> tried to mount an ssh file system using root -- seemed to work ok.
> >> Unmounted it.
> >
> > How did you unmount it? Just killed sshfs process or run
> > "umount /fusemnt/tamaratemple.com"?
>
> Yes, the usual way one unmounts a filesystem:
>
> miishka:php junk tamara$ sudo umount /fusemnt/tamaratemple.com
>
>
> >
> >>
> >> Then I tried to mount the same file system as in user-
> >> mode, and it fails:
> >>
> >> miishka:~ tamara$ sshfs $TTCOM:. /fusemnt/tamaratemple.com -
> >> oauto_cache,reconnect,volname=TTCOM
> >> warning: ssh nodelay workaround disabled
> >> mount_fusefs: failed to mount /fusemnt/tamaratemple.com@/dev/fuse0:
> >> Operation not permitted
> >>
> >> (note, $TTCOM contains the user@host for the file system I want to
> >> mount)
> >>
> >> I tried search for "failed to mount" and "Operation not permitted" but
> >> only saw messages about automounting -- I'm not even to that point
> >> yet!
> >
> > It looks like /fusemnt/tamaratemple.com is owned by root, macfuse/fuse4x
> can
> > only mount folders owned by the effective user. Show me
> > ls -l /fusemnt/tamaratemple.com
>
> I believe what you need is this:
>
> miishka:~ tamara$ ls -ld /fusemnt/tamaratemple.com/
> drwxrwxrwx  2 root  admin  68 Jun 22 11:52 /fusemnt/tamaratemple.com
>
> and I'll even give you this:
>
> miishka:~ tamara$ ls -ld /fusemnt/
> drwxrwxrwx  3 root  admin  102 Jun 22 11:52 /fusemnt
>

So change the /fusemnt/tamaratemple.com/ ownership to yourself and try to
mount it once again. I think it should help.

-- 
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