[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Raid und lilo.conf



Hallo zusammen,

ich habe mir ein  RAIDI aufgesetzt. Allerdings habe ich jetzt das
Problem, das der Rechner nur bootet, wenn beide Platten angeschlossen
sind. Nehme ich eine der beiden Platten heraus fährt der Rechner nicht
mehr richtig hoch, es füllt sich der Bildschirm nur noch
mit "01"

Die howtows sowie http://www.dejanews.com brachten mich bis jetzt leider
nicht auf den richtigen Weg, vielleicht hat hier jemand eine Idee?

Danke schon mal im Voraus
Patrick



hier meine Plattenaufteilung:
Disk /dev/sda: 255 heads, 63 sectors, 1106 cylinders
Units = sectors of 1 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sda1   *        63     48194     24066   fd  Linux raid autodetect
/dev/sda2         48195   1044224    498015   82  Linux swap
/dev/sda3       1044225  13831964   6393870    5  Extended
/dev/sda4      13831965  17767889   1967962+  fd  Linux raid autodetect
/dev/sda5       1044288   5960114   2457913+  fd  Linux raid autodetect
/dev/sda6       5960178   9896039   1967931   fd  Linux raid autodetect
/dev/sda7       9896103  13831964   1967931   fd  Linux raid autodetect

Disk /dev/sdb: 255 heads, 63 sectors, 1115 cylinders
Units = sectors of 1 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sdb1   *        63     48194     24066   fd  Linux raid autodetect
/dev/sdb2         48195   1028159    489982+  82  Linux swap
/dev/sdb3       1028160  13751639   6361740    5  Extended
/dev/sdb4      13751640  17671499   1959930   fd  Linux raid autodetect
/dev/sdb5       1028223   5911919   2441848+  fd  Linux raid autodetect
/dev/sdb6       5911983   9831779   1959898+  fd  Linux raid autodetect
/dev/sdb7       9831843  13751639   1959898+  fd  Linux raid autodetect
chewbakka:/home/patrick#

cat /proc/mdstat
Personalities : [linear] [raid1] [multipath]
read_ahead 1024 sectors
md1 : active raid1 sdb1[0] sda1[1]
      24000 blocks [2/2] [UU]

md2 : active raid1 sdb5[0] sda5[1]
      2441728 blocks [2/2] [UU]

md3 : active raid1 sdb6[0] sda6[1]
      1959808 blocks [2/2] [UU]

md4 : active raid1 sdb7[0] sda7[1]
      1959808 blocks [2/2] [UU]

md0 : active raid1 sdb4[0] sda4[1]
      1959808 blocks [2/2] [UU]

unused devices: <none>


lilo.conf (wurde mit "lilo -C /etc/lilo.conf" in den MBR von SDA
geschrieben :

# Support LBA for large hard disks.
lba32

# Overrides the default mapping between harddisk names and the BIOS'
# harddisk order. Use with caution.
disk=/dev/md0
bios=0x80
partition=/dev/md1
boot=/dev/sda
root=/dev/md0
install=/boot/boot-menu.b
map=/boot/map
delay=20

#       single-key
#       delay=100
        timeout=100
vga=normal
default=Linux

image=/vmlinuz
        label=Linux
        read-only
#       restricted
#       alias=1

image=/vmlinuz.old
        label=LinuxOLD
        read-only
        optional
#       restricted
#       alias=2

lilo.conf.sdb (wurde mit "lilo -C /etc/lilo.conf.sdb" in den MBR von SDB
geschrieben:

# Support LBA for large hard disks.
lba32

# Overrides the default mapping between harddisk names and the BIOS'
# harddisk order. Use with caution.
disk=/dev/md0
bios=0x80
partition=/dev/md1
boot=/dev/sdb
root=/dev/md0
install=/boot/boot-menu.b
map=/boot/map
delay=20

#       single-key
#       delay=100
        timeout=100
vga=normal
default=Linux

image=/vmlinuz
        label=Linux
        read-only
#       restricted
#       alias=1

image=/vmlinuz.old
        label=LinuxOLD
        read-only
        optional
#       restricted
#       alias=2





Reply to: