Skip to content
New issue

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

[Feature Request] Add an option to unmount #810

Open
mhogomchungu opened this issue Dec 4, 2023 · 0 comments
Open

[Feature Request] Add an option to unmount #810

mhogomchungu opened this issue Dec 4, 2023 · 0 comments

Comments

@mhogomchungu
Copy link

When mounting a file system, gocryptfs seems to do the following:-

  1. Use "mount" command.
  2. If the above fail then use fusermount3 command if present.
  3. If the above is absent then use fusermount command.
  4. If the above is absent then error out and report fusermount command not found.

Unmounting is left to the user and i do not think there is a way of knowing which command was use at mounting. Both fusermount3 and fusermount report a file system as "fuse.gocryptfs" for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant