Hi there, when I installed Fedora Core 1 a while ago, I had my PC set up as follows;
Primary Master - 80GB (40GB XP, 40GB FC1)
Primary Slave - CDROM
Secondary Master - 10GB removable drive (FreeBSD)
Secondary Slave - CDRW
I set it up like this because I understood it to be better for recording CDs 'on the fly'. I recently noticed that it was causing my hard drives to run at a reduced speed so I changed it to the following,
Primary Master - 80GB (40GB XP, 40GB FC1)
Primary Slave - 10GB removable drive (FreeBSD)
Secondary Master - CDROM
Secondary Slave - CDRW
Now it runs at the right speed and by changing fstab in FreeBSD and device.map (for grub), I can boot into FreeBSD.
The problem is that before I could mount the 10GB FreeBSD drive and access the files from within FC1 but now I can't find it. I checked that the pointers in fstab were changed from hdc to hdb;
fdisk -l gives
Disk /dev/hda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 4982 40017883+ 7 HPFS/NTFS
/dev/hda2 4983 4995 104422+ 83 Linux
/dev/hda3 4996 9834 38869267+ 83 Linux
/dev/hda4 9835 9964 1044225 f Win95 Ext'd (LBA)
/dev/hda5 9835 9964 1044193+ 82 Linux swap
and that's it, nothing about hdb !!
Trying to mount gives ...
mount: /dev/hdb is not a valid block device
I don't know what to try next, please help, thanks.



