diff --git a/pages/common/encfs.md b/pages/common/encfs.md index 06a069f4e..857f4ad2e 100644 --- a/pages/common/encfs.md +++ b/pages/common/encfs.md @@ -1,7 +1,7 @@ # encfs -> Encrypted virtual filesystem. -> To unmount encrypted filesystem use `fusermount -u`. +> Mounts or creates encrypted virtual filesystems. +> See also `fusermount`, which can unmount filesystems mounted by this command. > More information: . - Initialize or mount an encrypted filesystem: @@ -12,7 +12,7 @@ `encfs --standard {{/path/to/cipher_dir}} {{/path/to/mount_point}}` -- Run encfs in foreground instead of spawning a daemon: +- Run encfs in the foreground instead of spawning a daemon: `encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}`