From owner-freebsd-questions@FreeBSD.ORG Tue Jun 8 16:34:03 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 760CD16A4CE for ; Tue, 8 Jun 2004 16:34:03 +0000 (GMT) Received: from mail5.dslextreme.com (mail5.dslextreme.com [66.51.199.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 52DBD43D49 for ; Tue, 8 Jun 2004 16:34:03 +0000 (GMT) (envelope-from jmlewis@dslextreme.com) Received: (qmail 19898 invoked from network); 8 Jun 2004 16:34:02 -0000 Received: from unknown (HELO www.dslextreme.com) (66.51.199.92) by 192.168.8.93 with SMTP; Tue, 08 Jun 2004 16:34:02 +0000 Message-ID: <330a2b08a1034a1584a.20040608093402.wzyrjvf@www.dslextreme.com> In-Reply-To: <40C56425.9070401@optusnet.com.au> References: <200406072139.52581.jmlewis@dslextreme.com> <40C55287.9010904@optusnet.com.au> <23310a54c78a854d0a743d0a.20040607225242.wzyrjvf@www.dslextreme.com> <40C56425.9070401@optusnet.com.au> Date: Tue, 8 Jun 2004 09:34:02 -0700 (PDT) From: "Joshua Lewis" To: "Anubis" User-Agent: DSL Extreme Webmail (www.dslextreme.com) MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) cc: jmlewis@dslextreme.com cc: freebsd-questions@freebsd.org Subject: Re: fstab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jmlewis@dslextreme.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 16:34:03 -0000 > 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 oassume > something like that I do have several ad1* devices in /dev but I can not mount them. So I asume they are just there to be there? Why would it be ad1s1d? If the whole drive is being used wouldn't it be ad1s1a? Thank you, Joshua Lewis Anubis > 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 > > >