Hi,
I try to connect to my Synology NAS NFS server. I installed the NFS client in dietpi-config, but I can not connect.
When I do:
mount -t nfs 192.168.1.50:/volume1/Multimedia /mnt/nfs_client
, it’s connecting like a charm.
I think I am using the wrong command in dietpi-config. What should it be?
TIA
I mount my QNAP in /etc/fstab with the following entry :
192.168.178.28:/Multimedia /mnt/nfs_client nfs auto,_netdev 0 0
I use it to sync parts of my QNAP to my Odroid XU4 cloudshell.
I edited fstab like this:
192.168.1.50:/volume1/Multimedia /mnt/nfs_client nfs4 auto,_netdev 0 0
but this won’t work either
Edit:
This works!
192.168.1.50:/volume1/Multimedia /mnt/nfs_client nfs auto,_netdev 0 0
(change nfs4 into nfs)
Thanks