From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 14:18:31 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 3835F16A4CE for ; Thu, 16 Sep 2004 14:18:31 +0000 (GMT) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533C743D31 for ; Thu, 16 Sep 2004 14:18:30 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 19460 invoked from network); 16 Sep 2004 14:18:28 -0000 Received: from unknown (HELO [192.168.2.48]) ([pbs]775067@[83.129.146.66]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 16 Sep 2004 14:18:28 -0000 From: Fabian Keil To: freebsd-questions@freebsd.org Date: Thu, 16 Sep 2004 16:16:53 +0200 User-Agent: KMail/1.7 References: <200405171432.38987.4711@chello.at> <20040915063328.GA8455@zeus.itg.uiuc.edu> In-Reply-To: <20040915063328.GA8455@zeus.itg.uiuc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409161616.53295.freebsd-listen@fabiankeil.de> 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:18:31 -0000 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). Regards Fabian