If bob did the exportfs -r prior to mounting /home/whatever that is to be exported then it would have exported the directory on / and not what was later mounted. He needs to umount the nfs clients, and run exportfs -r on the server and remount on the clients. And make sure that if the directory fails to mount on a reboot then the exportfs -r will need to be rerun. The showmount -e will not show if it is the dir on / or the dir on the mount. On Sat, Sep 12, 2020 at 6:31 PM Ed Greshko <ed.greshko@xxxxxxxxxxx> wrote: > > On 2020-09-13 07:21, Jonathan Billings wrote: > > On Sep 12, 2020, at 14:57, Bob Goodwin <bobgoodwin@xxxxxxxxxxx> wrote: > >> /I am the onlly client and my fstab is: > >> 192.168.50.32:/nfs4exports/home /media/nfs nfs4 rw,soft,intr,fg,comment=systemd.automout 0 0 > > I see a typo in the “comment=systemd.automout”. > > > > Also, earlier mail makes me think it’s not actually mounted. What does “mount -a” return? > > > > Does /media/nfs exist? Once you get the fstab fixed, test to see if it automounts. > > > > FWIW, I believe the preferred current option is now > > x-systemd.automount > > And if desired > > x-systemd.idle-timeout= > x-systemd.mount-timeout= > > See, man systemd.mount > > -- > The key to getting good answers is to ask good questions. > _______________________________________________ > 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 _______________________________________________ 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