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

fuse: unknown option `nofail' #890

Open
BloodBlight opened this issue Aug 30, 2020 · 4 comments
Open

fuse: unknown option `nofail' #890

BloodBlight opened this issue Aug 30, 2020 · 4 comments

Comments

@BloodBlight
Copy link

When the 'nofail' option is added in fstab, and attempting to mount after the system has already booted (just as adding the mount point, them using "mount /mnt/target" will result in the following error:

fuse: unknown option `nofail'
error in fuse_lowlevel_new

Probably the same issue as this:
libfuse/libfuse#211

@fogti
Copy link

fogti commented Aug 30, 2020

Did you try using the FUSE3 client (althrough I'm unsure how to use it explicitly..., mfsmount3)?

@ictus4u
Copy link
Contributor

ictus4u commented Jun 21, 2022

Is it still relevant?

@BloodBlight
Copy link
Author

Sorry for not responding to @zseri, mfsmount3 is not available in focal (or Ubuntu 20.04) as best as I can tell. I am currently running 3.12.0+dfsg-4ubuntu1.

Just checked and yes, this does still appear to be an issue in libfuse2/focal,now 2.9.9-3 amd64:

fuse: unknown option `nofail'
error in fuse_lowlevel_new
[2022-06-22 11:15:25.072] [info] registered to master with new session (id #7541)
[2022-06-22 11:15:25.072] [info] Received IO limits configuration update from master

I can install libfuse3, but I still don't have the mfsmount3 command... Is it only available in 3.13-rc3?

I am using erasure and this scares me:
"upgrading from 3.12 to 3.13 can potentially lose EC chunks"

@BloodBlight
Copy link
Author

Specifically this issue:
#746

ictus4u referenced this issue Jun 23, 2022
It allows the operative system not to halt on boot if the mounted disk is
not available.

Change-Id: I5ec858539f1402d4303c468ccd73040e6a9c1217
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

3 participants