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