What shout there stand, for it is ok??? How can i see it?
cat /proc/mdstat
Personalities : [raid1]
md2 : active raid1 hda2[0]
<-This is missing the second partition on hdc, it should read like this:md2 : active raid1
hdc2[1] hda2[0]
159975168 blocks [2/1] [U_]
^ ^ These are bad, it should read:
159975168 blocks [2/
2] [U
U]
md1 : active raid1 hdc1[1] hda1[0]
104320 blocks [2/2] [UU]
md1 is OK (for now anyway), can you see the difference between md1 and md2?