On Mon, Jul 27, 2020 at 4:04 PM Braden McDaniel braden@endoframe.com wrote:
As for my configuration, in /etc/nfs.conf, I have set:
[nfsd] vers2=n vers3=n
Apart from that, it has the Fedora 32 installation defaults.
/etc/exports looks like:
/my-export-root/foo *(rw)
With the above, you mount with "mount nfs_server:/my-export-root/foo /the/nfs_client/mountpoint".
WIth nfsv4, if you specify "/my-export-root/foo *(rw,fsid=0)" in "/etc/exports", you mount with "mount nfs_server:/ /the/nfs_client/mountpoint".