LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-29-2006, 01:41 AM   #1
kim_newbie
LQ Newbie
 
Registered: Jun 2006
Posts: 13

Rep: Reputation: 0
Unhappy unable to mount usb cdrom -pls help!


Hi all, i know this is an old question, but i really try all the methods in the forum, but still can't get my cdrom mounted, pls help!

FYI, i can mount the cdrom previously.
This is what i did for mount cdrom:

> mount -t auto /dev/scd0 /mnt/cdrom
/dev/scd0: Input/output error
mount: block device /dev/scd0 is write-protected, mounting read-only
/dev/scd0: Input/output error
mount: you must specify the filesystem type
> mount -t iso9660 /dev/scd0 /mnt/cdrom
mount: block device /dev/scd0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
or too many mounted file systems

This is the message when i type dmesg:
...
PCI: Discovered primary peer bus 08 [IRQ]
scsi0 : SCSI emulation for USB Mass Storage devices
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi-1 drive
Uniform CD-ROM driver Revision: 3.12
ISO 9660 Extensions: Microsoft Joliet Level 3
ISOFS: changing to secondary root
VFS: busy inodes on changed media.
...
FAT: unable to read boot sector
sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
sr0: CDROM (ioctl) reports ILLEGAL REQUEST.

This is the message for lsmod:
...
usbserial 23420 0 (autoclean) (unused)
lp 8964 0 (autoclean)
parport 36832 0 (autoclean) [lp]
autofs4 16152 0 (autoclean) (unused)
...
sg 36236 0 (autoclean)
sd_mod 14000 0 (autoclean) (unused)
sr_mod 17784 0 (autoclean)
cdrom 32416 0 (autoclean) [sr_mod]
microcode 5688 0 (autoclean)
nls_iso8859-1 3516 3 (autoclean)
nls_cp437 5148 3 (autoclean)
vfat 13100 3 (autoclean)
fat 38744 0 (autoclean) [vfat]
usb-storage 74304 0
scsi_mod 107180 4 [sg sd_mod sr_mod usb-storage]
keybdev 2944 0 (unused)
mousedev 5524 1
hid 22244 0 (unused)
input 5888 0 [keybdev mousedev hid]
ehci-hcd 20008 0 (unused)
usb-uhci 25740 0 (unused)
usbcore 77408 1 [usbserial usb-storage hid ehci-hcd usb-uhci]

So i think the scsi support is loaded, then why the cdrom cannot be mounted? Anyone?

Last edited by kim_newbie; 06-30-2006 at 02:12 AM.
 
Old 06-29-2006, 05:32 AM   #2
x86processor
Member
 
Registered: Jun 2006
Location: Chennai, India
Distribution: Embdebian, Debian, Fedora Core, Redhat, Slackware, Ubuntu.
Posts: 112

Rep: Reputation: 15
What hardware? What cd-drom drive?
 
Old 06-30-2006, 12:19 AM   #3
kim_newbie
LQ Newbie
 
Registered: Jun 2006
Posts: 13

Original Poster
Rep: Reputation: 0
my CDrom/DVDrom: Imation DVD RW
OS version: RedHat Enterprise Linux V3 update 7.
 
Old 06-30-2006, 12:21 AM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Did you try mounting /dev/sr0 instead?
 
Old 06-30-2006, 01:27 AM   #5
kim_newbie
LQ Newbie
 
Registered: Jun 2006
Posts: 13

Original Poster
Rep: Reputation: 0
yes, i did, but unsucessful. It reply:
mount: special device /dev/sr0 does not exist

I've tried today for a data CD, and I can mount the CD with the command:
mount -t auto /dev/scd0 /mnt/cdrom

But I still can't mount audio CD. It display:
/dev/scd0: Input/output error
mount: block device /dev/scd0 is write-protected, mounting read-only
/dev/scd0: Input/output error
mount: you must specify the filesystem type

Sometime when I insert the audio CD, the CD-player pop up itself and start playing the audio, but i can't hear anything, even after I adjusted the volume. Then I realised that the audio is coming out from the cdrom audio jack output. How can I set to play the audio using computer's hardware?

And how to mount an audio CD in linux?

Last edited by kim_newbie; 06-30-2006 at 01:58 AM.
 
Old 06-30-2006, 01:51 AM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Can't see iso9660 in the list of modules, is it loaded?


Cheers,
Tink
 
Old 06-30-2006, 02:09 AM   #7
kim_newbie
LQ Newbie
 
Registered: Jun 2006
Posts: 13

Original Poster
Rep: Reputation: 0
I'm not sure whether iso9660 is loaded, but I can't find it in the list of lsmod. So, how can I load it if I don't?
 
Old 06-30-2006, 02:14 AM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
modprobe iso9660


Cheers,
Tink
 
Old 06-30-2006, 03:01 AM   #9
kim_newbie
LQ Newbie
 
Registered: Jun 2006
Posts: 13

Original Poster
Rep: Reputation: 0
Hmm... This is what I get:
> /sbin/modprobe iso9660
modprobe: Can't locate module iso9660

So, it could be that I don't have this module or the iso9660 is built in?
 
Old 06-30-2006, 03:18 AM   #10
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
If you run "cat /proc/filesystems" do you see iso9660 listed there?
 
Old 06-30-2006, 03:31 AM   #11
kim_newbie
LQ Newbie
 
Registered: Jun 2006
Posts: 13

Original Poster
Rep: Reputation: 0
yes, i can c iso9660 there.
 
Old 06-30-2006, 04:46 AM   #12
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Hmmm ... so it's compiled into the kernel... what type of media
are you trying to mount, did you try more than one CD?


Cheers,
Tink
 
Old 06-30-2006, 05:20 AM   #13
kim_newbie
LQ Newbie
 
Registered: Jun 2006
Posts: 13

Original Poster
Rep: Reputation: 0
Yes, i can mount data CD, but can't mount audio CD. So strange...
 
Old 06-30-2006, 05:22 AM   #14
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Not really, as you're not supposed to mount audio CDs.
 
Old 06-30-2006, 05:23 AM   #15
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Do the songs (CDDA) entries show up if you run k3b, and select disc info?
I don't believe that music cd's are mounted. The device itself is played.

One thing you might try is to enter "audiocd:" in the konqueror address bar. This will allow you to copy the wav files, and even access mp3, cda, ogg, or flac equivalents.

Last edited by jschiwal; 06-30-2006 at 05:26 AM.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to mount cdrom justanothersteve Linux - Hardware 2 01-27-2006 03:01 AM
unable to Mount cdrom in slack 10.2 valjoux Linux - Hardware 2 10-04-2005 07:04 PM
unable to mount cdrom adhara Linux - Hardware 3 12-16-2003 08:32 AM
unable to mount cdrom KalMyster Linux - Newbie 0 09-04-2003 03:46 PM
Unable to mount cdrom jreed Linux - General 11 08-28-2002 02:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:39 PM.

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