Dear all, I set up a new Raspberry PI 400 with piCoreplayer and LMS (both up and running now) and wanted to mount my Synology NAS 218play where my music is stored.
I worked exactly along picoreplayer guidebook and some threads found here. When I try to mount mnt/nas via the picoreplayer LMS frontend entering my NAS IP and the folders volume1/music it gets denied with the
![Name: LMS1.jpg
Views: 81
Size: 104.3 KB]()
When I try that via putty I get:
tc@pCPJR:~$ sudo mount -t nfs 192.168.x.xxx:/volume1/music /mnt/nas
mount: /mnt/nas: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
Mybe important: I could not run - as per doc - the commands
as there is no apt in /bin !? I have no clue as this is my first experience with Linux and Raspberry, sorry for that
any ideas?
many thanks
JJR
I worked exactly along picoreplayer guidebook and some threads found here. When I try to mount mnt/nas via the picoreplayer LMS frontend entering my NAS IP and the folders volume1/music it gets denied with the
When I try that via putty I get:
tc@pCPJR:~$ sudo mount -t nfs 192.168.x.xxx:/volume1/music /mnt/nas
mount: /mnt/nas: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
Mybe important: I could not run - as per doc - the commands
Install the necessary components before proceeding with mounting.
Ubuntu2
sudo apt update
sudo apt install nfs-common
CentOS/Redhat/Fedora
sudo yum install nfs-utils
Ubuntu2
sudo apt update
sudo apt install nfs-common
CentOS/Redhat/Fedora
sudo yum install nfs-utils
as there is no apt in /bin !? I have no clue as this is my first experience with Linux and Raspberry, sorry for that
any ideas?
many thanks
JJR