hi ya guennel

ata (sw) raid works fine....
        - fastrak100 may or may not be a problem...

        fastrak is NOT listed in the list of "hw supported raid"
        http://www.linux-ide.org/chipsets.html
        ( donno how current it is 
        ( or the definition of "working/supported" hw raid5 )

in the lilo.conf files...
        boot should be boot=/dev/md0 
                so that you can boot off the other disks
        root should always be root=/dev/md0

        you'd need an initrd with raid support

you know raid is working when you can pull out any of the disks
and the system still boots and works... works at least in degraded mode
        - if you did not pull out the disk or pull out the ide cables
        ( it might not yet be configured correctly

x> My fstab:
x> /dev/hde2       none            swap    sw               0      0
x> /dev/hdf1       none            swap    sw               0      0
x> /dev/hdg2       none            swap    sw               0      0
x> /dev/hdh1       none            swap    sw               0      0
x> /dev/md0        /               reiserfs defaults        0      0
x> /dev/md4        /boot           ext2    defaults         1      1

i think /boot should be in the first 1024 cylinders...
and similarly for /
        - i always use /boot as the same as / partion
        - no point in having /boot separate of / is corrupt

-- i dont understand why you have   raid0  and raid5...
        it make sense if...

        raid1 ( mirroring ) is used for booting off 
        either hda  or hdc disks

        and stripping hda->hdd  and hdc->hdb 

        raid5 is used for /home  or /opt ( user data )

c ya
alvin
http://www.1U-Raid5.net

On Sun, 5 May 2002 [EMAIL PROTECTED] wrote:

> Hi there
> I am a Newbie in RAID and want to set up a Debian-Woody-Server on a TYAN
> Thunderbold Dual Prozessor Mainboard w/ 2x PentiumIII and Adaptec
> AIc-7896N SCSI Chip onboard (but I do not use it)
> PROMISE Fastrak100 IDE-PCI-card w/ 4x 60Gb IBM HDDs.
> 
> I first installed the minimal-System on an extra HDD (hda), compiled a
> customised Kernel, set up the Raid and moved the System onto the Raid.
> So far, it works fine, even booting of the Raid (I have a
> RAID1-boot-partition and a RAID5-root-partition) using LILO works.
> 
> The only thing I do not get to work is booting without the extra HDD.
> If I use the MBR of the extra HDD (hda) for booting the System starts perfect,
> I even can change from this MBR (hda) to the MBR on the Raid-Disk (hde)
> and boot, but I cannot but using hde direktly.
> I turned of the SCSI onboard in the Main-BIOS and define an Array in the
> RAID-BIOS, then my BIOS trys to boot of hde, if I set the Main-BIOS to
> SCSI boot, but LILO crashes after LI
> 
> Did anyone get a System booting direkt of hde with a FastTrak100 so far?
> Can anyone tell me how to use grub as Bootloader for RAID? (if it works)
> 
> Or does that not work at all without an extra HDD?
> Maybe a mix of Software- and ATA-Raid might be a solution. Does anyone
> have experience with a FastTrak100 ?
> 
> cu klaus
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to