Subject: Re: Raid10
To: dkwok <dkwok@iware.com.au>
From: Greg Oster <oster@cs.usask.ca>
List: port-i386
Date: 06/27/2001 08:51:32
"dkwok" writes:

> I am stuck again after resolving the no of partition on the raid =
> disklabel. After I 've change the partition to 8, I can replace the =
> disklabel ok.=20
> 
> Then the next step is to initialize the raid0 conf by doing:
> 
> raidctl -C /etc/raid4.conf raid4
>
> I am only guessing, I don't need to set any file system until raid 0 is =
> done.

Yup.
 
> I 've got this error:
> =20
> raidctl: stat failure on: /dev/raid4d

As someone else suggested, check the number of raid pseudo-devices in your 
kernel config... If it's the default of 4, that only covers raid0-raid3.  
You'll want to bump it up to 5 (or more..)

Later...

Greg Oster