From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 18:38:36 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 982C516A4CE for ; Wed, 12 Jan 2005 18:38:36 +0000 (GMT) Received: from lakermmtao08.cox.net (lakermmtao08.cox.net [68.230.240.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE72743D5C for ; Wed, 12 Jan 2005 18:38:35 +0000 (GMT) (envelope-from jwm@sentinelchicken.net) Received: from sentinelchicken.net ([68.226.91.117]) by lakermmtao08.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with SMTP <20050112183835.QUQN16610.lakermmtao08.cox.net@sentinelchicken.net> for ; Wed, 12 Jan 2005 13:38:35 -0500 Received: (qmail 19052 invoked by uid 1000); 12 Jan 2005 18:42:43 -0000 Date: Wed, 12 Jan 2005 13:42:43 -0500 From: Jason Morgan To: freebsd-questions@freebsd.org Message-ID: <20050112184243.GA18515@sentinelchicken.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: 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: Wed, 12 Jan 2005 18:38:36 -0000 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.