Hi,
I'm experiencing problems mounting shares. I followed the instructions at the suggested website
https://www.codedonut.com/raspberry-pi/m...pberry-pi/. But these instructions don't work. I have folders/directories on my NAS shared both as a CIFS-share and a NFS-export. Tried to mount these on the Raspberry Pi, but it didn't work.
sudo mount -t nfs -o username=xxx,password=xxxxxx 192.168.1.xxx:/Movies /home/pi/NAS/Movies/
mount.nfs: an incorrect mount option was specified
sudo mount -t cifs -o username=xxx,password=xxxxx //192.168.1.xxx/Movies /home/pi/NAS/Movies/
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
sudo mount -t cifs -o username=xxx,password=xxxxxx \\192.168.1.xxx\Movies /home/pi/NAS/Movies/
mount.cifs: bad UNC (\192.168.1.xxxMovies)
sudo mount -t cifs -o username=xxx,password=xxxxxx \\\\192.168.1.xxx\\Movies /home/pi/NAS/Movies/
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I tried to add them directly to the /etc/fstab and then rebooted the Pi. This also didn't work. Does anyone have any good suggestions how to make this work.
proc /proc proc defaults 0 0
PARTUUID=ce6fe335-01 /boot vfat defaults 0 2
PARTUUID=ce6fe335-02 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that
192.168.1.xxx:/Movies /home/pi/NAS/Movies cifs username=xxx,password=xxxxxxx 0 0
192.168.1.xxx:/TV /home/pi/NAS/TV cifs username=xxx,password=xxxxxxx 0 0
192.168.1.xxx:/Music /home/pi/NAS/Music cifs username=xxx,password=xxxxxx 0 0
I have:
Raspberry Pi 3 model B+
PlexPi version 1.3