From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 14:29:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 581F816A4CE for ; Thu, 16 Sep 2004 14:29:06 +0000 (GMT) Received: from redtick.homeunix.com (adsl-68-93-181-197.dsl.okcyok.swbell.net [68.93.181.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0230F43D2D for ; Thu, 16 Sep 2004 14:29:06 +0000 (GMT) (envelope-from boxend@redtick.homeunix.com) Received: from redtick.homeunix.com (localhost.homeunix.com [127.0.0.1]) i8GET5TW000977 for ; Thu, 16 Sep 2004 09:29:05 -0500 (CDT) (envelope-from boxend@redtick.homeunix.com) Received: (from boxend@localhost) by redtick.homeunix.com (8.12.10/8.12.10/Submit) id i8GET4JQ000976 for freebsd-questions@freebsd.org; Thu, 16 Sep 2004 09:29:04 -0500 (CDT) (envelope-from boxend) Date: Thu, 16 Sep 2004 09:29:04 -0500 From: Mark To: freebsd-questions@freebsd.org Message-ID: <20040916142904.GA963@redtick.homeunix.com> References: <200405171432.38987.4711@chello.at> <20040915063328.GA8455@zeus.itg.uiuc.edu> <200409161616.53295.freebsd-listen@fabiankeil.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409161616.53295.freebsd-listen@fabiankeil.de> User-Agent: Mutt/1.4.2.1i Subject: Re: cd stuck in cd drive after failed burn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 14:29:06 -0000 On Thu, Sep 16, 2004 at 04:16:53PM +0200, Fabian Keil wrote: > On Wednesday 15 September 2004 08:33, Anthony Philipp wrote: > > > After burning trying to burn a cd with too much information on it, it ended up with this error. > > > > only wrote -1 of 37632 bytes: Input/output error > > > > burncd: ioctl(CDRIOCFLUSH): Input/output error > > > > But the cd was stuck in the drive, and would not respond when I pressed the eject button. > > I was just wondering if this was a common error or just a bug that since been fixed. > > I have never use burncd, so I can't answer this question. > > > Also if this happens again, is there a way to force a cd eject without rebooting? > > cdrecord's -eject option. If your drive is only locked by burncd this should work, > but if your drive's firmware crashed, your lost. > > cdrecord is part of /usr/ports/sysutils/cdrtools(-devel). > and then there is camcontrol, man camcontrol has got me out of a jam or two.