LinuxQuestions.org
Visit Jeremy's Blog.
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 08-29-2003, 02:49 AM   #1
boda
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Rep: Reputation: 0
can't eject dvd rom


Hello everybody

I have a problem
I can't eject my cdrom, if i try it I receive an error

cdrecord: input/output error

I also tried this: dmesg | grep hd[a-z]

And then i receive this error:

hdd: dvd drive
...
hdd: irq timeout: status 0xd0 (busy)

Does somebody have a solution?

thank you

Boda
 
Old 08-29-2003, 07:04 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Did you unmount it before you tried to eject it? If it really is hdd then the command would be

unmount /dev/hdd

Then try to eject it.
 
Old 08-29-2003, 09:07 AM   #3
siyeclover
Member
 
Registered: Jan 2003
Location: RaMetal
Distribution: Solaris,FC2,FreeBSD
Posts: 41

Rep: Reputation: 15
leave the DVD's directory before u eject it.


siyeclover
 
Old 08-30-2003, 03:18 AM   #4
boda
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Original Poster
Rep: Reputation: 0
Yes, i tried to unmount it and then there's a message shown that it already is unmounted. I will now try to reboot the machine, maybe this solves the case.

Thank you

Greetzz boda
 
Old 08-31-2003, 03:26 AM   #5
enigmasoldier
Member
 
Registered: Jul 2003
Location: Florence, Ky
Distribution: CentOS 3.3-4, OpenBSD 3.3, Fedora Core 4, Ubuntu, Novell Open Enterprise Server
Posts: 213

Rep: Reputation: 30
Make a script to unmount and eject the dvd drive for you.

==========start cutting below this line===========
#!/bin/bash
umount /dev/hdd
eject /dev/hdd
==========end cutting above this line============

save this script as /bin/ejectdvd or something along those lines

Make the script executeable with a:
chmod 755 /bin/ejectdvd

If you don't want to save it in the /bin directory then make a scripts subfolder under your home directory and add that folder to your path.

Alternatively...
a simple
umount /dev/hdd && eject

would probably work the && will execute the second command as long as the first command executes successfully.
 
  


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
CD-ROM won't eject after unmounting exit3219 Linux - Hardware 6 07-13-2005 12:52 AM
CD ROM wont eject satish427 Red Hat 1 10-14-2004 02:24 AM
cd rom eject help kingroo Linux - Hardware 6 09-29-2004 11:25 AM
cd doesn't eject in cd-rw & ejects in dvd rom psa Linux - Newbie 16 08-29-2004 03:56 AM
Cd-Rom Must Be Unmounted to Eject mooreted Slackware 2 04-06-2004 07:53 PM

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

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