Subject: Re: Bootable root on raidframe
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Frederick Bruckman <fredb@immanent.net>
List: port-i386
Date: 08/05/2003 05:33:20
On Tue, 5 Aug 2003, Martti Kuparinen wrote:
> Next question :-)
>
> What is wrong with this?
>
> % cat disklabel.raid1
> [...]
> 4 partitions:
^^^
"4" only goes up "d". You need to increase that to at least "5".
> # 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
> %
Frederick