linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Warning: /dev/md/0 is not on the first disk
@ 2003-06-26 17:32 Zeno R.R. Davatz
  2003-06-26 18:25 ` Software raid hot-swappable? Donghui Wen
  0 siblings, 1 reply; 2+ messages in thread
From: Zeno R.R. Davatz @ 2003-06-26 17:32 UTC (permalink / raw)
  To: linux-raid

Hi List

I am trying to set up my second software raid and encounter following problems:

lilo gives me:
Warning: device outside of RAID set  /dev/hda  0x0300
Warning: using BIOS device code 0x81 for RAID boot blocks
Warning: /dev/md/0 is not on the first disk
Fatal: map file must be on the boot RAID partition

My lilo.conf is:

boot=/dev/md/0
raid-extra-boot="/dev/hdc,/dev/hda"

root=/dev/md/1

append="md=0,/dev/hdc3,/dev/hda3"

cat /proc/mdstat gives me:
md0 : active raid1 ide/host1/bus0/target0/lun0/part1[0]
      97664 blocks [2/1] [U_]
       
md1 : active raid1 ide/host1/bus0/target0/lun0/part3[0]
      76126592 blocks [2/1] [U_]

My /etc/raidtab is:
raiddev /dev/md/0
        raid-level      1
        nr-raid-disks   2
        nr-spare-disks  0
        chunk-size      32
        persistent-superblock 1
        device          /dev/hdc1
        raid-disk       0
        device          /dev/hda1
        failed-disk     1
                                                                                                                                              
raiddev /dev/md/1
        raid-level      1
        nr-raid-disks   2
        nr-spare-disks  0
        chunk-size      32
        persistent-superblock 1
        device          /dev/hdc3
        raid-disk       0
        device          /dev/hda3
        failed-disk     1

My /mnt/root/etc/fstab is:
# <Dateisystem> <Mountpunkt>    <Typ>   <Optionen>                      <dump>  <pass>
/dev/md/1       /               reiserfs        defaults        0       0
/dev/hda2       none            swap    sw                      0       0
/dev/hdc2       none            swap    sw                      0       0
proc            /proc           proc    defaults                0       0
/dev/fd0        /floppy         auto    user,noauto             0       0
/dev/cdrom      /cdrom          iso9660 ro,user,noauto          0       0
/dev/md/0       /boot           reiserfs        defaults        0       2

Thanks in advance for any help and hints.

Zeno

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-26 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-26 17:32 Warning: /dev/md/0 is not on the first disk Zeno R.R. Davatz
2003-06-26 18:25 ` Software raid hot-swappable? Donghui Wen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).