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
{{ message }}
This repository was archived by the owner on Feb 24, 2024. It is now read-only.
I don't know really know where to write this issue so I'm starting here so you might point me to the right direction.
My HDDs are encrypted with luks (through plugin)
And I merged those HDDs through unionfs (this plugin)
Because of encryption, I must provide nofail option for unionfs mount point, otherwise system is not booting (I also specified x-systemd.device-timeout=1), however fuse.mergerfs (or libfuse itself) doesn't recognize this option and because of that, it throws an exception while I apply configuration changes, which contains fuse: unknown option nofail'` full exception can be found here
that's why I save it without nofail option and edit /etc/fstab manually.