From owner-freebsd-questions Fri Aug 3 1:41: 1 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 0EE2137B401 for ; Fri, 3 Aug 2001 01:40:56 -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 KAA00402; Fri, 3 Aug 2001 10:49:22 +0200 Message-ID: <3B6A6409.90E64AC9@i-clue.de> Date: Fri, 03 Aug 2001 10:42:49 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.78 [en] (WinNT; U) X-Accept-Language: de,en MIME-Version: 1.0 To: Caleb Walker Cc: Christoph Sold , questions@FreeBSD.ORG Subject: Re: second harddrive does not show up in nfs mount References: <01080300075500.01201@butthead.cwalk.org> <3B6A5A1D.D7041618@i-clue.de> <01080301153502.01201@butthead.cwalk.org> 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 Caleb Walker wrote: > > On Friday 03 August 2001 01:00 am, Christoph Sold wrote: > > > df: > > > #df > > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > > /dev/ad0s1a 5644782 2364630 2828570 46% / > > > /dev/wd2s1e 4072364 410853 3335722 11% /hd1 > > > > ^^^^^ > > Why the old wd driver? I thought it's "ad" nowadays? > I dont know. I did the /stand/sysinstall way and it seemed like this is what > it did. If it didnt then please let me know. Had you updated the system using make world? If so, /stand/sysinstall remains unchanged. Can cause trouble if you have got a really old sysinstall on your system. > > Check /etc/exports, and show us how the exported drive should be mounted > > to your remote machine. > This is my /etc/exports/: > / -alldirs 192.168.1.39 > / -maproot=0 192.168.1.36 192.168.1.35 > # > > I mount my running this command: > mount router:/ /mnt/nfs So, let's clarify things up: You export from 192.168.1.xx to ...39, and (with alldirs) to ...35 and ...36. On ...39, try to mount ...xx:/ to /mnt/nfs. Is the directory /mnt/nfs properly mapped to the root directory of the remote system? If so, can you cd hd1/ ? If yes, is the directory contents listed properly? As a catchall, try to stop and restart nfs services on the ...xx machine. (see network_pass3() in /etc/rc.network). HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message