LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-23-2003, 02:59 PM   #1
Jonte
LQ Newbie
 
Registered: Aug 2003
Location: Sweden
Distribution: Gentoo
Posts: 7

Rep: Reputation: 0
Unhappy Cant use CDROM drive


I cant mount any cdroms, when i try 'mount /dev/cdrom /mnt/cdrom' i get a message telling me that the device /dev/cdrom doent exist, i get the same error if i replace /dev/cdrom w/ /dev/hdc, i have one cdrom reader and it worked great w/ the gentoo livecd (i use gentoo) and it also works great in Red Hat linux 9, any ideas?
 
Old 08-23-2003, 03:02 PM   #2
BajaNick
Senior Member
 
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737

Rep: Reputation: 46
Did u check your configuration to make sure the CDrom is visible? Is there a disk in the cdrom?
 
Old 08-23-2003, 03:06 PM   #3
Jonte
LQ Newbie
 
Registered: Aug 2003
Location: Sweden
Distribution: Gentoo
Posts: 7

Original Poster
Rep: Reputation: 0
i dunnu what you mean by visible, and there is a cdrom in it, i tried w/ 2 different ones and i shold say taht i am pretty much a linux newb
 
Old 08-23-2003, 03:09 PM   #4
BajaNick
Senior Member
 
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737

Rep: Reputation: 46
I dont know about gentoo but there should be a configuration setting or hardware browser that shows all your drives and other stuff so you can determine what hardware is on your machine.
 
Old 08-23-2003, 03:14 PM   #5
Jonte
LQ Newbie
 
Registered: Aug 2003
Location: Sweden
Distribution: Gentoo
Posts: 7

Original Poster
Rep: Reputation: 0
yeah, i did that somehow, looked the cdrom up i mean, and the pc found it, it said something 'hdc [cdrom name] and some other cryptic stuff' so, it can find my cdrom..
 
Old 08-23-2003, 03:15 PM   #6
PenGPow
Member
 
Registered: Jun 2003
Location: Seychelles
Distribution: RedHat 8.0, Gentoo
Posts: 32

Rep: Reputation: 15
try

mount /dev/hde /mnt/cdrom
 
Old 08-23-2003, 03:17 PM   #7
Jonte
LQ Newbie
 
Registered: Aug 2003
Location: Sweden
Distribution: Gentoo
Posts: 7

Original Poster
Rep: Reputation: 0
says that hde cant be found
 
Old 08-23-2003, 03:25 PM   #8
PenGPow
Member
 
Registered: Jun 2003
Location: Seychelles
Distribution: RedHat 8.0, Gentoo
Posts: 32

Rep: Reputation: 15
hmm, i had the same prob lately when installing gentoo on a pcmcia cdrom, but it worked eventually with the hde

so i guess you have to try all the /dev/hd*

where * = a to i don't know what

cheer
 
Old 08-23-2003, 03:26 PM   #9
Jonte
LQ Newbie
 
Registered: Aug 2003
Location: Sweden
Distribution: Gentoo
Posts: 7

Original Poster
Rep: Reputation: 0
i have tried em all...
 
Old 08-23-2003, 03:34 PM   #10
PenGPow
Member
 
Registered: Jun 2003
Location: Seychelles
Distribution: RedHat 8.0, Gentoo
Posts: 32

Rep: Reputation: 15
try

llok at the kernel boot log messages, and c if it found the cdrom(s)

check in the file /var/log/syslog
 
Old 08-23-2003, 03:51 PM   #11
Jonte
LQ Newbie
 
Registered: Aug 2003
Location: Sweden
Distribution: Gentoo
Posts: 7

Original Poster
Rep: Reputation: 0
nothing interesting there, i can see (i think) that hdc is supposed to be my cdrom
 
Old 08-23-2003, 04:07 PM   #12
PenGPow
Member
 
Registered: Jun 2003
Location: Seychelles
Distribution: RedHat 8.0, Gentoo
Posts: 32

Rep: Reputation: 15
hmmm. i guess you did try hdf, hdg and hdh ?
 
Old 08-23-2003, 04:14 PM   #13
PenGPow
Member
 
Registered: Jun 2003
Location: Seychelles
Distribution: RedHat 8.0, Gentoo
Posts: 32

Rep: Reputation: 15
okay try this,

boot from your live cd.

when it shows you the scrollbar and the gentoo logo press f2, and check the device name the cd finds , then try that.

you have to be fast
 
Old 08-23-2003, 09:44 PM   #14
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Hmmm... I'm not sure if these ideas will help but they might. Firstly, do you have permission to mount the cdrom? Try mounting it as root. If that succeeds add your username to the "cdrom" group. Secondly, try specifying a filesystem type (ie type "mount -t iso9660 /dev/cdrom /mnt/cdrom". Thirdly, check the /dev/cdrom symlink to double check where it's pointing to. Fourthly, it may be that your fstab is set up correctly but you're bypassing it. Try just typing "mount /mnt/cdrom" (ie just specifiy the mount point) or check your /etc/fstab file to see what the mount point is if it isn't /mnt/cdrom. If all that fails then you said that the gentoo live cd works, right? Boot that and pillage the /etc/fstab file. Once that's on your hard drive, type "mount /mnt/cdrom" or whatever the specified mount point is.

Just so you know, the fstab file is divided up into the following fields:

<file system> <mount point> <filesystem type> <options> <dump> <pass>

and they're usually separated by spaces or tabs. Tabs are nice because then everything is easy to read.
 
Old 08-23-2003, 10:07 PM   #15
luischardon
LQ Newbie
 
Registered: Aug 2003
Distribution: Mandrake
Posts: 4

Rep: Reputation: 0
Hmm.. this has happened to me while using Mandrake 9.1. It seems they are copying solaris and hpux's way of device file naming and they are using /dev/ide/host*/bus*/target*/lun*

You might want to look for that for your CD and do a soft link to /dev/cdrom to the correct path.

Luis
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Take out the cdrom drive LovelyJunna Linux - Newbie 1 03-26-2004 05:19 PM
Being able to switch between floppy drive and cdrom drive. apathas Linux - Laptop and Netbook 6 11-09-2003 11:38 AM
CDROM drive dbaker Linux - Hardware 1 06-16-2003 09:18 AM
Cannot locate my CDROM drive Student2 Linux - Hardware 2 11-09-2002 07:02 PM
No cdrom drive bjorn Linux - Software 2 12-05-2001 12:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration