From owner-freebsd-questions@FreeBSD.ORG Tue Jun 8 06:57:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09A316A4D4 for ; Tue, 8 Jun 2004 06:57:42 +0000 (GMT) Received: from mail021.syd.optusnet.com.au (mail021.syd.optusnet.com.au [211.29.132.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4788143D2F for ; Tue, 8 Jun 2004 06:57:41 +0000 (GMT) (envelope-from anubis357@optusnet.com.au) Received: from optusnet.com.au (rdlax11-a044.dialup.optusnet.com.au [198.142.39.44]) (authenticated)i586vYH22384; Tue, 8 Jun 2004 16:57:34 +1000 Message-ID: <40C56425.9070401@optusnet.com.au> Date: Tue, 08 Jun 2004 17:00:53 +1000 From: Anubis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jmlewis@dslextreme.com References: <200406072139.52581.jmlewis@dslextreme.com> <40C55287.9010904@optusnet.com.au> <23310a54c78a854d0a743d0a.20040607225242.wzyrjvf@www.dslextreme.com> In-Reply-To: <23310a54c78a854d0a743d0a.20040607225242.wzyrjvf@www.dslextreme.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: fstab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 06:57:42 -0000 Joshua Lewis wrote: >>/dev/ad1s1 what? a, d, e, f,g ?? > > > Do I specify? I am using the whole drive. should I change it to /dev/ad1s1a? > > > Thank you, > Joshua Lewis > > > > Anubis > >>Joshua Lewis wrote: >> >>>The last time I edited this file my system ceased to boot. I have made >>>what >>>looks to me like a valid entry. This is the same thing I entered in last >>>time. I am not going to save this but does it look valid to anyone out >>>there? >>> >>> >>># Device Mountpoint FStype Options Dump >>>Pass# >>>/dev/ad0s1b none swap sw 0 >>>0 >>>/dev/ad0s1a / ufs rw 1 >>>1 >>>/dev/ad0s1f /tmp ufs rw 2 >>>2 >>>/dev/ad0s1g /usr ufs rw 2 >>>2 >>>/dev/ad0s1e /var ufs rw 2 >>>2 >>>/dev/acd0c /cdrom cd9660 ro,noauto 0 >>>0 >>>/dev/acd1c /cdrom1 cd9660 ro,noauto 0 >>>0 >>> >>>This is the line I added >>>/dev/ad1s1 /disk2 ufs rw 2 2 >>> >>> >>>proc /proc procfs rw 0 >>>0 >>> >> >>/dev/ad1s1 what? a, d, e, f,g ?? >> >> >> > > > asuming that you have done the whole fdisk/disklabel/newfs you can list the contents of /dev thus, ls /dev to find out. It will be ad1s1d or something like that