Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels