From owner-freebsd-questions Fri Aug 9 04:35:30 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA03231 for questions-outgoing; Fri, 9 Aug 1996 04:35:30 -0700 (PDT) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA03226 for ; Fri, 9 Aug 1996 04:35:26 -0700 (PDT) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.7.5/8.6.12) id NAA00855; Fri, 9 Aug 1996 13:32:55 GMT From: Werner Griessl Message-Id: <199608091332.NAA00855@btp1da.phy.uni-bayreuth.de> Subject: Re: nfs mount question To: alan@wj.com (Alan Strassberg) Date: Fri, 9 Aug 1996 13:32:55 +0000 () Cc: questions@freebsd.org In-Reply-To: <320A50F1.34F4@wj.com> from Alan Strassberg at "Aug 8, 96 01:41:21 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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