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

Eric Hanchrow offby1 at blarg.net
Sun Jun 4 20:53:01 UTC 2006


	user at linuxlaptop:~$ sshfs user at hostname: mount_point/ 
	fusermount: failed to open /dev/fuse: Permission denied
    I've added my user to the fuse group;

            user at linuxlaptop:~$ sudo adduser user fuse

    I've changed the group of /dev/fuse to fuse (from bug# 5105)

            user at linuxlaptop:~$ sudo chgrp fuse /dev/fuse

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.

-- 
When I just need to kick back after a long day of changing 1.s
into 0.s and 0.s into 1.s, nothing satisfies my primal fish urge
better than a can of Genova [tuna].
        -- Ben Collins-Sussman





More information about the ubuntu-users mailing list