Hey all, Hope you can help me out with this one. I'm trying to mount a NAS to my raspberry pi local folder and using the following command sudo nano /etc/fstab and then adding this on the bottom: 192.168.178.113:/public/TVSeries /home/pi/TVSeries nfs nouser,atime,auto,rw,dev,exec,suid 0 0 however, w...