Announcement

Collapse
No announcement yet.

No permission for fusermount

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    No permission for fusermount

    I'm trying to mount a folder over ssh by following this tutorial: http://ubuntu.wordpress.com/2005/10/...m-using-sshfs/

    Everything works fine untils I try to sshfs command. I get this:
    ccc@ccc:~$ cat /etc/group | grep fuse
    fuse:119:ccc
    ccc@ccc:~$ ls -l /usr/bin/fusermount
    -rwsr-xr-- 1 root fuse 18328 2006-05-11 13:45 /usr/bin/fusermount
    ccc@ccc:~$ sshfs myaccount@networkpc.icsaward.com:/share /media/networkpc/
    myaccount@networkpc.icsaward.com's password:
    fuse: failed to exec fusermount: Permission denied

    I made sure my account is a member of the fuse group as you can see above. My account also has ownership of the shared folder under /media/
    I can mount fine as root but not from my account. What gives?

    #2
    Re: No permission for fusermount

    No, wait a minute. It doesn't work right as root either. For some silly reason when I mount the network folder my mountpoint disappears! I mean ls /media/networkpc reports no such file or folder and it goes away in konqueror (browsing as root and/or normal user). When I unmount then my mountpoint reappears! Is this normal? Am I missing something?

    Comment


      #3
      Re: No permission for fusermount

      I still can't get this one to work. I just tried (from someone else's suggestion) to do this:

      ccc@ccc:~$ sshfs networkpc.icsaward.com:/share /media/networkpc/
      ccc@networkpc.icsaward.com's password:
      fusermount: failed to open /dev/fuse: No such file or directory
      ccc@ccc:~$ ls /dev/fuse
      ls: /dev/fuse: No such file or directory

      Still giving errors! Is /dev/fuse supposed to be installed by sshfs? I'm lost!

      Comment

      Working...
      X