Re: ddf1 rebuild with RC15
Bas Mevissen <[email protected]> Thu, 02 Apr 2009 10:46:06 +0200
| Newsgroups | gmane.linux.ataraid |
|---|---|
| Message-ID | <[email protected]> |
Pete Fuggle wrote: > Hello All. > > Am trying to rebuild a ddf1 RAID1 mirror and getting the following: > > [root@uranium peterf]# dmraid --rebuild .ddf1_disks /dev/sda > Volume "ddf1_4c53492020202020808626820000000035bf265400000a28" is not in > rebuild state (current: 16) > Rebuild: cannot rebuild from current state! > > I have removed a disk that was failing and replaced it with a new disk > at sda. Why not just use "dd" to copy all data from disk /dev/sdb to /dev/sda. I used something like "dd if=/dev/sdb of=/dev/sda" several times already. Regards, Bas.