William Unruh
2023-01-11 07:21:37 UTC
I have a Mga8 server and an MGA8 client.
On the server the directory is exported. On the client it is in /etc/fstab.
But when I do mount -a I get an error on the client.
buton:10.0[root]>mount /usr/local
mount.nfs: mounting indo:/local/usrlocal failed, reason given by server: No such file or directory
In /etc/fstab on the client I have
indo:/local/usrlocal /usr/local nfs nofail,rw,rsize=8192,wsize=8192,soft,bg 0 0
On the server I have
ls -ld /local/usrlocal
drwxr-xr-x 76 root root 4096 Jul 31 2020 /local/usrlocal/
so the directory certainly exists.
In /etc/exports
/local/usrlocal 154.103.234.0/26(fsid=21,no_subtree_check,rw,no_root_squash)
(and yes the client in in that net block)
In /var/log/syslog I just get
Jan 10 21:34:59 indo rpc.mountd[3987]: authenticated mount request from 154.103.234.24:735 for /local/usrlocal (/local/usrlocal)
and no other error message.
I have given one sample but all the mounts from buton and from other clients are refused in the same way
or with
access denied by the server
What could be the problem?
On the server the directory is exported. On the client it is in /etc/fstab.
But when I do mount -a I get an error on the client.
buton:10.0[root]>mount /usr/local
mount.nfs: mounting indo:/local/usrlocal failed, reason given by server: No such file or directory
In /etc/fstab on the client I have
indo:/local/usrlocal /usr/local nfs nofail,rw,rsize=8192,wsize=8192,soft,bg 0 0
On the server I have
ls -ld /local/usrlocal
drwxr-xr-x 76 root root 4096 Jul 31 2020 /local/usrlocal/
so the directory certainly exists.
In /etc/exports
/local/usrlocal 154.103.234.0/26(fsid=21,no_subtree_check,rw,no_root_squash)
(and yes the client in in that net block)
In /var/log/syslog I just get
Jan 10 21:34:59 indo rpc.mountd[3987]: authenticated mount request from 154.103.234.24:735 for /local/usrlocal (/local/usrlocal)
and no other error message.
I have given one sample but all the mounts from buton and from other clients are refused in the same way
or with
access denied by the server
What could be the problem?