On Tue, 25 Sep 2001 [EMAIL PROTECTED] wrote:

>
> Hi,
>
> I trying to setup a RAID-1 system using the following;
>
> disks: /dev/hda and /dev/hdc
>
> /dev/md0  /boot
> /dev/md1  swap
> /dev/md2  /
>
> Everything works well, except for the following.
>
> When I simulate a disk failure on /dev/hdc, the system boots fine from
> /dev/hda but when I simulate a disk failure on /dev/hdc the system
> does not boot. I have to use a rescue disk to boot. Anyway around
> this.

    I'm ignorant about RAID, but your symptoms sound as if your boot
loader is installed on the MBR of /dev/hda, and is not also installed on
the MBR of /dev/hdc.  I suppose that in /etc/lilo.conf there's a line
"boot=/dev/hda".  If you did "lilo -b /dev/hdc", or instead changed
lilo.conf to (temporarily) have "boot=/dev/hdc" and then did "lilo", that
might solve your problem.

-- 
Steven Yellin



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to