April 12, 2010

Dealing with fuse permission denied

If the following error occurs when trying to use FUSE:
fuse: failed to exec fusermount: Permission denied
then it may be necessary to add yourself to the group "fuse" by using one of the following commands:
sudo gpasswd -a $LOGNAME fuse OR > sudo usermod -aG fuse $LOGNAME

NOTE: You must log out and log in again for this change to take effect!

No comments:

Post a Comment