Update info on NAS Mount

Hi All,
I need some help about NAS Mount. As posted some days ago my NAS is perfecttly working (based on arhclinu + dockstar). I can see the filesystem mounted on voumio (please see last entry):
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 1536680 686280 752612 48% /
/dev/root 1536680 686280 752612 48% /
devtmpfs 110260 0 110260 0% /dev
tmpfs 23708 516 23192 3% /run
tmpfs 5120 0 5120 0% /run/lock
tmpfs 262144 0 262144 0% /run/shm
/dev/mmcblk0p1 76186 18982 57204 25% /boot
Ramdisk 262144 0 262144 0% /run/shm
//192.168.1.232/HOMEMUSIC 488383484 40661412 447722072 9% /mnt/NAS/Music
ls -lt /mnt/NAS/Music

dr-x------ 1 root root 0 Dec 24 10:15 System Volume Information
dr-x------ 1 root root 0 Dec 21 19:11 Musica
dr-x------ 1 root root 0 Dec 21 13:38 $RECYCLE.BIN

But this is the log output from mpd…
Dec 26 10:53 : update: Failed to open directory /var/lib/mpd/music/NAS/Music: Pe rmission denied

This is the reason of the failed db update.
Any HInts (I’ve already try to set permission on the file system…)
Thanks in advance and my compliments to Michelangelo ! great piece of SW !

Are you mounting it thru web interface of Volumio? Looks like a problem with rights :slight_smile:

I’m mounting with Web Interface
G.

  1. I think the right mount-dir should be
    dr-x------ 1 root root 0 Dec 21 19:11 Musica

  2. What about username/password?

HI all,
Just solved my problems with NAS mounting. This are my working parameters. Now mpd see the mounted partition and can index the contents.

Mount parameters:
guest, sec=ntlm,uid=mpd,cache=strict,rw,dir-mode=00002,file-mode=00002

Enjoy :slight_smile:
G.