I've noticed a few people are having this type of problem but as I'm quite new to this I'm not quite sure if my issue is the same.
I've had F8 working just fine, no problems whatsoever on the one 320GB (SDA) disk in my machine. I added a new 160GB (SDB) disk for F9 and installed from the dvd to this new disk. I installed the bootloader to SDA so that I could dual boot. The install missed off my F8 info but a copy and paste from the original grub.conf sorted that so I now get my two options at boot.
However I seem to have a number of strange issues with my disks, both OS's boot fine but in either one I'm unable to mount the other disk and I get either SDA or SDB disk busy type messages and it would appear that there's confusion as to where the logical partitions are etc even though it all "works"
I've pasted the below as a starter but any help would be much appreciated.
[martin@localhost ~]$ su -
Password:
[root@localhost ~]# sfdisk -l
Disk /dev/sda: 38913 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sda1 * 0+ 24 25- 200781 83 Linux
/dev/sda2 25 38912 38888 312367860 8e Linux LVM
/dev/sda3 0 - 0 0 0 Empty
/dev/sda4 0 - 0 0 0 Empty
Disk /dev/sdb: 19457 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sdb1 * 0+ 24 25- 200781 83 Linux
/dev/sdb2 25 19456 19432 156087540 8e Linux LVM
/dev/sdb3 0 - 0 0 0 Empty
/dev/sdb4 0 - 0 0 0 Empty
Disk /dev/dm-0: 19173 cylinders, 255 heads, 63 sectors/track
sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/dm-0: unrecognized partition table type
No partitions found
Disk /dev/dm-1: 252 cylinders, 255 heads, 63 sectors/track
sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/dm-1: unrecognized partition table type
No partitions found
Disk /dev/dm-2: 38628 cylinders, 255 heads, 63 sectors/track
sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/dm-2: unrecognized partition table type
No partitions found
Disk /dev/dm-3: 252 cylinders, 255 heads, 63 sectors/track
sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/dm-3: unrecognized partition table type
No partitions found
[root@localhost ~]#
Many thanks
Martin