On 04/18/2018 08:43 AM, Bob Goodwin wrote:

bobg]# mount 192.168.1.86:/home/exports/home  /mnt/test
mount.nfs: access denied by server while mounting 192.168.1.86:/home/exports/home

What am I missing and/or doing wrong?


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:

/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".

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to