Advertisement
modulus

Safely remove mdadm RAID superblock

Jun 10th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Safely remove mdadm RAID superblock
  2.  
  3. You should run an :
  4. # mdadm -E /dev/sda
  5. to see what metadata version was used on the old array. If it's 0.90, you should be able to zero the superblock with mdadm.
  6.  
  7. Then to zero the superblock:
  8. # mdadm --zero-superblock /dev/sda
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement