From owner-freebsd-hackers Sat Apr 7 19:31:26 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id E993137B43E for ; Sat, 7 Apr 2001 19:31:23 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id f382VII86294; Sat, 7 Apr 2001 19:31:22 -0700 (PDT) Date: Sat, 7 Apr 2001 19:31:18 -0700 (PDT) From: Doug White To: dannyman Cc: Subject: Re: creating an fdisk partition in an automated way In-Reply-To: <20010406181255.H59108@dell.dannyland.org> Message-ID: X-All-Your-Base: are belong to us MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 6 Apr 2001, dannyman wrote: > On Wed, Apr 04, 2001 at 08:58:12PM -0700, Doug White wrote: > [...] > > fdisk -I is your friend. (DANGER: THIS IS DESTRUCTIVE -- READ THE MAN > > PAGE FIRST!) > > Yeah ... I use it. It seems to do the right thing. Then disklabel doesn't > work. :< Well, I should have commented that for best results, dd if=/dev/zero of=/dev/${DISK} count=32 to make sure there's no leftovers for anything to trip on. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message