This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:storage:raid_metadata_removal [2015/06/23 16:14] gcooper created |
computing:storage:raid_metadata_removal [2019/10/25 10:19] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== RAID Metadata Removal ====== | ====== RAID Metadata Removal ====== | ||
- | If you are reusing disk drives that were once members of a RAID array, you should remove the RAID metadata from the disk drives | + | http:// |
- | <note warning>Not removing | + | http:// |
+ | |||
+ | If you are **reusing disk drives that were once members of a RAID array**, you should **remove the RAID metadata** from the disk drives first. | ||
+ | |||
+ | <note warning>Leaving | ||
===== Intel (Integrated) RAID ===== | ===== Intel (Integrated) RAID ===== | ||
Line 22: | Line 26: | ||
< | < | ||
mdadm --zero-superblock /dev/sdx | mdadm --zero-superblock /dev/sdx | ||
+ | </ | ||
+ | |||
+ | or: | ||
+ | |||
+ | < | ||
+ | dmraid -r -E /dev/sdx | ||
+ | </ | ||
+ | |||
+ | or: | ||
+ | |||
+ | < | ||
+ | dd if=/ | ||
</ | </ | ||
Then verify: | Then verify: | ||
+ | |||
+ | :!: You may need to **reboot**! | ||
< | < | ||
dmraid -r | dmraid -r | ||
+ | </ | ||
+ | |||
+ | or | ||
+ | |||
+ | < | ||
+ | mdadm --detail --scan --verbose | ||
</ | </ | ||