I know there is a lot of questions on mounting cd-roms, but I am still stuck. PLEASE help me, as I am a complete newbie.
I'm running red hat 7.2. My hardware browser says the DVD is hdc. And it works in windows.
Ok, when I try to load anything from my cd-rom, I get the error message "not a valid block device"
When I input "dmesg|grep CD" i get:-
hdc: CREATIVE DVD-ROM DVD6240E, ATAPI CD/DVD-rom drive
but when I do "dmesg|grep -i ide" i get:-
BIOS-provided phsical RAM map:
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz pci bus speed for PIO modes; overide with idebus=xx
PCI_IDE: unknown controler on PCI bus 00 device 79, VID 0e11, DID=ae33
PCI_IDE: chipset revision 10
PCI-IDE: not 100% native mode: will probe irqs later
ide0:BM-DMA at 0x1410-0x1417, BIOS settings: hda

MA, hdb

io
ide2:BM-DMA at 0x1410-0x141f, BIOS stettings: hdc

MA, hdd

MA
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0376 on irq 15
ide-floppy driver 0.97
ide floppy driver 0.97
EXT3 FS 2.4-0.98, 25 Aug 2001 on ide1(22,66) internal journal
EXT3 FS 2.4-0.98, 25 Aug 2001 on ide1(22,66) internal journal
ide-floppy driver 0.97
ide-floppy driver 0.97
ide-floppy driver 0.97
Now I don't know why some entries a there a couple of times. I don't know if the reason is that the drive is a DVD drive, but I just want to get it to work as a CD-ROM first. I can watch DVD's on my windows98 installation. I have LINUX on my cecond hard drive, hdd. When I had just win98, my second hard drive was made a slave. Do I have to put the jumpers bac to make it not a slave? does this matter, because LINUX is reading it ok.
here is my fstab aswell. any help will be great. Thanks
LABEL=/12 / ext3 defaults 1 1
LABEL=/boot12 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hdd3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
Thanks in advance, Steven.