Subject: Re: How to install/config a new HD in NetBSD
To: Jurriaan de Boer <jfdeboer@support.euronet.nl>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-users
Date: 04/27/2000 15:04:47
On Wed, Apr 26, 2000 at 09:53:43PM +0200, Jurriaan de Boer wrote:
> 
> Sysintall util) the syntax should be something like this:
> 
> disklabel -rw wd1 $disktype
> 
> $disktype is the problem, as the only way I can image I need to manually
> add a new(my) disktype in the disktab file. But that's a bit
> complicated:

You could do it this way:
cd /tmp
disklabel wd1 > toto
vi toto
disklabel -r -R wd1 toto

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--