Skip to main content

skip to main content

developerWorks  >  Linux  >

Common threads: Linux 2.4 Software RAID, Part 2

Setting up RAID-1 in a production environment

developerWorks

Return to article


Listing 1. cat /proc/mdstat

# cat /proc/mdstat 
Personalities : [linear] [raid0] [raid1] [raid5] 
read_ahead 1024 sectors
md0 : active raid1 ide/host2/bus0/target0/lun0/part1[1] ide/host0/bus0/target0/lun0/part5[0]
      4610496 blocks [2/2] [UU]
      [======>..............]  resync = 34.8% (1606276/4610496) finish=3.2min speed=15382K/sec

unused devices: <none>

Return to article