Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-07-2003, 02:23 AM
|
#1
|
LQ Newbie
Registered: Feb 2003
Location: Perth Western Australia
Distribution: RedHat 7.0
Posts: 26
Rep:
|
Problem mounting cdrom
I am trying to mount cdrom by typing the following:
mount -t iso9660 /dev/cdrom /mnt/cdrom
however I get the following message:
mount: the kernel does not recognize /dev/cdrom as a block device (maybe ! ' insmod driver' ?)
Would appreciate some help on this
|
|
|
03-07-2003, 02:35 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
does /dev/cdrom exist then? can you just mount it usiugn the orginal IDE block device entry? /dev/cdrom isn't an acutal device, just a link to the real device such as /dev/hdc if your drive is the secondary master on your system
|
|
|
03-07-2003, 10:35 AM
|
#3
|
Member
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711
Rep:
|
I'm sorry, but I never did that cuz it's in /etc/fstab
so you just enter
mount /mnt/cdrom
Don't try to mount a blank/audio CD.
|
|
|
03-07-2003, 11:42 AM
|
#4
|
Member
Registered: Dec 2002
Posts: 226
Rep:
|
Almost same answer as in general forum:
dmesg|grep -i cd
this will probably show hdb
whatever it shows (hdX)
mount /dev/hdX /mnt/cdrom
if this does not work, try
insmod scsi_mod
insmod ide-scsi
mount /dev/scd0 /mnt/cdrom
then, ln /dev/worked /dev/cdrom
|
|
|
03-07-2003, 10:14 PM
|
#5
|
LQ Newbie
Registered: Feb 2003
Location: Perth Western Australia
Distribution: RedHat 7.0
Posts: 26
Original Poster
Rep:
|
Sorry, I forgot to mention it was working ok before, so I am mot sure if its somethink I've done
|
|
|
All times are GMT -5. The time now is 03:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|