Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 1996 13:32:55 +0000 ()
From:      Werner Griessl <croot@btp1da.phy.uni-bayreuth.de>
To:        alan@wj.com (Alan Strassberg)
Cc:        questions@freebsd.org
Subject:   Re: nfs mount question
Message-ID:  <199608091332.NAA00855@btp1da.phy.uni-bayreuth.de>
In-Reply-To: <320A50F1.34F4@wj.com> from Alan Strassberg at "Aug 8, 96 01:41:21 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi,
> 
> 	Can't seem to find this in TFM ...
> 
> 	Trying to NFS mount a 2.1.0 disk on Solaris 2.3 (I know ..).
> 	I'm getting:
> 	
> 	nfs mount: bali:: RPC: Program not registered 
> 
> 	The problem's on the FreeBSD side 
> 
> 	Fine. An rpcinfo -p doesn't show nfs there.
> 
> 	How/where do I add an entry to make nfs available ?
> 	I seem to be going in circles.
> 
> 	Thanks!
> 
> 				alan
> 

In /etc/sysconfig set: nfs_server=YES
In /etc/exports a line like
/usr    -maproot=0 -alldirs allowed_machine
exports /usr to "allowed_machine" (an IP# or a machine name) for root access
Have also a look in "man exports" for the options.

Then reboot your machine and be happy
Werner




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608091332.NAA00855>