LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-05-2005, 02:26 PM   #1
Beezer
LQ Newbie
 
Registered: Jun 2005
Distribution: Fedora Core 10
Posts: 19

Rep: Reputation: 0
Mounting dvd rom - Medium not found


fstab

/dev/hdb1 swap swap defaults 0 0
/dev/hdb2 / reiserfs defaults 1 1
/dev/hda1 /home reiserfs defaults 1 2
/dev/dvd /mnt/dvd iso9660 noauto,owner,user,ro 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

----------------------
/dev/cdrom -> hdd
/dev/dvd -> hdc

hdc: AOPEN DVD1648/LKY, ATAPI CD/DVD-ROM drive
hdd: AOPEN CD-RW CRW1232PRO, ATAPI CD/DVD-ROM drive



I have a data cd in the dvd drive. I tested the cd with my cdrom first to ensure that it was good (and it is). When I issue the command
Code:
mount /dev/dvd
I receive the message

Code:
mount: No medium found
. I am running kernel v. 2.6.3.12 and Slackware 10.1.

Perhaps the fstab file is incorrect?
To the best of my knowledge the drive is working.

Any help is appreciated.

Last edited by Beezer; 08-05-2005 at 02:33 PM.
 
Old 08-05-2005, 02:42 PM   #2
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
On the /dev/dvd line change iso9660 to auto. If that doesn't work you may need to load the udf module.

modprobe udf
 
Old 08-05-2005, 03:03 PM   #3
Beezer
LQ Newbie
 
Registered: Jun 2005
Distribution: Fedora Core 10
Posts: 19

Original Poster
Rep: Reputation: 0
I tried changing iso9660 to auto but it didnt seem to help.



As root:

# modprobe udf
# FATAL: Module udf not found

I checked my .config to see if I compiled support for udf into my kernel and I did.
I didn't compile it as a module, perhaps I should have.

Suggestions?

Last edited by Beezer; 08-05-2005 at 03:08 PM.
 
Old 08-06-2005, 07:00 PM   #4
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
Is the dvd your trying to mount blank if so you cant mount blank media. You might have made a coaster too. I dont know of any other filesystems dvd's use other than udf,iso9660
 
Old 08-06-2005, 07:42 PM   #5
Beezer
LQ Newbie
 
Registered: Jun 2005
Distribution: Fedora Core 10
Posts: 19

Original Poster
Rep: Reputation: 0
No it wasnt a blank dvd, Ive tried the unreal tournament 2004 dvd and a few data cd's.

I am thinking maybe the drive doesnt work properly anymore.

Maybe someone can tell me if this test is valid.

In my CMOS I have cdrom as bootable drive (Does this include dvd drive ? or is there another option I should enable) .... anyways I put a bootable disk in the cd burner that I have and it booted off the cd like it should... I put the same cd in the dvd drive and restarted but it didnt boot off the cd.

Maybe there are some other tests I could try ...

any ideas?
 
Old 08-10-2005, 05:13 PM   #6
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
Some pc's can't boot from secondary ide channel like mine some can.
 
Old 08-10-2005, 08:41 PM   #7
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
Is it a very definite message from the OS that there is 'No medium found' when you use the mount command (does the error appear right away is what I mean), or does the drive choke on the disk for a few sec/min before spitting out the error?

If it is the latter (and maybe if it is the first as well), you may want to try putting a CD-ROM cleaner in and let it spin for a bit. Could be that the lens has a piece of dirt on it. If you don't have a CD-ROM cleaner, you could take the drive out of your computer, take the cover off of the drive, and use a cotton swab (or a Q-Tip) with some rubbing alcohol to clean the lens. If you go that far, you can grease the gears and rods that the laser rides on as well for good measure.

If you want to test the drive, you can use a boot disk and see if the drive works under that environment (Win98 bootdisk would be a good choice). You could also use a bootable diagnostics disk. The Ultimate Boot CD (http://www.ultimatebootcd.com/) has a large number of diagnostics on it, including one called PC-CONFIG. PC-CONFIG has a CD-ROM benchmarking tool that should check the drive. If thats all you want, there is a link for a DOS boot disk for the utility here....

http://www.holin.com/cindex.html

Hope you can solve your problem.
 
Old 08-10-2005, 09:20 PM   #8
Beezer
LQ Newbie
 
Registered: Jun 2005
Distribution: Fedora Core 10
Posts: 19

Original Poster
Rep: Reputation: 0
It happens almost instantly. I do find it hard to believe that the drive isnt working since it was working just fine a few months ago when I had windows on it. And since I used it to install the first part of slackware.

Actually now that I think of it... it was a strange thing that happend. I booted from the dvd drive
(at least I think I did.. my memory might be tricking me) and it loaded into the preinstallation part of slackware (where you make partitions and what not). Then when you choose the source for installation I couldnt choose the dvd rom. It claimed it couldnt find anything to do with an installation on the disk. So I took it out and put it into my burner and it installed it from there with no troubles.

The dvd drive did work with Slack 9.(something) and 10.0


But in anycase like you say it could have some dust in there or something. Perhaps I shall take a look. The warranty is already up anyways now I think.

Last edited by Beezer; 08-10-2005 at 09:22 PM.
 
  


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
"No medium Found" when mounting a DVD ROM that only contains data Gnarg Linux - Software 3 04-19-2006 12:18 PM
Can't access DVD Writer anymore - "No medium found" SpruceMoose Linux - Hardware 7 07-01-2005 01:04 AM
mounting cd-rom dvd-rom and cd-rw antoweb Mandriva 4 12-04-2003 10:37 AM
"no medium found" when mounting cdrom Vivers Linux - Newbie 5 08-16-2003 04:43 AM
CD ROM mount error: "no medium found"????? RonRussell Linux - Hardware 8 07-01-2002 12:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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