khenriks / mp3fs

FUSE-based transcoding filesystem from FLAC to MP3
http://khenriks.github.io/mp3fs/
GNU General Public License v3.0
382 stars 46 forks source link

Add description for mount option #74

Open viertelb opened 2 years ago

viertelb commented 2 years ago

If underlying mount is required a missing mount might result in the boot process to hang. Add nofail option to prevent this.

viertelb commented 2 years ago

Does not work: fuse: unknown option _nofail_. Not sure if it did in the past or if I made an error checking it.

Also tried x-systemd.device-timeout=30s.

Found no other solution.

So, if the underlying mountpoint is not availlable mp3fs will cause an endless boot hang.

viertelb commented 2 years ago

nofail indeed works, but with fuse3: https://github.com/libfuse/libfuse/issues/691