• fuse: failed to exec fusermount: Permission denied

    This is a footnote to yesterday’s post about using fuse based encrypted filesystems on linux. Once you have everything setup and try to mount an encrypted folder, you might get the following error:

    EncFS Password:

    fuse: failed to exec fusermount: Permission denied
    fuse failed.  Common problems:
    - fuse kernel module not installed (modprobe fuse)
    - invalid options — see usage message

    This can be easily fixed by typing:

    chmod +x /usr/bin/fusermount

    Friday, June 11th, 2010 at 19:12
No comments yet.

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
TOP