On 04/18/18 20:03, Gordon Messmer wrote:

If you are using NFSv4, remember that the first export is the *root*. That is, clients refer to filesystems relative to that export.  If your /etc/exports looks like this:
I assume that it is NFSv4 but I don't see where that is indicated, it is recently installed ...


Rick Stevens suggested: "I would add a line such as: /home 192.168.1.0/24(rw,no_root_squash)" and I was able to get it connected and working with: /home 192.168.1.0/24(rw,no_root_squash)

# cat /etc/exports
/home    192.168.1.0/24(rw,no_root_squash)

#/exports/home 192.168.1.0/24(rw,sync,insecure,no_root_squash,no_subtree_check,fsid=0)

# /exports   192.168.1.0/255.255.255.0(ro,sync)
# /exports/home/public/192.168.1.0/255.255.255.0(rw,sync)
# /exports 192.168.54.0/255.255.255.0(ro,sync)

And the client connects with: # mount 192.168.1.86:/home/exports /mnt/testb

That allows me to save data by shuffling between the files I want and putting them into /mnt/testb using the Thunar file manager, quite convenient for what I need to do.

So I am making progress ...

Thanks to all who responded,

Bob

/home/export 192.168.1.0/255.255.255.0(ro)
/home/export/home  192.168.1.0/255.255.255.0(rw)

...then clients would mount "server:/home" not "server:/home/export/home".


--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-27/64bit LINUX XFCE Fastmail POP3
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to