running raudio 1 • 20210316 on pi3b, I have been trying to connect to a nas with no success. the nas is another pi running samba, 0 problems reaching it from windows. all the music was transferred across the wire so it's functional. my first attempts to connect using the nas function and selecting cifs said 'done' but never connects to the share. it seemed more like it finally timed out than actually connected. following steps from:
runeaudio.com/forum/problem-adding-synology-nas-as-source-t7218.html
I manually mounted the drive but it comes up as red. fstab was edited to include this line
//172.15.15.15/4rune /mnt/MPD/NAS/mainbrick cifs noauto,username=pi,password=yes,uid=0,gid=0,iocharset=utf8 0 0
there is a dir called mainbrick and I assigned 0 for the uid to determine root on the rune has control mainbrick. has anyone done this or been able to mount a nas for a central repository of music?