Subject: Re: RAIDframe problem
To: Sridhar Ayengar <sridhar@ikickass.org>
From: Greg Oster <oster@cs.usask.ca>
List: port-i386
Date: 08/29/2001 07:04:06
Sridhar Ayengar writes:
>
> Hi. I have this RAID-0 set composed of two IBM Ultrastar 36XP 36 GB
> Ultra-Wide SCSI drives that has a backup on it that I would really prefer
> not having to replace. However, the modification count on the second
> drive is slightly different from that of the first. Is there a way I can
> reset the second to match the first? If I lose a little data, I won't
> cry over it, but I would prefer to be able to get as much back as
> possible. Thanks a lot.
You'll first have to force configuration with:
raidctl -C /etc/raid0.conf raid0 #(replace the raid0's as appropriate)
and then just re-do the component-label initialization with:
raidctl -I 12345 raid0
Later...
Greg Oster