-
Notifications
You must be signed in to change notification settings - Fork 80
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
Mount & fuse3: unknown options #1414
Comments
Not sure if it solves all issues but
Try again |
Thank you for the tip, but that sadly doesn't help. I run rustic as root, could that be the issue? |
IIRC this is an issue when using fuse3 in combination with rustic. @jullanggit are you self-compiling? In any case you should try to use libfuse.so instead of libfuse3.so. #1366 might solve the issue with fuse3. |
Yes, I'm compiling from source ( |
I would also be open to work on #1366, but I would need some guidance for that |
System
Issue
When trying to use mount, I get the following error from fuse:
With --exclusive, I still get the error:
For some reason, fuse doesn't seem to know any options, even stuff like
debug
doesn't get accepted. I'm not sure if this is an issue with rustic or my system, either way, any help would be very welcome.The text was updated successfully, but these errors were encountered: