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"? > 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 -- 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.
