LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   permission denied w/ SSHFS FC6 (https://www.linuxquestions.org/questions/linux-software-2/permission-denied-w-sshfs-fc6-525138/)

psychobyte 02-02-2007 11:12 PM

permission denied w/ SSHFS FC6
 
When I try to mount an directory via SSHFS I get this error from the following command...

sshfs user@my.ssh.server.com:/home/iser/ /mnt/mountdir

fusermount: failed to open /dev/fuse: Permission denied

I've tried adding myself to the fuse group but, no go....


Anyone know what causes this?

jonwatson 02-03-2007 12:04 AM

I've never used ssh to do this, but I frequently mount from other machines. In order to do so, I have to put the address and permissions into /etc/exports on the machine containing the directory I want to mount on the external machine. I then have to run 'exportfs -ra' before attempting to do the mount.

In order to pull any of this off, I need to install (on Ubuntu) the nfs packages.

Don't know if that helps your situation or not...


All times are GMT -5. The time now is 10:55 PM.