computers:mdadm
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computers:mdadm [2011/01/31 15:55] – created chkuo | computers:mdadm [2011/08/24 15:15] (current) – chkuo | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== mdadm ====== | ====== mdadm ====== | ||
+ | ===== Usage ===== | ||
+ | * Overview: <code bash>cat / | ||
* To view the status of an array: <code bash> | * To view the status of an array: <code bash> | ||
- | * To mark a device as faulty: <code bash> | + | * To mark a device as faulty: <code bash> |
- | * To remove a failed or spare device: <code bash> | + | * To remove a failed or spare device: <code bash> |
- | * To add a device: <code bash> | + | * To add a device: <code bash> |
+ | |||
+ | ===== Note ===== | ||
+ | Ubuntu server 10.04.1 installer has a known bug that prevents new installation on software RAID system from booting correctly (see [[http:// | ||
+ | |||
+ | ===== Sample partition ===== | ||
+ | * HD: 500Gb * 3 (RAID 1, 1 hot spare) | ||
+ | * /dev/md0: /boot, 200Mb, primary, ext2 | ||
+ | * /dev/md1: swap, 8G, primary | ||
+ | * /dev/md2: /, 200Gb, primary, ext4 | ||
+ | * /dev/md3: /var, 150Gb, logical, ext4 | ||
+ | * /dev/md4: /home, 100Gb, logical, ext4 | ||
+ | * /dev/md5: /tmp, max, logical, ext4 | ||
computers/mdadm.1296460536.txt.gz · Last modified: 2011/01/31 15:55 by chkuo