-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 13 March 2003 02:38 pm, John Oliver wrote:
> I'm installing on a system that ha two RAID arrays... a HighPoint IDE
> RAID that I want to be for the OS, and an Adaptec SCSI RAID.  Disk
> Druid is seeing the SCSI RAID as /dev/sda and the IDE RAID as /dev/sdb
> Getting past that part, my next option is to install the boot loader on
> the MBR of /dev/sda or on /dev/sdb1  How can I get the IDE RAID seen as
> /dev/sda?

You might have a look at 'info grub' or 'man lilo.conf'
Swapping disks is handled differently by each.

In lilo, something lile:
 disk=/dev/sda
         bios=0x80
 disk=/dev/hda
         bios=0x81

In grub:
map (hd0) (hd1)
map (hd1) (hd0)

I haven't actually done it either way, so please read the docs and decide 
for yourself. ;)

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+cWhan/07WoAb/SsRAvh5AJ4uIKDKugwi9P6yrW4LKqHHXrYjzgCgov5/
uVth40I7A8wVxdVCkDP9QsE=
=qj38
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to