encfs --version (return code: 0)
encfs version 1.9.2
encfs (return code: 1)
Build: encfs version 1.9.2
Usage: encfs [options] rootDir mountPoint [-- [FUSE Mount Options]]
Common Options:
-H show optional FUSE Mount Options
-s disable multithreaded operation
-f run in foreground (don't spawn daemon).
Error messages will be sent to stderr
instead of syslog.
-v, --verbose verbose: output encfs debug messages
-i, --idle=MINUTES Auto unmount after period of inactivity
--anykey Do not verify correct key is being used
--forcedecode decode data even if an error is detected
(for filesystems using MAC block headers)
--public act as a typical multi-user filesystem
(encfs must be run as root)
--reverse reverse encryption
--extpass=program Use external program for password prompt
Example, to mount at ~/crypt with raw storage in ~/.crypt :
encfs ~/.crypt ~/crypt
For more information, see the man page encfs(1)