nu, scroll to your first disk and hit enter: the partitionier asks you, if you want to create an empty partition table. Say "yes". (Hint: this will erase you... to "physical volume for RAID".
# Finish this partition with "Done setting up the partition".
# Create other partitions on the same d... you should have at least two disks with the same partition schema and all partitions (beside swap) should be marked for RAID use... configuration options.
# You are back in the partitioner menu and now you see one ore more new partitions named as "Software RAID Device". You can us
fdisk -ul /dev/sda
</code>
Wir merken uns die Startwerte der erweiterteten Partitionen und übergeben diesen Wert an die Parameter...
<code>
dd if=/dev/sda of=/dev/sdb count=1 skip=STARTWERT seek=STARTWERT
</code>
Nachdem wir das Partitionslayout komplett übernommen haben, teilen wir dies brav dem Ker
kten Platte lag. Das Wiederherstellen ging (nach Partitionieren der neuen Platte problemlos mit ''mdadm... Ein ''mdadm /dev/md1 -a /dev/sdb2'' hat zwar die Partition ins Array eingefügt, allerdings als 'Spare'.... selbsttätig mit dem Wiederherstellen/Syncen der Partition zu beginnen. Tat es aber nicht. dmesg hat auch eine Fehlermeldung ausgegeben: ''"cannot start dirty degraded array for /dev/md1''.
Bei mir hat