I’m trying to mount my Synology NAS on a Raspberry Pi 4 with Raspian. I works when I do it the following command:
sudo mount -t nfs 192.168.178.**:/volume1/my_data / /home/pi/mount/NAS
but it doesn’t work with this entry in /etc/fstab:
192.186.178.**:/volume1/my_data /home/pi/mount/NAS nfs defaults 0 0
What am I doing wrong?
Edit: pro tip: make sure you get the IP addresses right so you won’t spend days chasing after a trivial error like some idiot. Don’t ask me how I know. Thanks to @Arlos for pointing that out.
What error message do you have (if any) when you try to mount your folder (
sudo mount /home/pi/mount/NAS
)I just get this:
mount.nfs: Connection timed out
Weird. Have you tried removing
0 0
at the end of your fstab entry? This option is not supported on recent NFS versions