Permission Issue with MPD with NAS

Hello Everyone!

I have been trying to figure out this issue for a while now. Strangely, I have not seen anyone having the same issue as me…I must be special.

Specs and Details:
Pi 1
Volumio v 2.041
16GB SD Card

Story:
I mount my music CIFS share from my FreeNAS server successfully through the Web GUI, but no music. I have about 4,000 songs divided into folders. I did a bit of digging and ran “sudo journalctl -f” before I tried mounting the share. Below is the message I see scroll passed:

Jan 07 16:54:46 volumio mpd[613]: errno: Failed to open 'NAS/NAS': Permission denied

OK, It looks like MPD does not have rights to /mnt/NAS/NAS
current rights are

volumio@volumio:~$ sudo ls -l /mnt/NAS total 0 drwxrwx--- 105 1001 1002 0 Oct 29 16:12 NAS

Whenever I try to grant rights to /mnt/NAS for everyone using CHMOD nothing changes with the permissions or I get “d???”

Thoughts anyone?

Figured it out with the help of this post: https://volumio.org/forum/smb-mounted-but-not-library-t235.html