Root Raid Platte tauschen

Aus xinux.net
Zur Navigation springen Zur Suche springen

Kontrolle

  • cat /proc/mdstat

Partition auf faulty setzen

  • mdadm /dev/md0 -f /dev/sda1

Partition removen

  • mdadm /dev/md0 -r /dev/sda1

Kontrolle ob die Partiton draussen ist

  • cat /proc/mdstat

Partitionstabelle von der intakten Platte sichern

  • sfdisk -d /dev/sdb > partiton.table

Partition zurück schreiben

  • sfdisk --force /dev/sda < partiton.table

Partitionstabelle dem Kernel mitteilen

  • partprobe

Grub Stage 1 in neue Platte installieren

  • grub-install /dev/sda

Partition hinzufügen

  • mdadm /dev/md0 -a /dev/sda1

Kontrolle

  • cat /proc/mdstat

Was kann schief gehen?

  • Bootet nicht mehr?
    • Neue Platte raus und nochmal testen
    • Von Livesystem booten
    • GRUB2 RAID