computers:mdadm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computers:mdadm [2011/07/25 16:53] – [Usage] chkuo | computers:mdadm [2011/08/24 15:15] (current) – chkuo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== mdadm ====== | ====== mdadm ====== | ||
| ===== Usage ===== | ===== 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> | ||
| Line 8: | Line 9: | ||
| ===== Note ===== | ===== Note ===== | ||
| Ubuntu server 10.04.1 installer has a known bug that prevents new installation on software RAID system from booting correctly (see [[http:// | 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.1311583985.txt.gz · Last modified: by chkuo