StatsDawg

To See What Your Server Is Barking At

Home : Help : About

Software RAID

This is effectively the output of /proc/mdstat and shows, not only the health of any software-RAID containers configured on the system, but also the configuration of such containers. This is often useful to see if there may be a failed drive in the array. Note, however, that this module only makes sense if you are using the Linux 'md' software RAID drive.

Software RAID

Personalities : [raid1] 
md1 : active raid1 sda2[0] sdb2[1]
      14659200 blocks [2/2] [UU]
      
md2 : active raid1 sda3[0] sdb3[1]
      140295552 blocks [2/2] [UU]
      
md3 : active raid1 sda4[0] sdb4[1]
      1260992 blocks [2/2] [UU]
      
md0 : active raid1 sda1[0] sdb1[1]
      72192 blocks [2/2] [UU]
      
unused devices: 
	

Return to Table of Contents