From owner-freebsd-questions@FreeBSD.ORG Thu Jan 13 18:26:57 2005 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 B3B4816A4CE for ; Thu, 13 Jan 2005 18:26:57 +0000 (GMT) Received: from lakermmtao10.cox.net (lakermmtao10.cox.net [68.230.240.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B0DB43D2F for ; Thu, 13 Jan 2005 18:26:57 +0000 (GMT) (envelope-from jwm@sentinelchicken.net) Received: from sentinelchicken.net ([68.226.91.117]) by lakermmtao10.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with SMTP <20050113182654.QWMF1657.lakermmtao10.cox.net@sentinelchicken.net> for ; Thu, 13 Jan 2005 13:26:54 -0500 Received: (qmail 6109 invoked by uid 1000); 13 Jan 2005 18:31:09 -0000 Date: Thu, 13 Jan 2005 13:31:09 -0500 From: Jason Morgan To: freebsd-questions@freebsd.org Message-ID: <20050113183109.GA5013@sentinelchicken.net> References: <20050112184243.GA18515@sentinelchicken.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050112184243.GA18515@sentinelchicken.net> User-Agent: Mutt/1.4.1i Subject: Re: burncd: "device busy" error when writing .iso 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, 13 Jan 2005 18:26:57 -0000 On Wed, Jan 12, 2005 at 01:42:43PM -0500, Jason Morgan wrote: > I am attempting to burn an .iso of the 5.3 mini distribution and keep > running into the following error: > > # burncd -f /dev/acd0 data 5.3-RELEASE-i386-miniinst.iso fixate > next writeable LBA 0 > writing from file 5.3-RELEASE-i386-miniinst.iso size 274400 KB > written this track 640 KB (0%) total 640 KB > only wrote -1 of 32768 bytes: Device busy > > fixating CD, please wait.. > > I have verified that the drive is working and is accessible. I have > tried different media and keep running into the same result. > > # dmesg | grep acd0 > acd0: DVDR at ata1-master PIO4 > > This is a new drive, that I just recently installed. > > Oh, I'm running FreeBSD 5.2.1-RELEASE-p11 #7. > > Any suggestions? I've only burned CDs with FreeBSD a few times and > never on this system, so I'm kinda a newb. > > Thanks for your time. I finally solved the problem. I had to include "device atapicam" in my kernel, then used cdrecord instead of burncd, using the drive as a scsi device. Hope this info will help some newb in the future. Cheers.