Linux Software Raid: Difference between revisions

From DWIKI
mNo edit summary
Line 2: Line 2:
*[https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm A guide to mdadm]
*[https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm A guide to mdadm]
*[https://raid.wiki.kernel.org/index.php/Mdstat mdstat]
*[https://raid.wiki.kernel.org/index.php/Mdstat mdstat]
*[https://www.snel.com/support/how-to-use-mdadm-to-manage-software-raid-disc-arrays/ How to use MDADM to manage software RAID disc arrays]
*[[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 12:13, 7 March 2023

Links

FAQ

Scan devices

mdadm --examine --scan --verbose /dev/sda2 /dev/sdb2 /dev/sdc2


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