Razvan's Technology Blog
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment