Linux Software Raid: Difference between revisions
From DWIKI
m (→Links) |
mNo edit summary |
||
Line 4: | Line 4: | ||
*[http://www.linux.com/base/ldp/howto/Software-RAID-0.4x-HOWTO.html#toc4 Another raid howto] | *[http://www.linux.com/base/ldp/howto/Software-RAID-0.4x-HOWTO.html#toc4 Another raid howto] | ||
*http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID | *http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID | ||
*[http://www.snia.org/tech_activities/standards/curr_standards/ddf/ COMMON RAID DISK DATA FORMAT (DDF)] | |||
=What the howto and man mdadm don't tell= | =What the howto and man mdadm don't tell= | ||
Revision as of 23:02, 24 April 2008
Links
- Software RAID Howto
- A better guide
- Another raid howto
- http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID
- COMMON RAID DISK DATA FORMAT (DDF)
What the howto and man mdadm don't tell
Checking the raid units
From man md:
echo check > /sys/block/md0/md/sync_action
check /proc/mdstat for status, and then set back to idle:
echo idle > /sys/block/md0/md/sync_action
Looking at your raid units
cat /proc/mdstat
(also shows what's going on when checking/resynching)
Hotswapping (scsi) disks
eject -s /dev/sda