diff --git a/pages/common/encfs.md b/pages/common/encfs.md index f6db96b07..06a069f4e 100644 --- a/pages/common/encfs.md +++ b/pages/common/encfs.md @@ -1,6 +1,7 @@ # encfs > Encrypted virtual filesystem. +> To unmount encrypted filesystem use `fusermount -u`. > More information: . - Initialize or mount an encrypted filesystem: @@ -15,10 +16,6 @@ `encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}` -- Unmount an encrypted filesystem: - -`fusermount -u {{path/to/mount_point}}` - - Mount an encrypted snapshot of a plain directory: `encfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}`