1830186 Members
3857 Online
109999 Solutions
New Discussion

Unable to mount cdrom

 
Kenneth Leung_2
Frequent Advisor

Unable to mount cdrom

I am running the Redhat AS on the IBM Blade server. My cdrom didn't automount when cdrom was inserted. I tried to mount the cd with "mount /dev/cdrom /mnt/cdrom", but it just reported "mount: special device /dev/cdrom does not exist". From "lsmod", the "ide-cd" was loaded. Please advise if I missed anything. Please help. Thanks a lot.
5 REPLIES 5
Muthukumar_5
Honored Contributor

Re: Unable to mount cdrom

what is ll /dev/cdrom saying. Is there a link to /dev/h**.

Can you able to see cd rom disk details in fdisk or du commands.

It is a problem wit cdrom not with mount.
Easy to suggest when don't know about the problem!
Kenneth Leung_2
Frequent Advisor

Re: Unable to mount cdrom

Hi Hi,

The file /dev/cdrom was missing in /etc. No info on cdrom was found using "sfdisk -s", "grep hd dmesg". Rebooting the server didn't do any help.......Is there any command that will re-scan all devices (like ioscan in HP-UX)??? I am thinking if the IBM engineer has missed out anything during server installation.......
Muthukumar_5
Honored Contributor

Re: Unable to mount cdrom

you came to dmesg command. Change the check as dmesg | grep cdrom



Easy to suggest when don't know about the problem!
Kenneth Leung_2
Frequent Advisor

Re: Unable to mount cdrom

No "cdrom" was grep from dmesg......Is it a feature of the IBM blade server?
Muthukumar_5
Honored Contributor

Re: Unable to mount cdrom

Redhat AS will tell if u have cdrom on the server using dmesg command. It will give the details of cdrom ) number of tracks too.
Easy to suggest when don't know about the problem!