Koozali.org: home of the SME Server

RAID Monitor Question

Offline meanpenguin

  • ****
  • 138
  • +0/-0
RAID Monitor Question
« Reply #15 on: December 18, 2006, 07:10:22 PM »
Quote

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