Hallo Leute
Ich habe ein Root-RAID1 mit dem standart Sarge-Linux-Kernel-2.6.8-2 erfolgreich
installiert. Das Raid funktioniert soweit super.
Folgende Konfiguration wurde durch den Debian-Installer erstellt:
Code: Alles auswählen
$ cat /proc/mdstat
Personalities : [raid0] [raid1] [raid5]
md1 : active raid1 sda2[0] sdb2[1]
4883648 blocks [2/2] [UU]
md2 : active raid1 sda3[0] sdb3[1]
4883648 blocks [2/2] [UU]
md4 : active raid1 sda6[0] sdb6[1]
489856 blocks [2/2] [UU]
md5 : active raid1 sda7[0] sdb7[1]
144560768 blocks [2/2] [UU]
md0 : active raid1 sda1[0] sdb1[1]
489856 blocks [2/2] [UU]
md3 : active raid1 sda5[0] sdb5[1]
979840 blocks [2/2] [UU]
unused devices: <none>
$ cat /etc/fstab
proc /proc proc defaults 0 0
/dev/md0 / ext3 defaults,errors=remount-ro 0 1
/dev/md5 /home xfs defaults 0 2
/dev/hda1 /mnt/pool xfs defaults 0 2
/dev/md4 /tmp xfs defaults 0 2
/dev/md1 /usr xfs defaults 0 2
/dev/md2 /var xfs defaults 0 2
/dev/md3 none swap sw 0 0
/dev/sdc /media/usb0 auto rw,user,noauto 0 0
$ cat /etc/mdadm/mdadm.conf
DEVICE partitions
ARRAY /dev/md5 level=raid1 num-devices=2 UUID=e0be9031:d90c645b:caa241f8:967c6373
devices=/dev/sda7,/dev/sdb7
ARRAY /dev/md4 level=raid1 num-devices=2 UUID=671e7c68:75d4a8fd:ffa48583:cce97e1b
devices=/dev/sda6,/dev/sdb6
ARRAY /dev/md3 level=raid1 num-devices=2 UUID=3c957c38:c7b47b71:09c1f63d:7114ba43
devices=/dev/sda5,/dev/sdb5
ARRAY /dev/md2 level=raid1 num-devices=2 UUID=65d2bed9:a58b8894:04b513f2:b0d2c6fb
devices=/dev/sda3,/dev/sdb3
ARRAY /dev/md1 level=raid1 num-devices=2 UUID=bab1b968:ee15c5ba:199e7f91:07adda79
devices=/dev/sda2,/dev/sdb2
ARRAY /dev/md0 level=raid1 num-devices=2 UUID=1ef25840:3ccdf414:f35aba99:60962585
devices=/dev/sda1,/dev/sdb1
Kernel kompiliert. Nur das booten des gebackenen Kernels produziert eine
kernel-panic.
Code: Alles auswählen
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE
EXT3-fs: unable to read superblock
EXT2-fs: unable to read superblock
VFS: Cannot open root device "md0" or unknown-block(9,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(9,0)
nicht nötig?
Was es noch zu erwähnen gibt:
Code: Alles auswählen
# fdisk -l /dev/sda
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 61 489951 fd Linux raid autodetect
/dev/sda2 62 669 4883760 fd Linux raid autodetect
/dev/sda3 670 1277 4883760 fd Linux raid autodetect
/dev/sda4 1278 19457 146030850 5 Extended
/dev/sda5 1278 1399 979933+ fd Linux raid autodetect
/dev/sda6 1400 1460 489951 fd Linux raid autodetect
/dev/sda7 1461 19457 144560871 fd Linux raid autodetect
# fdisk -l /dev/sdb
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 61 489951 fd Linux raid autodetect
/dev/sdb2 62 669 4883760 fd Linux raid autodetect
/dev/sdb3 670 1277 4883760 fd Linux raid autodetect
/dev/sdb4 1278 19457 146030850 5 Extended
/dev/sdb5 1278 1399 979933+ fd Linux raid autodetect
/dev/sdb6 1400 1460 489951 fd Linux raid autodetect
/dev/sdb7 1461 19457 144560871 fd Linux raid autodetect
Irgendwelche Hinweise wieso mein Kernel eine "Panikattacke" hat?
Danke
MfG
f0rtex
p.s.: Ich habe im Forum gesucht, jedoch keine Antworten gefunden. Google war auch nicht besonders hilfreich. Was nicht heissen soll, dass ich für jeden Link dankbar bin