On 12/7/19 11:30 AM, Bob Goodwin wrote:

This computer's fstab has the line:   192.168.2.128:home1 /media/nfs nfs4 rw,soft,intr,fg,comment=systemd.automount  0 0

And at the server exports is:

[bobg@NFS-Server ~]$ cat /etc/exports
/nfs4exports/home1 192.168.2.0/24(rw,sync,insecure,no_root_squash,no_subtree_check)

/nfs4exports/data 192.168.2.0/24(rw,sync,insecure,no_root_squash,no_subtree_check)

My mount command:  [root@Workstation-1 bobg]# mount 192.168.2.128:home1 /media/nfs


Wouldn't this be?

mount 192.168.2.128:/nfs4exports/home1 /media/nfs




--
Tim Evans                       |5 Chestnut Court
443-394-3864                    |Owings Mills, MD 21117
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to