User Tools

Site Tools


Sidebar






newpage

linux:filesystems:raid

This is an old revision of the document!


RAID

raid howto is located in Crypto

RAID recovery

https://raid.wiki.kernel.org/index.php/RAID_Recovery

if a raid is degraded, save superblock infos first:

mdadm --examine /dev/sd[abcd]1 > /etc/_raid/mdadm--examine_2013-03-10

check, whats up:

mdadm --detail /dev/md1

re-add a removed device:

mdadm  /dev/md1 --add /dev/sda2

watch revovery:

watch cat /proc/mdstat 
 
linux/filesystems/raid.1362934412.txt.gz · Last modified: 2013/03/10 17:53 by tkilla