Comment 1 for bug 108649

Revision history for this message
Philip Paquette (pcpaquette) wrote :

philip@paquette-laptop:~$ sudo mount /media/special/
encfs: invalid option -- o
EncFS Password:
Error decoding volume key, password incorrect
philip@paquette-laptop:~$ sudo mount /media/special/
encfs: invalid option -- o
EncFS Password:
fuse: invalid argument `rw'
fuse failed. Common problems:
 - fuse kernel module not installed (modprobe fuse)
 - invalid options -- see usage message

the mount command passes the fuse arguments to encfs with the -o option, but encfs requires those arguments to be passed with the -- option.

Usage: encfs [options] rootDir mountPoint [-- [FUSE Mount Options]]