Linux Software Raid: Difference between revisions
From DWIKI
m (→Links) |
mNo edit summary |
||
Line 1: | Line 1: | ||
=Links= | =Links= | ||
*[https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm A guide to mdadm] | |||
*[[RAID]] | *[[RAID]] | ||
*[http://tldp.org/HOWTO/Software-RAID-HOWTO.html Software RAID Howto] | *[http://tldp.org/HOWTO/Software-RAID-HOWTO.html Software RAID Howto] |
Revision as of 16:23, 27 August 2019
Links
- A guide to mdadm
- RAID
- Software RAID Howto
- A better guide
- http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID
- COMMON RAID DISK DATA FORMAT (DDF)
- Switching to mirroring
- http://www.sanitarium.net/golug/Linux_Software_RAID.html
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 mdadm --detail /dev/md0
(also shows what's going on when checking/resynching)
Hotswapping (scsi) disks
eject -s /dev/sda