Volumio does not update library

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.

Please post a log when scanning is completed. Maybe it will reveal what is happening.

There u r.

http://logs.volumio.org/volumio/ZguHkpl.html

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 using OMV with SMB3 support.

Add as option:
vers=3.0

no changes

try vers=2.0 or vers=1.0
Show share a screenshot of the mapping you’ve setup.

click on the green pencil and take a screenshot.
If you’ve added user credentials please mask them as we don’t wanna know :slight_smile:

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

  • Is your SMB share setup with credentials?
  • Are all files accessible for this user?

Please execute the following:

  • Perform a factory reset
  • Perform the first setup
  • Don’t install any plugins
  • Reboot
  • Enable the log
  • Setup the share to your NAS
  • Wait until the library stops with scanning
  • Post the log.

Heres the new log
http://logs.volumio.org/volumio/3lDhi3q.html

The library doesn’t stop scanning.

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

The number of albums stays stubbornly at 7. Rescan stays in loop.

@volumio

Any suggestion, running out of suggestions?

@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?

yes. more or less.