I have 2 harddisks(hda,hdc) and built them as Software RAID array(mdraid) when install FC3.
Now I found that hdc is bad and need to replace. I'm not sure, Can I just replace it with a brandnew disk then mdraid will partition and copy everything for me? or I need to prepare partition table first before replace the old one.
another question is how can I know that mdraid will copy from hda to new hdc(that what I want) or it will copy from hdc to hda.
below is my /proc/mdstat
[root@ora10g ~]# cat /proc/mdstat
Personalities : [raid1]
md1 : active raid1 hda2[0]
30716160 blocks [2/1] [U_]
md2 : active raid1 hda3[0]
30716160 blocks [2/1] [U_]
md3 : active raid1 hda4[0]
1124480 blocks [2/1] [U_]
md0 : active raid1 hda1[0]
15358016 blocks [2/1] [U_]
unused devices: <none>
[root@ora10g ~]#