After disconnecting my Allo Digione on RPi4 and replaced the complete device with another RPi4. Then i connected Allo Digione again. But Volumio does not update the library. I have a NAS connected and everything looks fine. Just reading always the same 7 albums and thats it.
I flashed another microSD with volumio. But turns out same.
Seems you haven’t add the option for SMB. Seems your NAS doesn’t support V3.xx.
You need to try with vers=1.0 or vers=2.0 in the option fields for the NAS mount,
No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.
I am a bit confused you log shows the mount as guest but your screenshot shows a username.
Your log: /bin/mount -t cifs -o guest,ro,dir_mode=0777,file_mode=0666,iocharset=utf8,noauto,soft //192.168.178.37/flac1 /mnt/NAS/flac1
But with a username it should be: /bin/mount -t cifs -o username=,password=,ro,dir_mode=0777,file_mode=0666,iocharset=utf8,noauto,soft //192.168.178.37/flac1 /mnt/NAS/flac1
Not sure what happened but it’s ok now?
Also see a correct mount as expected: /bin/mount -t cifs -o username=,password=,ro,dir_mode=0777,file_mode=0666,iocharset=utf8,noauto,soft //192.168.178.37/flac1 /mnt/NAS/OMV
@noiselover
If your run this command, what is the output? find /mnt/NAS/OMV/ -maxdepth 1 -type d -print| wc -l
If your run this command, what is the output? find /mnt/NAS/OMV/ -type f -print| wc -l
Are both outputs (root dir and files) the expected numbers?