From owner-freebsd-stable Sun Nov 11 14:18: 6 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 95DA037B419 for ; Sun, 11 Nov 2001 14:18:01 -0800 (PST) Received: (qmail 96645886 invoked by uid 0); 11 Nov 2001 22:18:00 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Nov 2001 22:18:00 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fABMHw017887; Sun, 11 Nov 2001 23:17:58 +0100 (CET) (envelope-from root) Message-Id: <200111112217.fABMHw017887@gits.dyndns.org> Subject: Re: "disklabel -rw ar0 auto" breaks HPT raid0+1 In-Reply-To: <200111112117.fABLHaB47695@apollo.backplane.com> To: Matthew Dillon Date: Sun, 11 Nov 2001 23:17:58 +0100 (CET) Cc: John De Boskey , Stable List Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew Dillon wrote: > There is a section near the end of the 'disklabel' manual page that > describes how to partition a disk with a real slice entry instead of > dangerously dedicated mode. are you talking about the "BUG" section ? it only say that disklabel doesn't clobber the partition table. the problem is that it overwrite the following 15 sectors w/ boot2 while the first 10 sectors are used by the RAID hardware... do you see the problem. using fdisk, disklabel writes it's boot informations starting at sector 64 since the first half cylinder is reserved by fdisk. so, it doesn't clobber anything. is this explanation more clear ? Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message