Re: Unable to eject cdrom???

2006-02-07 Thread Austin Denyer

On Tue, 07 Feb 2006 14:15:36 +0100
Joost Kraaijeveld [EMAIL PROTECTED] wrote:
 
 Intermittently I am unable to eject my dvd/cdrom. Is there a way to
 determine whether Linux is refusing to eject the dvd/cdrom or if it
 is a hardware related problem?

I would check to see if there are any files open on the drive.  In
particular, Konqueror was bad for leaving files open, preventing you
from un-mounting or ejecting CDs/DVDs.

If your CD is mounted on /media/cdrom then try

lsof | grep /media/cdrom

Regards,
Ozz.


pgpBuwam54cPM.pgp
Description: PGP signature


Re: Unable to eject cdrom???

2006-02-07 Thread antonio giulio
 Intermittently I am unable to eject my dvd/cdrom. Is there a way to
 determine whether Linux is refusing to eject the dvd/cdrom or if it is a
 hardware related problem?

If cd/dvd is mounted you cannot eject it. First you must unmount it.
If it's not mounted you can eject it directly.



Re: Unable to eject cdrom???

2006-02-07 Thread Joost Kraaijeveld
On Tue, 2006-02-07 at 14:15 +0100, Joost Kraaijeveld wrote:
 Hi,
 
 Intermittently I am unable to eject my dvd/cdrom. Is there a way to
 determine whether Linux is refusing to eject the dvd/cdrom or if it is a
 hardware related problem?

In addition: if I run eject -v it reports that the command was success
full. Mounting the disc again and umount it immediately again seems to
solve the problem?




-- 
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: [EMAIL PROTECTED]
web: www.askesis.nl 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Unable to eject cdrom???

2006-02-07 Thread Mark Coetser
Usually it means that something is still accessing the mount point, you
could try 

Bash#lsof | grep /cdrom/mountpoint

To see what is still accessing the cd/dvd

Thank you,

Mark Adrian Coetser
[EMAIL PROTECTED]
http://www.tux-edo.co.za, http://www.thummb.com
cel: +27 76 527 8789
tel: +27 11 805 2076
fax: +27 11 805 2330
 

-Original Message-
From: Joost Kraaijeveld [mailto:[EMAIL PROTECTED] 
Sent: 07 February 2006 03:16 PM
To: Debian-Amd64
Subject: Unable to eject cdrom???

Hi,

Intermittently I am unable to eject my dvd/cdrom. Is there a way to
determine whether Linux is refusing to eject the dvd/cdrom or if it is a
hardware related problem?
 
-- 
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: [EMAIL PROTECTED]
web: www.askesis.nl 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to eject cdrom???

2006-02-07 Thread Adam Stiles
On Tuesday 07 Feb 2006 13:15, Joost Kraaijeveld wrote:
 Hi,

 Intermittently I am unable to eject my dvd/cdrom. Is there a way to
 determine whether Linux is refusing to eject the dvd/cdrom or if it is a
 hardware related problem?

Most probably some process still has a file open on there.  Use something like
# lsof |grep cdrom
to determine what process this is, then deal with it appropriately.  If it's a 
daemon  {famd is a likely culprit}  try sending SIGHUP first.

-- 
AJS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]