Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
linux:raid [2009/02/04 20:05]
a + how to know which drive to remove
linux:raid [2009/05/25 00:35]
127.0.0.1 external edit
Line 5: Line 5:
    * [[http://www.debian-administration.org/articles/424|growing ext3 partition on RAID1 without rebooting]]    * [[http://www.debian-administration.org/articles/424|growing ext3 partition on RAID1 without rebooting]]
    * [[:linux:lvm|LVM]]    * [[:linux:lvm|LVM]]
 +
 +
  
  
 ===== Debian Woody + kernel 2.4 ===== ===== Debian Woody + kernel 2.4 =====
  
-Good article (based on the one that has already been available on TNT) on this topic is on URL: [[http://www.rot13.org/~dpavlin/md-raid1.html]]+Good article (based on the one that has already been available on old [[http://tnt.aufbix.org/old/linux/raid/|TNT site]]) on this topic is on URL: [[http://www.rot13.org/~dpavlin/md-raid1.html]]
  
 ===== Debian Sarge  ===== ===== Debian Sarge  =====
Line 16: Line 18:
  
  
 +===== RAID5 =====
 +**Creating a new one**
 +   mdadm --create --verbose /dev/md0 --level=5 --raid-devices=3 /dev/sda1 /dev/sdb1 /dev/sdc1
 +
 +**Adding spare to RAID5**
 +   mdadm --add /dev/md0 /dev/sdh1
 +
 +**Fixing /etc/mdadm/mdadm.conf**
 +   echo "DEVICE partitions" > /etc/mdadm/mdadm.conf
 +   mdadm --detail --scan >> /etc/mdadm/mdadm.conf
  
  
-===== sw RAID recover =====+===== SW RAID recover =====
 **Copying the partition table from working HDD to new one** **Copying the partition table from working HDD to new one**
  
linux/raid.txt ยท Last modified: 2009/07/06 01:30 by 193.164.137.52
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready