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

Starting with fuse 3.0 the nonempty option has been removed. #441

Closed
juddmon opened this issue Dec 9, 2019 · 1 comment
Closed

Starting with fuse 3.0 the nonempty option has been removed. #441

juddmon opened this issue Dec 9, 2019 · 1 comment

Comments

@juddmon
Copy link

juddmon commented Dec 9, 2019

I ran into this problem in Ubuntu 20.04 beta.

The code for libfuse >= 3.0 had the nonempty mount option removed from fusermount because the standard mount option does not have this option. This caused gocryptfs to fail when this option is used (fuse doesn't allow that option). Not using it will not work either if the mountpoint is not empty because the check "isEmptyDir" failed.
http://fuse.996288.n3.nabble.com/ANNOUNCE-libfuse-3-0-0-has-been-released-td14403.html

I submitted a PR to fix this. #440

@rfjakob
Copy link
Owner

rfjakob commented Dec 28, 2019

Merged as db43bfc , thanks!

@rfjakob rfjakob closed this as completed Dec 28, 2019
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

2 participants