CD mount problems in kernel 2.6.9
fantoosh_at_hotmail.com
Date: 12/21/04
- Next message: Thriftmeister: "Re: Needed help with Linux installation"
- Previous message: Shmuel (Seymour J.) Metz: "Re: How to make room for / partition to install/upgrade Kernel?"
- Next in thread: spike1_at_freenet.co.uk: "Re: CD mount problems in kernel 2.6.9"
- Reply: spike1_at_freenet.co.uk: "Re: CD mount problems in kernel 2.6.9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Dec 2004 16:55:24 -0800
Hello,
I am using redhat 9 and I updated my Kernel from 2.4.20-8 to 2.6.9.
I am not able to mount my cdrom from kernel 2.6.9.
mount gives me the following error:
mount /dev/cdrom
mount: /dev/cdrom is not a valid block device
My /etc/fstab looks as follows:
LABEL=/ / ext3 defaults
1 1
LABEL=/boot /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/hda3 swap swap defaults
0 0
/dev/cdrom /mnt/cdrom udf,iso9660
noauto,owner,kudzu,ro 0 0
My grub.conf looks as follows:
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,1)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1
title New 2.6.9 kernel
root (hd0,1)
kernel /linux-2.6.9/bzImage root=/dev/hda4 ro
safedefualt
I tried with and without hdc=ide-scsi option at the end of the kernel
line for 2.6.9, but didn't work.
dmesg gives the following output:
dmesg | grep CD
hdc: UJDA755yDVD/CDRW, ATAPI CD/DVD-ROM drive
This confirms my cdrom is indeed hdc. I confirmed that /dev/cdrom is
linked to /dev/hdc
Finally depmod -ae returns nothing.
I read through previous articles regarding this topic, but none helped
(unless I did something wrong).
What am I doing wrong?
Any help will be greatly appreciated.
--Thanks
- Next message: Thriftmeister: "Re: Needed help with Linux installation"
- Previous message: Shmuel (Seymour J.) Metz: "Re: How to make room for / partition to install/upgrade Kernel?"
- Next in thread: spike1_at_freenet.co.uk: "Re: CD mount problems in kernel 2.6.9"
- Reply: spike1_at_freenet.co.uk: "Re: CD mount problems in kernel 2.6.9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|