On 8/23/19 8:13 AM, Bob Goodwin wrote:
[bobg@localhost-live ~]$ cat /etc/exports
/home 192.168.2.0/24(rw,no_root_squash)
but now I am wondering where is that "/home " coming from? I didn't
notice that before ...
It has to be there. That tells the nfs server what it should be sharing
and to whom. See "man exports". I am wondering about why there is
"live" in the hostname. Is that on a live boot? Do you have it
backwards and you have the exports file on the client you're trying to
mount on.
Assuming you are trying to mount an external /home and the server is
192.168.2.128, the command on the client would be:
mount 192.168.2.128:/home /home
_______________________________________________
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