LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-19-2004, 12:46 AM   #1
vaneeri
LQ Newbie
 
Registered: Jul 2004
Distribution: RH 9
Posts: 16

Rep: Reputation: 0
Question No medium found


Hi,

I am using

RH 9
HD - 40 GB
RAM - 128 MB

I am a newbie. I recently removed the cable that runs from the mother board to FDD. I am unable to mount any cd's. Inspite of inserting data CDs, I get 'No medium found' error. My CD-ROM is detected as /dev/hdb. My /etc/fstab has the entry '/dev/cdrom /mnt/cdrom' alongwith the other parameters (Sorry! I am not at my machine now). But the funny things is when I do eject, my CD-ROM pops open!!!

Am I getting 'no medium found' because I removed my FDD IDE cable?

Or is there something that I am missing.

Thanks for your answers.
Vaneeri
 
Old 07-19-2004, 06:45 AM   #2
vaneeri
LQ Newbie
 
Registered: Jul 2004
Distribution: RH 9
Posts: 16

Original Poster
Rep: Reputation: 0
Please help !!! Tearing my hair off :-(

Vaneeri
 
Old 07-19-2004, 06:58 AM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Moved: This thread is more suitable in Linux-Hardware and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 07-19-2004, 07:01 AM   #4
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Rep: Reputation: 30
Well, why don't you put the cable back in and see what the problem was?

I myself wouldn't know what the problem is, but i guess the first thing i would have done is put the cable back where it belongs.
 
Old 07-19-2004, 09:29 AM   #5
vaneeri
LQ Newbie
 
Registered: Jul 2004
Distribution: RH 9
Posts: 16

Original Poster
Rep: Reputation: 0
I hooked back the cables and I still cannot mount my cd. Here is the message I get

mount /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: No medium found

Here is my output of dmesg | grep hdb

ide0: BM-DMA at 0xa800-0xa807, BIOS settings: hdaMA, hdbMA
hdb: SAMSUNG CD-ROM SC-152C, ATAPI CD/DVD-ROM drive
hdb: attached ide-cdrom driver.
hdb: ATAPI 52X CD-ROM drive, 128kB Cache, DMA

I inserted the installation CD and get 'no medium found'... please help

Thanks
Vaneeri
RH 9 (2.4.20-31.9)
128 MB RAM
40 GB HDD
 
Old 07-19-2004, 09:42 AM   #6
lotheac
Member
 
Registered: Apr 2004
Location: Finland
Posts: 32

Rep: Reputation: 15
What does the line in your fstab look like? Mine is:
Code:
/dev/hdc        /cdrom          auto    ro,user,noauto  0 0
edit: Investigated the matter.
Code:
lotheac@lotheac:~$ sudo mount /dev/cdrom /cdrom -t iso9660
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: Mediaa ei löydy [medium not found in english]
lotheac@lotheac:~$ sudo mount /dev/hdc /cdrom -t iso9660
mount: block device /dev/hdc is write-protected, mounting read-only

Last edited by lotheac; 07-19-2004 at 09:45 AM.
 
Old 07-19-2004, 10:10 AM   #7
vaneeri
LQ Newbie
 
Registered: Jul 2004
Distribution: RH 9
Posts: 16

Original Poster
Rep: Reputation: 0
My /etc/fstab looks like this

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/hda3 swap swap defaults 0 0
/dev/sda1 /mnt/usbstick vfat user,noauto,unmask=0 0 0
/dev/hdb /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0

I get the same error message when I

sudo mount /dev/hdb /mnt/cdrom -t iso9660
mount: block device /dev/hdb is write-protected, mounting read-only
mount: No medium found

Thanks
Vaneeri

Last edited by vaneeri; 07-19-2004 at 10:13 AM.
 
Old 07-20-2004, 12:15 AM   #8
vaneeri
LQ Newbie
 
Registered: Jul 2004
Distribution: RH 9
Posts: 16

Original Poster
Rep: Reputation: 0
I have been looking into this for over a week and now it seems I have reached a dead end. Either no one has encountered these problems or ppl are too busy to help this poor bloke out !!!
 
Old 07-20-2004, 12:31 AM   #9
vaneeri
LQ Newbie
 
Registered: Jul 2004
Distribution: RH 9
Posts: 16

Original Poster
Rep: Reputation: 0
Data CD won't mount - no medium found

Changed the subject.... cos I desperately need help

Thanks
Vaneeri



 
Old 07-20-2004, 07:46 AM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,699

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
When you insert a CD does the drive spin or do anything? Is this a dual boot system or do you have any other method to verify the drive still functions?

Try booting up the PC with the 1st install CD to recovery mode. If that does not work I would suspect a bad drive.
 
Old 07-20-2004, 09:24 AM   #11
vaneeri
LQ Newbie
 
Registered: Jul 2004
Distribution: RH 9
Posts: 16

Original Poster
Rep: Reputation: 0
Thanks for the reply.

Yes my drive works when I tried to boot from the CD.
No this is not a dual boot system.

Please help!!!!!
Vaneeri
 
Old 07-27-2004, 01:36 AM   #12
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Try changing the line to this

/dev/hdb /mnt/cdrom auto ro,noauto,user,exec 0 0
 
  


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
Cannot mount CDROM - No Medium Found rksanders Debian 25 02-15-2011 04:04 PM
usb drive : no medium found ewt3y Linux - Newbie 7 03-29-2006 01:48 PM
No medium found??? dinolinux Linux - Hardware 13 08-02-2005 10:21 AM
mount : No medium found Alwyn Linux - Newbie 3 01-11-2005 12:24 AM
No Medium Found Problem exodus98 Linux - Hardware 1 11-13-2003 07:22 PM

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

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