Adriano Frare spake the following on 11/7/2006 5:51 PM:
I tested RAID 1 with differents size hard disk , it is work.
You need first, execute command sfdisk -l /dev/hd_GOOD > partitions.txt Second execute command sfdisk /dev/hd_NEWDISK < partitons.txt.
After recover process normal RAID recover.
Or shorten it with a pipe; sfdisk -l /dev/hd_GOOD | sfdisk /dev/hd_NEWDISK