Outils pour utilisateurs

Outils du site


Panneau latéral

Menu tree

welcome:linux_usually:raid

Dealing with logiciel Raid

Deleting / destroying a Raid array

  • Get infos about the raid:
    sudo mdadm --detail /dev/md0
     (or md1 or ...) 
  • stop the raid array:
    sudo mdadm --stop /dev/md0 
  • send a “zero-superbloc” to each partition that has been member of the raid
    sudo mdadm --zero-superblock /dev/sdXX
    sudo mdadm --zero-superblock /dev/sdYY
    etc...
welcome/linux_usually/raid.txt · Dernière modification: 2017/02/12 20:49 (modification externe)

DokuWiki Appliance - Powered by TurnKey Linux