You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered: