Subject: Re: How to install/config a new HD in NetBSD
To: Jurriaan de Boer <jfdeboer@support.euronet.nl>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: netbsd-users
Date: 04/26/2000 15:59:27
Generally the easiest way to disklabel a new drive is to dump the
kernel's prototype label to a file with "disklabel wd1
>/tmp/prototype", edit the prototype with your favorite editor, and
then "disklabel -r -R wd1 /tmp/prototype" to install it.

There really should be a single command version of disklabel -e that
lets you do that..

					- Bill