Am 2019-08-26 11:34, schrieb Bob Goodwin: [ ... ]
I edited to remove the "/home ". I believe that was a mistype when configuring /etc/exports ... presently it is: [root@NFS bobg]# cat /etc/exports 192.168.2.0/24(rw,soft,intr,fg,comment=systemd.automount)
No, that's wrong now. Please see man 5 exports. It explains the mandatory format of the exports definition and comes with examples.
Your definition lacks what to export. The "/home ..." was correct, at least syntactically. Although you may want to export /home/bob from the NFS server?
Now this morning I am seeing a new error: [root@box83 bobg]# showmount -e 192.168.2.128 clnt_create: RPC: Program not registered What does that mean and how do I fix it?
First fix the exports file. Then make sure the NFS server runs the required RPC services: portmapper, nfs and mountd. You can check that by
rpcinfo -p <NFS server> Alexander _______________________________________________ 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