md2 : active raid1 hdb2[0] hda2[1]
244091520 blocks [2/2] [UU]
md2 is formed by hdb and hda (IDE1, Slave and Master)
- As some one said... this is a bad setup.. Use IDE1 Master and IDE2 Master
While the rebuild is occurring, do a # cat proc/mdstat
The relative positions of the "U" or the lack of will tell you which drive is being rebuilt.
---------------------------------------------
md2 : active raid1 hdb2[0] hda2[1]
244091520 blocks [2/2] [ U]
This tells you that hdb is bad
---------------------------------------------
md2 : active raid1 hdb2[0] hda2[1]
244091520 blocks [2/2] [U ]
This tells you that hda is bad
Ed