Ubuntu Server – Remove Raid Array

Nice and simple:

mdadm --stop /dev/md0
mdadm --remove /dev/md0
mdadm --zero-superblock /dev/sdb1
mdadm --zero-superblock /dev/sdc1

One Response to “Ubuntu Server – Remove Raid Array”

  • hieroglyph:

    Hello again,

    just wondering why you added this ~ did you need to remove your raid array?

    Also, I noticed my power brick gets pretty warm ~ does yours?

    ~ hieroglyph