From owner-freebsd-questions@FreeBSD.ORG Fri Mar 19 02:14:46 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 DAB8A16A4CE for ; Fri, 19 Mar 2004 02:14:46 -0800 (PST) Received: from mail010.syd.optusnet.com.au (mail010.syd.optusnet.com.au [211.29.132.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D88F43D2F for ; Fri, 19 Mar 2004 02:14:45 -0800 (PST) (envelope-from anubis357@optusnet.com.au) Received: from rdlax8-244.dialup.optusnet.com.au (rdlax8-244.dialup.optusnet.com.au [198.142.19.244])i2JAEH609594; Fri, 19 Mar 2004 21:14:20 +1100 From: anubis To: "Chris" , freebsd-questions@freebsd.org Date: Fri, 19 Mar 2004 20:18:24 +1000 User-Agent: KMail/1.5.4 References: <200403180935440470.461A17AA@coolarrow.com> In-Reply-To: <200403180935440470.461A17AA@coolarrow.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403192018.25028.anubis357@optusnet.com.au> Subject: Re: cdrom mount problem 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: Fri, 19 Mar 2004 10:14:47 -0000 On Fri, 19 Mar 2004 1:35 am, Chris wrote: > *This message was transferred with a trial version of > CommuniGate(tm) Pro* > > > > > In summary: the only way to mount my cdrom after burning an ISO is > to reboot first. > > > Prior to 5.2.1-RC1, I was able to burn ISO imaged onto a CDRW using > burncd, then later mount /cdrom to access the files I burned. With > RC1 and now with 5.2.1-RELEASE, a strange thing happens: > > After a reboot, I can mount /cdrom and access files on the disc. > But if I re-burn the ISO file, then try to mount /cdrom, I get > this: > > cd9660: /dev/acd0: Input/output error > > BUT... if I reboot THEN try to access that same disk, it works > fine. I had a problem with burncd where I couldnt access the disk after burning. I couldnt eject or mount it. It required a reboot to get it. I couldnt solve it but I was able to work around it by using cdcontrol. See the man page for all options but breifly you can eject and then close the disk by cdcontrol -f /dev/acd0 eject cdcontrol -f /dev/acd0 close I cant remember exactly what I did but I am sure I just ejected by software then put back in and it worked fine. It was as if somehow something was holding onto the disk. I thought it was maybe my windows partition getting lonely.