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 05-01-2003, 01:24 AM   #1
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Rep: Reputation: 30
Unhappy Can't mount cdrom??


Im currently using Red Hat 9, my desktop is KDE, when I try to mount my cdrom an error occurs, it says:

Could not mount device.
The reported error was:
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems

how can i solve this problem??
 
Old 05-01-2003, 03:04 AM   #2
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
make your fstab entry for cdrom similar to
one of your linux versions that works ok
 
Old 05-01-2003, 09:56 AM   #3
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
what do you mean?? sorry im a newbie... pls explain, thnx

 
Old 05-01-2003, 10:03 AM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Post your hardware type CDROM, CDRW, etc

Post the contents of your /etc/fstab file.

That should be enough information for a start.

# Redhat links
RedHat Linux Manuals
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 8.0 configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network

Last edited by fancypiper; 05-01-2003 at 10:04 AM.
 
Old 05-01-2003, 10:17 AM   #5
lado
Member
 
Registered: Apr 2003
Location: Greece
Distribution: Red Hat 8.0, SuSE 8.2
Posts: 36

Rep: Reputation: 15
my entry for my dvd (not scsi emulated) in fstab is as follows
/dev/hdb /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
for my cdr (scsi emulated) it is
/dev/scd0 /mnt/cdrom1 iso9660 noauto,owner,kudzu,ro 0 0
and i use red hat 8 similar to your red hat 9
use the su command to gain root access and edit with your favorite editor (pico, emacs, vi) the file /etc/fstab
check the links that fancypiper told you
remember: post the contains of your /etc/fstab file
 
Old 05-01-2003, 10:22 AM   #6
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
ok here is my cdrom in fstab:

/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0

I can mount my cdrom when i'm in Gnome though....
I cant mount it when im in KDE

Last edited by jt1020; 05-01-2003 at 10:29 AM.
 
Old 05-01-2003, 10:30 AM   #7
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
this is the content of my fstab:

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda5 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
 
Old 05-01-2003, 10:38 AM   #8
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
So you just need to learn to use kde. If the drive will mount in gnome and you can read it, it is just learning a new desktop environment.

BTW, the command line is the same for all distros/desktops.

Pointing and clicking is not always the best way.....

Last edited by fancypiper; 05-01-2003 at 10:41 AM.
 
Old 05-01-2003, 11:11 AM   #9
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
which device is your cdrom?
do you have a symlink to your cdrom device?
since you have /dev/cdrom in fstab,
if you don't have
ln -s /dev/hdb /dev/cdrom or whatever device
your cdrom is, it will not work.
 
Old 05-01-2003, 11:34 AM   #10
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
Um... you're not trying to mount a music cd are you?

Just a thot.
 
Old 05-01-2003, 12:00 PM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Is this the problem just with a desktop icon or using the mount command in a console?

I suspect that it is just the desktop shortcut that is the problem. Just create a new one.
 
Old 05-01-2003, 01:14 PM   #12
lado
Member
 
Registered: Apr 2003
Location: Greece
Distribution: Red Hat 8.0, SuSE 8.2
Posts: 36

Rep: Reputation: 15
when in kde, right click on the desktop and go:
create new - cd/dvd rom device.
then go to tab Device and select the correct one.
You have to know the correct device though. That udf in the cdrom line in fstab is strange (???). Maybe you should go to (for red hat 8.0):
KDE menu - System tools - Disk management
there you should see your cd`s and floppies.
I think the entry in fstab should not be /dev/cdrom but /dev/hdb(or hdc or hdd, depending on primary - slave issue). Check one of the above in fstab and see the result.
 
Old 05-02-2003, 02:32 AM   #13
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
[QUOTE]Originally posted by Franklin
[B]Um... you're not trying to mount a music cd are you?

uhm, yes im mounting a music cd.... but i tried mounting other cds too..
 
Old 05-02-2003, 02:34 AM   #14
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by michaelk
Is this the problem just with a desktop icon or using the mount command in a console?

I suspect that it is just the desktop shortcut that is the problem. Just create a new one.
yes the problem is just with a desktop icon....
I already tried creating a new one but i keep encountering problems.....
 
Old 05-02-2003, 06:36 AM   #15
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
Sorry, didn't mean to sound rude before.

Mounting a music CD as you would mount a data CD will give you the same error message. (even mount /dev/cdrom at the console) Try putting a music CD in and mounting it with KsCD by pushing the play button. Let me know if this works.
 
  


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
CDROM refuses to mount, /dev/cdrom does not exist shane25119 Linux - Hardware 10 08-02-2009 10:43 PM
cant mount cdrom solarcontrol Linux - Hardware 10 01-16-2005 01:34 PM
Cannot Mount Cdrom? bobr Linux - General 1 05-08-2004 03:29 PM
cdrom won't mount stupidclese Linux - Newbie 2 02-03-2004 03:40 AM
Cdrom mount robbinsar Linux - Hardware 12 05-01-2003 01:51 AM

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

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