From my 320 Alt-F:
[root@DNS-320]# cat /etc/exports
/mnt/sda2
192.168.1.0/24(rw,no_root_squash,no_subtree_check,anonuid=99,anongid=98,insecure)
From my Mageia 7 Linux PC:
[rolf@x570i ~]$ grep 320a /etc/fstab
# mount 320/sda2 at 320a
192.168.1.186:/mnt/sda2/Public/RW /mnt/320a nfs defaults,nofail 0 0
[rolf@x570i ~]$ mount | grep 320a
192.168.1.186:/mnt/sda2/Public/RW on /mnt/320a type nfs
(rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.186,mountvers=3,mountport=47338,mountproto=udp,local_lock=none,addr=192.168.1.186)
[rolf@x570i ~]$
I sometimes have to thrash about blindly and frantically to get my NAS
mounts working, so this is just for example...
ISTR that "mountvers=3" switch to be one of the less obvious switches to
try but I mostly just hammer til it works. ;)