I'm pretty sure this was a clean install during the 7.0pre or beta series, then upgraded since. I think they are on the same ide cable, so thanks for that info ray. Is hda usually the master, and hdb the slave? I did copy over a lot of stuff from a 6.0 server, so that may be where this info is from?
My question is, and I guess I'll have to look, how do I break the mirroring/RAID specifying that hdb should be the master?
Yes, md0 is boot, md2 is swap and md1 is /
[root@gluon ~]# fdisk /dev/hda
The number of cylinders for this disk is set to 19457.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/hda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 fd Linux raid autodetect
/dev/hda2 14 19424 155918857+ fd Linux raid autodetect
/dev/hda3 19425 19457 265072+ fd Linux raid autodetect
aslo, FWIW, here is what the logs say during a boot:
Oct 17 06:32:35 gluon kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Oct 17 06:32:35 gluon kernel: md: raid1 personality registered as nr 3
Oct 17 06:32:35 gluon kernel: md: Autodetecting RAID arrays.
Oct 17 06:32:35 gluon kernel: md: could not bd_claim hda2.
Oct 17 06:32:35 gluon kernel: md: autorun ...
Oct 17 06:32:35 gluon kernel: md: considering hdb3 ...
Oct 17 06:32:35 gluon kernel: md: adding hdb3 ...
Oct 17 06:32:35 gluon kernel: md: hdb2 has different UUID to hdb3
Oct 17 06:32:35 gluon kernel: md: hdb1 has different UUID to hdb3
Oct 17 06:32:35 gluon kernel: md: adding hda3 ...
Oct 17 06:32:35 gluon kernel: md: hda1 has different UUID to hdb3
Oct 17 06:32:35 gluon kernel: md: created md2
Oct 17 06:32:35 gluon kernel: md: bind<hda3>
Oct 17 06:32:35 gluon kernel: md: bind<hdb3>
Oct 17 06:32:35 gluon kernel: md: running: <hdb3><hda3>
Oct 17 06:32:35 gluon kernel: raid1: raid set md2 active with 2 out of 2 mirrors
Oct 17 06:32:35 gluon kernel: md: considering hdb2 ...
Oct 17 06:32:35 gluon kernel: md: adding hdb2 ...
Oct 17 06:32:35 gluon kernel: md: hdb1 has different UUID to hdb2
Oct 17 06:32:35 gluon kernel: md: hda1 has different UUID to hdb2
Oct 17 06:32:35 gluon kernel: md: created md1
Oct 17 06:32:35 gluon kernel: md: bind<hdb2>
Oct 17 06:32:35 gluon kernel: md: running: <hdb2>
Oct 17 06:32:35 gluon kernel: raid1: raid set md1 active with 1 out of 2 mirrors
Oct 17 06:32:35 gluon kernel: md: considering hdb1 ...
Oct 17 06:32:35 gluon kernel: md: adding hdb1 ...
Oct 17 06:32:35 gluon kernel: md: adding hda1 ...
Oct 17 06:32:35 gluon kernel: md: created md0
Oct 17 06:32:35 gluon kernel: md: bind<hda1>
Oct 17 06:32:36 gluon kernel: md: bind<hdb1>
Oct 17 06:32:36 gluon kernel: md: running: <hdb1><hda1>
Oct 17 06:32:36 gluon kernel: raid1: raid set md0 active with 2 out of 2 mirrors
Oct 17 06:32:36 gluon kernel: md: ... autorun DONE.
Oct 17 06:32:36 gluon kernel: EXT3 FS on md0, internal journal
Oct 17 06:32:36 gluon kernel: Adding 264952k swap on /dev/md2. Priority:-1 extents:1
Thanks guys...