User Tools

Site Tools


raid:mdadm:remove_the_raid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

raid:mdadm:remove_the_raid [2021/09/26 12:06] – created peterraid:mdadm:remove_the_raid [2021/09/26 12:19] (current) peter
Line 10: Line 10:
 #ARRAY /dev/md0 level=raid5 num-devices=3 metadata=1.2 spares=1 name=bionic:0 UUID=76c80bd0:6b1fe526:90807435:99030af9 #ARRAY /dev/md0 level=raid5 num-devices=3 metadata=1.2 spares=1 name=bionic:0 UUID=76c80bd0:6b1fe526:90807435:99030af9
 #  devices=/dev/sdb1,/dev/sdc1,/dev/sdd1 #  devices=/dev/sdb1,/dev/sdc1,/dev/sdd1
 +</file>
  
 Also, edit **/etc/fstab** file and comment out the line that enables auto-mount of the RAID device. Also, edit **/etc/fstab** file and comment out the line that enables auto-mount of the RAID device.
 +
 +----
 +
 +===== Wipe everything =====
 +
 +<code bash>
 +mdadm --stop /dev/md0
 +mdadm --zero-superblock /dev/sda1
 +mdadm --zero-superblock /dev/sdb1
 +mdadm --zero-superblock /dev/sdc1
 +</code>
 +
raid/mdadm/remove_the_raid.1632657999.txt.gz · Last modified: 2021/09/26 12:06 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki