We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--unmount
Hi,
If you try to use the --unmount option (plus the mount point) you'll get always the same error:
$ encfs ~/Encrypted ~/Plain EncFS Password: $ encfs --unmount ~/Plain Expecting one argument, aborting.
But if you use the -u flag it will perfectly work:
-u
$ encfs -u ~/Plain Filesystem unmounting: /home/paco/Plain
Other data:
$ encfs --version encfs version 1.9.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
If you try to use the
--unmount
option (plus the mount point) you'll get always the same error:But if you use the
-u
flag it will perfectly work:Other data:
The text was updated successfully, but these errors were encountered: