On Mon, Jul 27, 2020 at 4:04 PM Braden McDaniel <braden@xxxxxxxxxxxxx> 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". _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx