CIFS Mount not forcing correct permisions

Did a fresh install of 2.129 on an Odroid C1+. Already knew I had to add “domain=” as an advanced option, to allow the mount to work. However, after mounting, none of the music is visible. Turns out that the user:group are not being forced to a value to let Volumio read the files:

volumio@volumio:~$ ls -l /mnt/ total 1 lrwxrwxrwx 1 root root 14 Mar 26 12:01 INTERNAL -> /data/INTERNAL drwxrwxrwx 1 root root 1024 Apr 3 19:40 NAS drwxrwxrwx 2 root root 3 Mar 26 12:01 UPNP lrwxrwxrwx 1 root root 6 Mar 26 12:01 USB -> /media volumio@volumio:~$ ls -l /mnt/NAS/ total 0 drwxrws--- 331 1568800500 1568801105 0 Jan 28 00:52 iTunes volumio@volumio:~$ volumio@volumio:~$ ls -l /mnt/NAS/iTunes/ ls: cannot open directory /mnt/NAS/iTunes/: Permission denied volumio@volumio:~$ sudo ls -l /mnt/NAS/iTunes/ total 0 drwxrws--- 3 1568800500 1568801105 0 Mar 16 2015 10cc drwxrws--- 3 1568800500 1568801105 0 Mar 16 2015 21st Century Schizoid Band drwxrws--- 3 1568800500 1568801105 0 Mar 16 2015 4 Non Blondes

** UPDATE **

I tried forcing the uid/gid to both volumio and root but Volumio still would not update the library. Also selecting “Browse -> Music Library -> NAS” doesn’t show the attached share.

Cheers.