Ich habe mir unter Debian ein Software-RAID1 installiert. Leider verliert das wichtigste md-Device (die root-Partition) nach einem Neustart immer eine Partition. Leider weiß ich absolut nicht wieso.
In der mdadm.conf sind die einzelnen Devices wie folgt definiert:
Code: Alles auswählen
DEVICE /dev/hda1 /dev/hdc1
ARRAY /dev/md1 level=raid1 num-devices=2 ....... devices=/dev/hda1,/dev/hdc1
DEVICE /dev/hda2 /dev/hdc2
ARRAY /dev/md2 ....... devices=/dev/hda2,/dev/hdc2
DEVICE /dev/hda3 /dev/hdc3
ARRAY /dev/md3 ....... devices=/dev/hda3,/dev/hdc3
md1 verliert aber immer /dev/hda1.
Code: Alles auswählen
cat /proc/mdstat
Personalities : [linear] [raid1] [multipath]
md3 : active raid1 hda3[0] hdc3[1]
115764288 blocks [2/2] [UU]
md2 : active raid1 hda2[0] hdc2[1]
1461824 blocks [2/2] [UU]
md1 : active raid1 hdc1[1]
39061952 blocks [2/1] [_U]
unused devices: <none>
Die Partitionierung sieht momentan so aus:
Code: Alles auswählen
/dev/hda1 * 1 4863 39062016 fd Linux raid autodetect
/dev/hda2 4864 5045 1461915 fd Linux raid autodetect
/dev/hda3 5046 19457 115764390 fd Linux raid autodetect
/dev/hdc1 * 1 4863 39062016 fd Linux raid autodetect
/dev/hdc2 4864 5045 1461915 fd Linux raid autodetect
/dev/hdc3 5046 19457 115764390 fd Linux raid autodetect
Vielen Dank!!!!
Gruß
Thorsten