How to restore damaged raid disk system

Linear Raid, Raid 0 are not able to restore the data when the physical hard disk has damage
You should create new raid
ex) mdadm --create ~~~~

Raid1, Raid5 can be restored even if one hard disk has damage.
ex) mdadm /dev/md1 --add /dev/sdc1

No comments:

Post a Comment