LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 10-18-2003, 10:39 AM   #1
cubeman
Member
 
Registered: Oct 2003
Distribution: Mandrake 9.1
Posts: 35

Rep: Reputation: 15
Unhappy Oh dear. CD-ROM doesn't work.


I've tried to access it, but it gives the error:


could not enter directory /mnt/cdrom


???

And what does mounting mean? It was part of the installation process, but I needed the wizard which did everything for me automatically.

Thank you in advance for any help!
 
Old 10-18-2003, 10:44 AM   #2
cubeman
Member
 
Registered: Oct 2003
Distribution: Mandrake 9.1
Posts: 35

Original Poster
Rep: Reputation: 15
Oh sorry! This appears to be in the wrong thread! =/

I forgot the additional information that Kdrake Management Centre (I run Mandrake 9.1) detects it fine, knows its make etc etc. It is a Toshiba DVD/CD-RW combo drive.

Thanks!
 
Old 10-18-2003, 10:50 AM   #3
wuck
Member
 
Registered: Sep 2003
Location: barneveld.nl
Distribution: Slackware
Posts: 170

Rep: Reputation: 30
Could you give us the output of:

$ ls -l /mnt/cdrom

And

# cat /etc/fstab
 
Old 10-18-2003, 11:04 AM   #4
cubeman
Member
 
Registered: Oct 2003
Distribution: Mandrake 9.1
Posts: 35

Original Poster
Rep: Reputation: 15
Is that including the $ sign? I shall assume without:


ls: /mnt/cdrom: Input/output error


and


/dev/hda5 / ext3 noatime 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda7 /home ext3 noatime 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-15,code
page=850,unmask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-15,sync,codepage=850,unmask=0 0 0
/dev/hda1 /mnt/windows vfat iocharset=iso8859-15,codepage=850,unmask=0 0 0
none /proc proc defaults 0 0
/dev/hda6 swap swap defaults 0 0


phew

I also have no need of a floppy drive: The laptop didn't come with one. And I'm assuming a floppy is 'mounted' whatever that means. Does this cause any problems?
 
Old 10-18-2003, 12:19 PM   #5
cubeman
Member
 
Registered: Oct 2003
Distribution: Mandrake 9.1
Posts: 35

Original Poster
Rep: Reputation: 15
Help please! Could a moderator place this thread in the hardware section as well? Thanks!
 
Old 10-18-2003, 12:26 PM   #6
ezra143
Member
 
Registered: Aug 2003
Location: NY
Distribution: RH9, RH8, Slack, Vector
Posts: 497

Rep: Reputation: 32
try mount /mnt/cdrom /dev/scd0 in terminal then open the mnt/cdrom directory.

mounting the cdrom is the same as telling nix that there is something there, to read it and how to read it.
 
Old 10-18-2003, 12:30 PM   #7
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
you do need a cdrom in the drive to access /mnt/cdrom.
 
Old 10-18-2003, 12:36 PM   #8
cubeman
Member
 
Registered: Oct 2003
Distribution: Mandrake 9.1
Posts: 35

Original Poster
Rep: Reputation: 15
Yep. A CD-ROM is inside. I now get

mount: only root can do that


I assume this means that only the administrator can mount. So how do I log in as the administrator?!
 
Old 10-18-2003, 12:42 PM   #9
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
you probably don't have to mount it. Mandrake has this feature called supermount which, if it works, saves you the trouble of mounting and umounting CDs and floppies. Try changing into the directory /mnt/cdrom.

To be more precise: supermount does the mounting and umounting for you so when youstick in a Cd, it'll get mounted automatically.
 
Old 10-18-2003, 12:45 PM   #10
cubeman
Member
 
Registered: Oct 2003
Distribution: Mandrake 9.1
Posts: 35

Original Poster
Rep: Reputation: 15
Same problem. The Input/outout error. I can't get into the directory. I think that was what wuck suggested earlier...
 
Old 10-18-2003, 12:49 PM   #11
ezra143
Member
 
Registered: Aug 2003
Location: NY
Distribution: RH9, RH8, Slack, Vector
Posts: 497

Rep: Reputation: 32
in terminal su and provide root password
 
Old 10-18-2003, 12:52 PM   #12
cubeman
Member
 
Registered: Oct 2003
Distribution: Mandrake 9.1
Posts: 35

Original Poster
Rep: Reputation: 15
How was I meant to know that su thing? =/
So I can switch to being the admin, but still can't access cdrom via /mnt/cdrom!!!


bash: cd: cdrom: Input/output error
 
Old 10-18-2003, 12:52 PM   #13
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
What kind of CD is it? If it is a music CD it won't work. Also try with other CDs and see if it works.

If it does not work, have a CD in the drive and tell us what the output of
cat /etc/fstab
and
cat /etc/mtab

(just type the above lines in a terminal window)
 
Old 10-18-2003, 01:18 PM   #14
cubeman
Member
 
Registered: Oct 2003
Distribution: Mandrake 9.1
Posts: 35

Original Poster
Rep: Reputation: 15
Thanks for all the help so far. I have been at this since installing it at midday today. =/

After sorting out another problem with the Boot Manager, and trying the CD-ROM again, I found to my surprise I could access it! Even the /mnt/cdrom (which I assume is the same thing) worked!

As an aside, how can I access audio CDs then?! Even KsCD, the audio CD player can't play any audio CD!
 
Old 10-18-2003, 01:23 PM   #15
cubeman
Member
 
Registered: Oct 2003
Distribution: Mandrake 9.1
Posts: 35

Original Poster
Rep: Reputation: 15
Oh sorry. I meant I fiddled with the options under Mount Points using the Control Centre and checked user. supermount was already checked and obviously wasn't working. =/
 
  


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
New install, cd rom and dvd rom do not work sniperhf Linux - Hardware 3 06-08-2004 05:24 PM
cd-rom won't work in kscd rip Slackware 3 12-08-2003 08:06 PM
oh dear. oh dear oh dear oh dear. ilumin8d Linux - General 2 09-20-2002 05:58 AM
cd-rom wont work ChimpFace9000 Linux - Hardware 3 09-12-2002 02:49 AM
cd rom will not work dwheeler Linux - Newbie 11 08-23-2002 03:03 AM

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

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