From owner-freebsd-questions Sat Jan 23 23:32:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25440 for freebsd-questions-outgoing; Sat, 23 Jan 1999 23:32:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f196.hotmail.com [207.82.251.85]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA25430 for ; Sat, 23 Jan 1999 23:32:49 -0800 (PST) (envelope-from bchakma@hotmail.com) Received: (qmail 6259 invoked by uid 0); 24 Jan 1999 07:32:38 -0000 Message-ID: <19990124073238.6258.qmail@hotmail.com> Received: from 202.251.32.1 by www.hotmail.com with HTTP; Sat, 23 Jan 1999 23:32:37 PST X-Originating-IP: [202.251.32.1] From: "Junan chakma" To: freebsd-questions@FreeBSD.ORG Subject: NFS Question Date: Sun, 24 Jan 1999 16:32:37 JST Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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