From owner-freebsd-current@FreeBSD.ORG Wed Oct 8 03:59:08 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86DEF16A4B3 for ; Wed, 8 Oct 2003 03:59:08 -0700 (PDT) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDF743F93 for ; Wed, 8 Oct 2003 03:59:07 -0700 (PDT) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])h98Ax3S26071; Wed, 8 Oct 2003 12:59:03 +0200 (MEST) Date: Wed, 8 Oct 2003 12:59:03 +0200 (CEST) From: Harti Brandt To: ecsd In-Reply-To: <3F83EAF5.4030301@ecsd.com> Message-ID: <20031008125501.D63940@beagle.fokus.fraunhofer.de> References: <3F83DB69.907@ecsd.com> <20031008114254.E63940@beagle.fokus.fraunhofer.de> <20031008121500.U63940@beagle.fokus.fraunhofer.de> <3F83EAF5.4030301@ecsd.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: no partition entries for /dev/ad3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 10:59:08 -0000 On Wed, 8 Oct 2003, ecsd wrote: e>Harti Brandt wrote: e>On Wed, 8 Oct 2003, ecsd wrote: e>e>I had already been able to go so far as to "disklabel -w -r ad3 auto". e>e>After doing this on a 4.X system I would then "disklabel -e /dev/ad3s1c" e>e>but /dev/ad3s1c does not exist, so I am stuck. e>e>Maybe there is a "rescan devices" command? e> e>e> fdisk thinks it has no work to do. e> e>In that case you should have a /dev/ad3s1. Have you? e>harti e> e>The chronology is that I booted the system, did the disklabel -w -r ad3 e>auto, e>turned around to disklabel -e /dev/ad3s1c (as I would normally do), and e>was told that /dev/ad3s1c did not exist. Then I wrote in here asking for e>help. e>ad3s1c does not exist. If I understand correctly disklabel -e ad3 auto will create you partitions without creating slices. You should get /dev/ad3c and this will cover the entire disk (though I don't know if this is really supported). Normally you should put slices onto your disk and disklabel the slices. Given that you have a correct fdisk label you should have the slice entries /dev/ad3s[1-4]. Then you can disklabel the slices: 'disklabel -e /dev/ad3s1 auto'. ad3s1c of course does not exist if you don't have labeled the slice. You must label the slice (da3s1), not a partition thereof (da3s1c). harti -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org