On 8/23/19 7:07 PM, Cameron Simpson wrote:


Also, you can check from the client what a server is prepared to export to you:

 showmount -e 192.168.2.128
.
[root@box6 bobg]# mount 192.168.2.128:/home     /mnt/testb

[root@box6 bobg]# showmount -e 192.168.2.128
Export list for 192.168.2.128:
/home 192.168.2.0/24

then:

[bobg@box6 ~]$ ls -al /mnt/testb/bobg/   shows nothing that leads to /etc/exports, so my mount command is not right.

That is ... odd. The "mount" command should show you what is attached where on the client.
.
mount shows:
192.168.2.128:/home on /mnt/testb type nfs4 (rw,relatime,vers=4.2,rsize=524288,wsize=524288,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.2.6,local_lock=none,addr=192.168.2.128) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)


and this is what I see in /etc/exports:

[bobg@NFS ~]$ cat /etc/exports

/home    192.168.2.0/24(rw,no_root_squash)

Where should the stored files be, it looks like I have it set up wrong?

I'm still chipping away at this, should have new hardrives tomorrow and then I will repeat the setup process from  scratch once more but I would like to see this work first.

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-29/64bit LINUX XFCE Fastmail POP3
_______________________________________________
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