From owner-freebsd-questions Wed Aug 1 10: 0:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 4061B37B403 for ; Wed, 1 Aug 2001 10:00:31 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id TAA20671; Wed, 1 Aug 2001 19:08:50 +0200 Message-ID: <3B683619.E894AD9E@i-clue.de> Date: Wed, 01 Aug 2001 19:02:17 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.78 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Wouter Cuypers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS setup problems References: <20010731174610.6E1FF9BB3E@pop3.telenet-ops.be> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wouter Cuypers wrote: > > Hi, > > I was trying to setup a NFS server on our home network. After following > the online tutorial on freebsd.org i cannot mount a directory on my > linux machines. > "mount -t nfs plexus:/home" returns "mount: RPC: timeout" (plexus is the > FreeBSD server on 10.0.0.1) > > My /etc/exports looks like this: > > /home 10.0.0.2 > /nfs -alldirs -maproot=0 10.0.0.2 10.0.0.3 > /nfs -alldirs -ro 10.0.0.4 > > rc.conf contains: > > portmap_enable="YES" > nfs_server_enable="YES" > nfs_server_flags="-u -t -n 4" > mountd_flags="-r" > > The linux is a fresh Mandrake 8.0 and it's supposed to have NFS client > support by default. No kernel changes were made. Is the portmapper running? Are there some nfs daemons in ps output? Just putting the entries into rc.conf does not start the daemons. Either reboot. or glimpes through rc.network to learn how to start all NFS daemons. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message