viertelb
viertelb
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....
`nofail` indeed works, but with `fuse3`: https://github.com/libfuse/libfuse/issues/691
I mount the files on the new setup with ` mp3fs#/mnt/mybook/test/AUDIO /mnt/m/mp3fs fuse allow_other,ro,bitrate=192,x-systemd.requires-mounts-for=/mnt/mybook,logfile=/var/log/mp3fs.log,log_maxlevel=ERROR 0 0` The old setup had some fewer options: ` mp3fs#/mnt/mybook/AUDIO /mnt/m/mp3fs fuse allow_other,ro,bitrate=192,x-systemd.requires-mounts-for=/mnt/mybook 0 0`...
There is a slight difference of the versions: mp3fs git version: v1.1.1 LAME library version: 3.100 FLAC library version: 1.3.2 Xiph.Org libVorbis 1.3.**6** old (new: 1.3.7) FUSE library version: 2.9
thanks! how is the update process for Debian, do you know if there is a chance an updated version will be availlable through apt?
BTW: I just realized that Raspbian Bullseye (Debian 11) has `mp3fs 1.1` by default while the older Raspbian Buster (Debian 10) has `mp3fs 1.1.1`. I am pretty sure I did...
Tried to build from source: Preparation: ``` sudo apt install libfuse-dev libflac++-dev libvorbis-dev libmp3lame-dev libid3tag0-dev sudo apt install autoconf automake pandoc mkdir git cd git git clone https://github.com/khenriks/mp3fs.git cd mp3fs...
After a restart (and a restore from a backup because my SD-card failed) I seem to have a working installation from the build: ``` pi@RPi64:/mnt $ mp3fs --version mp3fs git...
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014416
**EDIT: It's probably a compiler issue and nothing to do for you.** EDIT: I was able to solve [this](https://raspberrypi.stackexchange.com/questions/138429/why-is-gcc-not-able-to-compile-file-on-arm64-raspbian-bullseye/138430#138430). ----- Sorry to bother you again. I migrated my setup again...