Date: Sun, 24 Jan 1999 16:32:37 JST From: "Junan chakma" <bchakma@hotmail.com> To: freebsd-questions@FreeBSD.ORG Subject: NFS Question Message-ID: <19990124073238.6258.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
Dear People,
I got two machines in the local network with adds:
------------- -------------
| NFS SERVER | | NFS CLIENT |
| 192.168.0.10 | | 192.168.0.16 |
------------- -------------
Server gets up with the lines in /etc/rc.conf:
----------------------------------------------
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 4"
mountd_flags="-r"
nfs_reserved_port_only="NO"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
portmap_enable="YES"
portmap_flags=""
Server got the file /etc/exports with the lines:
------------------------------------------------
/usr -maproot=0 -network 192.168.0.16
/home -ro -network 192.168.0.16
Client gets up with the lines in /etc/rc.conf:
----------------------------------------------
nfs_client_enable="YES"
nfs_client_flags="-n 4"
nfs_server_enable="NO"
nfs_server_flags="-u -t -n 4"
mountd_flags="-r"
nfs_reserved_port_only="NO"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
portmap_enable="YES"
portmap_flags=""
When I try to mount from client:
client# mount server:/usr /server/usr
I get an error message: "nfs: can't access /usr: permission denied"
Any help ? Thanks in advance.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990124073238.6258.qmail>
