Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 7: Line 7:     
== HowTo Manage/Check a RAID1 Array from the command Line ==
 
== HowTo Manage/Check a RAID1 Array from the command Line ==
 +
 +
=== What is the Status of the Array ===
 +
 +
[root@ ~]# '''cat /proc/mdstat'''
 +
Personalities : [raid1]
 +
md2 : active raid1 sdb2[2] sda2[0]
 +
      488279488 blocks [2/1] [U_]
 +
      [=>...................]  recovery =  6.3% (31179264/488279488) finish=91.3min speed=83358K/sec
 +
md1 : active raid1 sdb1[1] sda1[0]
 +
      104320 blocks [2/2] [UU]
 +
 +
unused devices: <none>
    
=== Are the Disk Partitioned Correctly ? ===
 
=== Are the Disk Partitioned Correctly ? ===
Line 110: Line 122:     
{{Note box|I'm using sdb which was right for me, it might not be for you (if it's RAID 1, there is a 50% chance it's not !)}}
 
{{Note box|I'm using sdb which was right for me, it might not be for you (if it's RAID 1, there is a 50% chance it's not !)}}
  −
[root@ ~]# cat /proc/mdstat
  −
Personalities : [raid1]
  −
md2 : active raid1 sdb2[2] sda2[0]
  −
      488279488 blocks [2/1] [U_]
  −
      [=>...................]  recovery =  6.3% (31179264/488279488) finish=91.3min speed=83358K/sec
  −
md1 : active raid1 sdb1[1] sda1[0]
  −
      104320 blocks [2/2] [UU]
  −
  −
unused devices: <none>
      
===Here we go lets fix this===
 
===Here we go lets fix this===
88

edits

Navigation menu