xeno74 wrote: Thu Mar 31, 2022 4:03 pm
NFSd (NFS server) v4 with v3 support:
You can mount the exported directory with the NFS3 and NFS4 protocol.
Differences in the /etc/fstab:
#NFS3
buildhost.a-eon.tld:/srv/public /nfs_public nfs _netdev,rw 0 0
#NFS4
buildhost.a-eon.tld:/public /nfs_public nfs _netdev,rw 0 0