I have previously used Volumio and then moved over to RuneAudio, now I am back and have struggled to get Volumio to recognise my Synology NAS drive. The forum seems to be full of issues and solutions but whatever I tried I could not get anything to work. Each time I tried to add a new drive to Volumio I got either a red or orange error message.
SOLUTION:
Having gone through a number of topics, I disovered the following which finally got me to a working solution:
SSH into the Volumio box and execute:
sudo showmount -e <>
This revealed the problem, my Synology NAS has a /Music share which is located in /volume1/Music/
As I have a large music collection, I have created subfolders as /volume1/Music/A/, /volume1/Music/B/,… etc. What I was trying to do was add a drive to /volume1/Music/A and each time it failed.
I have however managed to map the root Music folder, so /volume1/Music/ and all is working
The downside is, this is a huge folder which takes a lot of time to index, but it has got me working. and I can now investigate how to get back to those subfolders, hopefully this might give others a useful pointer.