Date: Sun, 11 Nov 2001 17:19:52 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Cyrille Lefevre <clefevre@citeweb.net> Cc: John De Boskey <jwd@FreeBSD.ORG>, Stable List <freebsd-stable@FreeBSD.ORG> Subject: Re: "disklabel -rw ar0 auto" breaks HPT raid0+1 Message-ID: <200111120119.fAC1Jq448679@apollo.backplane.com> References: <200111120106.fAC16J324069@gits.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
:> :half cylinder is reserved by fdisk. so, it doesn't clobber anything. :> :is this explanation more clear ? :> :> No, the EXAMPLES section. : :there is nothing in the "EXAMPLES" section which prevent to write :the first 16 sectors if using the drive in `dangerously-dedicated' :mode that is w/ no fdisk partition. : :Cyrille. :-- :Cyrille Lefevre mailto:clefevre@citeweb.net The examples section, if you have a reasonably recent (4.3 or later I believe) system, shows you how to create a disklabel inside a slice (i.e. NOT dangerously dedicated), and shows you how to run fdisk to initialize a disk and then how to run disklabel to inintialize the slice. The sequence is something like: fdisk -BI da0 disklabel -w -r -B da0s1 auto disklabel -e da0s1 -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111120119.fAC1Jq448679>