Date: Tue, 28 Sep 1999 10:55:56 +0200 From: Alexander Maret <maret@atrada.de> To: "'wwoods@cybcon.com'" <wwoods@cybcon.com> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: RE: NFS Mounting....... Message-ID: <58A002A02C5ED311812E0050044517F00D23D3@erlangen01.axis.de>
next in thread | raw e-mail | index | archive | help
You have to export a REAL mount point: /usr -alldirs -mapall=0:192.168.0.2 check with mount(8) if /usr is a real mount- point on your system. Then you can mount your partitions with mount -t nfs 192.168.0.1:/usr/local/src /usr/src mount -t nfs 192.168.0.1:/usr/local/obj /usr/obj Alex > -----Original Message----- > From: william woods [mailto:wwoods@cybcon.com] > Sent: Sonntag, 26. September 1999 20:38 > To: questions@FreeBSD.ORG > Subject: NFS Mounting....... > > > OK.... > This is my exports file: > ------------------ > /usr/local/src -alldirs -mapall=0:192.168.0.2 > /usr/local/obj -alldirs -mapall=0:192.168.0.2 > ------------------- > > The goal here is to export /usr/local/src and /usr/local/obj > to 192.168.0.2 and to allow it to be read/written to. > > But, when I do a: > > mount_nfs 192.168.0.1:/usr/local/src /usr/src I get > permission denied.... > > Help please.. > > -- > William Woods > FreeBSD 3.3-Stable > > -----BEGIN GEEK CODE BLOCK----- > Version: 3.1 > GIT d++ s+:+ a C+++ UB+++ P+ L++ E- W++ N+ o+ K- w > O- M-- V PS-- PE++ Y+ PGP t+ 5+ X R- tv- b++ DI+ D > G e++ h---- r+++ y++++ > ------END GEEK CODE BLOCK------ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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?58A002A02C5ED311812E0050044517F00D23D3>
