LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 04-15-2005, 01:35 PM   #1
bear2x
Member
 
Registered: Apr 2003
Location: North Carolina
Distribution: Mandriva 2005LE
Posts: 30

Rep: Reputation: 15
CDROM will not read CD's


My problem is as the subject line says the CDROM ( /dev/hdb , /dev/cdrom ) will not read CD's of any type music or data. There are two drives of this type installed on my computer a Plextor PX 708A DVD+R/RW (/dev/hdd/, /dev/cdrom2/, /dev/dvd/) and the drive above -a Sony CDU5221 CDROM reader. When a data CD is placed in this drive Nautilaus indicates that the drive is empty. At the command line I did a ls -l /dev/cdrom and got ->
lrwxrwxrwx 1 root root 3 April 15 12:09 /dev/cdrom -> hdd. I did the same on CDROM2 and got Ls: /dev/cdrom2: no such file or directory.
Below is a copy of my /etc/fstab:

# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/hde1 / ext3 defaults 1 1
/dev/hde6 /boot ext3 defaults 1 2
/dev/hdg1 /home ext3 defaults 1 2
/dev/hdb /mnt/cdrom iso9660 user,iocharset=iso8859-1,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto mask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hde8 /usr ext3 defaults 1 2
/dev/hde7 /var ext3 defaults 1 2
/dev/hde5 swap swap defaults 0 0

I am running Mandriva 2005 and gnome 2.8. I installed it yesterday(Mandriva 2005) and discoverd this problem this a.m. As stated above the DVD drive works o.k. -will read and play CD's. The CDROM works physically o.k. meaning the door opens lights work when media is palced inside it but doesn't read.

Any one who can give me some information on how to solve this problem will be appreciated.

Thanks
Chuck Parker
 
Old 04-15-2005, 01:46 PM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
can u access that with using /dev/hdd ??
 
Old 04-15-2005, 05:37 PM   #3
bear2x
Member
 
Registered: Apr 2003
Location: North Carolina
Distribution: Mandriva 2005LE
Posts: 30

Original Poster
Rep: Reputation: 15
Masand:

Thanks for your reply. If this is what you mean I am posting the results as follows: In a terminal as root

[chuck@localhost ~]$ su
Password:
[root@localhost chuck]# ls -l /dev/hdd
brw-rw---- 1 chuck cdrom 22, 64 Apr 15 17:39 /dev/hdd

[root@localhost chuck]# ls -l /dev/hdb
brw-rw---- 1 chuck cdrom 3, 64 Apr 15 17:39 /dev/hdb
[root@localhost chuck]#


The results /dev/hdd and /dev/hdb were highlighted.
Chuck
 
Old 04-15-2005, 11:02 PM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
i meant to know that can u access that drive with using hdd

if yes

then u need to make a symlink from /dev/cdrom2 to /dev/hdd
that is it

regards
 
Old 04-16-2005, 11:06 AM   #5
bear2x
Member
 
Registered: Apr 2003
Location: North Carolina
Distribution: Mandriva 2005LE
Posts: 30

Original Poster
Rep: Reputation: 15
Masand:

Thanks for your reply - the answer is yes. /dev/hdd (dvd burner) works fine plays Cd's,data and music, and burns CD's. I haven't burned any DVD's yet although I have no reason to believe that it will not.

Where do I put the symlink ie what directory?

Chuck
 
Old 04-16-2005, 11:24 AM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
try this

# ln -s /dev/hdd /dev/cdrom2


regards
 
Old 04-16-2005, 12:31 PM   #7
bear2x
Member
 
Registered: Apr 2003
Location: North Carolina
Distribution: Mandriva 2005LE
Posts: 30

Original Poster
Rep: Reputation: 15
Where do I put this symlink - what directory ?

Thanks :-)

Chuck
 
Old 04-16-2005, 12:38 PM   #8
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
just run this comand
it wil create a symlink in /dev for cdrom2 to /dev/hdd

and u can access /dev/cdrom2
regards
 
Old 04-17-2005, 05:10 PM   #9
bear2x
Member
 
Registered: Apr 2003
Location: North Carolina
Distribution: Mandriva 2005LE
Posts: 30

Original Poster
Rep: Reputation: 15
Masand:

I tried the symlink you posted and it seems to work o.k. Thanks for your help.

Chuck
 
Old 04-17-2005, 11:29 PM   #10
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by bear2x
Masand:

I tried the symlink you posted and it seems to work o.k. Thanks for your help.

Chuck
yes ,we usually have the OS making those symlinks by itself ,but when it does not do that on its own we need to do this way

regards
 
  


Reply



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
Copying from CD's to disk- read only alexultima Slackware 6 07-29-2005 09:54 PM
10.1 - cdrom noplay cd's High-gain Linux - Newbie 3 06-11-2005 05:55 AM
Can't read audio cd's rael_kid Linux - Newbie 1 03-21-2005 02:27 AM
Can't Read Files on CD's CarbonRods Mandriva 5 02-17-2004 08:56 AM
Copying CD's with one burner/cdrom B McHack Linux - Software 8 11-15-2003 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:40 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