Help #71
|
Hello, After many days of trying (am a novice, at best, to command line) various ways to get music library on my NAS (synology) to mount to odio (via mpd on nas) without success, I decided to try direct mount with NFS on odio . When I tried (fresh install) that I get this error; I have got odio working playing web radio & local music via usb media. My hardware is RaspberryPi 3B+ with HIFIBerry DAC+ PRO. Everything is LAN connected, no usb or WIFI devices connected. Clean install with RasberryPi Imager config as per instructions on docs.odio.love. Any help or tips would be greatly appreciated. |
Replies: 1 comment 1 reply
|
Hey, thanks a lot for your message, I really appreciate it ! Looks like a forgot a step in my doc, you have to create the folder before mounting odio@odio:~ $ mkdir /media/USB/Music
odio@odio:~ $ sudo mount -t nfs myip:/Music /media/USB/Music |
Hey, thanks a lot for your message, I really appreciate it !
Looks like a forgot a step in my doc, you have to create the folder before mounting