Subject: Re: Bootable root on raidframe
To: None <port-i386@NetBSD.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: port-i386
Date: 08/05/2003 13:20:50
Next question :-)

What is wrong with this?

% cat disklabel.raid1
[...]
4 partitions:
#        size    offset     fstype  [fsize bsize cpg/sgs]
  d: 133227648         0     unused       0     0
  e: 133227648         0     4.2BSD    1024  8192  32

% disklabel -R -r raid1 disklabel.raid1
disklabel: warning, unused partition e: size 133227648 offset 0

If I rename e to a everything works just fine...

% disklabel -R -r raid1 disklabel.raid1
%

Martti