From owner-freebsd-questions Fri Aug 3 0:58:42 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 0B59737B403 for ; Fri, 3 Aug 2001 00:58:37 -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 KAA32507; Fri, 3 Aug 2001 10:07:03 +0200 Message-ID: <3B6A5A1D.D7041618@i-clue.de> Date: Fri, 03 Aug 2001 10:00:29 +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: questions@FreeBSD.ORG Subject: Re: second harddrive does not show up in nfs mount References: <01080300075500.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: > > I asked this one time before but noone answered back so I though I would try > it again. > I recently installed a new Hard Drive on my machine mounted as /hd1. When I > mount this server from another computer through nfs I cannot see anything in > this directory. If I put something in it I can see it but if I go to the > server that the /hd1 directory is, it does not show what I put in there. I > can unmount and remount and that file that I put in that directory still > shows up on the client nfs box but it really is not on the server. I must > have done something wrong but I dont know what it is. I hope I explained > this well but if I did not then please ask me more. > > uname: > #uname -a > FreeBSD ns1.cwalk.org 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Tue Apr 24 08:03:08 > PDT 2001 root@ns1.cwalk.org:/usr/src/sys/compile/FreeBSD i386 > > 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? > procfs 4 4 0 100% /proc > > /etc/fstab: > #more /etc/fstab > # Device Mountpoint FStype Options Dump Pass# > /dev/ad0s1b none swap sw 0 0 > /dev/ad0s1a / ufs rw 1 1 > /dev/wd2s1e /hd1 ufs rw 2 2 > /dev/acd0c /cdrom cd9660 ro,noauto 0 0 > proc /proc procfs rw 0 0 Check /etc/exports, and show us how the exported drive should be mounted to your remote machine. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message