On 23/09/2009, at 1:01 AM, Jeffrey C. Smith wrote:
Once you have a clean disk with an unused RAID partition on it, reboot
and check
that it's still identified as wd1d. At this point, 'raidctl -s raid0'
should know
of it's existance. There should be a message in dmesg too.
There should be no mention of 'component1'.
Now 'raidctl -R /dev/wd1d raid0' should initiate a reconstruction of
this disk.
That should be all you need.
You should check all this in the man page to ensure you understand what
you're
typing too. I may have made a typo, left something out, or just plain
got it
wrong. I dont believe so, but it's your system and you're the one
typing the
commands so it's ultimately all down to you.
I agree that the man page takes quite a bit of work, but it is all
there.
When tracking down almost any problem with the system, the syslog
should be checked to see if there
are any clues. It may even point directly to the cause.
>cat /var/log/messages
and/or:
>zcat /var/log/messages.n.gz
where n refers the file corresponding to the time you're interested in,
to look further back in time.
paulm