Subject: Re: Raid10
To: None <port-i386@netbsd.org>
From: dkwok <dkwok@iware.com.au>
List: port-i386
Date: 06/27/2001 23:44:35
I 've created raid4 dev file. When I do

raidctl -C /etc/raid4.conf raid4

The error message is

raidctl: unable to open device file: /dev/raid4d

I have checked the file permission, raid4 dev seem to be ok.

 ls -l /dev/raid4*
brw-r-----  1 root  operator  18,     32 Jun 28 09:33 /dev/raid4a
brw-r-----  1 root  operator  18,     33 Jun 28 09:33 /dev/raid4b
brw-r-----  1 root  operator  18,     34 Jun 28 09:33 /dev/raid4c
brw-r-----  1 root  operator  18,     35 Jun 28 09:33 /dev/raid4d
brw-r-----  1 root  operator  18,     36 Jun 28 09:33 /dev/raid4e

David Kwok

----- Original Message -----
From: Jarle Greipsland <jarle@uninett.no>
To: <dkwok@iware.com.au>
Cc: <port-i386@netbsd.org>
Sent: Wednesday, June 27, 2001 10:56 PM
Subject: Re: Raid10


> "dkwok" <dkwok@iware.com.au> writes:
> > 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.
> >
> > I 've got this error:
> >
> > raidctl: stat failure on: /dev/raid4d
>
> Sounds very much like a missing device node.  Check that
> /dev/raid4d really exists.  If not, try
>
> # cd /dev && sh MAKEDEV raid4
>
> -jarle
> --
> "On a clear disk you can seek forever."
> -- Peter O'Toole (Trinity College, Dublin)
>