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

Ropetin Again ropetin at gmail.com
Sun Jun 4 21:05:26 UTC 2006


On Sun, Jun 04, 2006 at 01:53:01PM -0700, Eric Hanchrow wrote:

> The shell from which you ran "sshfs" probably doesn't "know" that
> you're in the fuse group.  Try logging out and logging back in; or if
> that's too tedious, try "su - user" to get a new login.
> 
> In any case, you can check which groups you're currently in by running
> the "id" program.  If that program doesn't show "fuse" as one of the
> entries, sshfs won't work.
> 

Weird that I would have to do that, thank you for pointing it out though!  
Then I had to;

	user at linuxlaptop:~$  sudo chmod 4755 /usr/bin/fusermount

And everything is perfect.

Ropetin.





More information about the ubuntu-users mailing list