From owner-freebsd-questions Thu Dec 7 16:17:48 2000 From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 16:17:46 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 31C4E37B400 for ; Thu, 7 Dec 2000 16:17:46 -0800 (PST) Received: (qmail 48414 invoked by uid 100); 8 Dec 2000 00:17:44 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14896.10408.392561.274548@guru.mired.org> Date: Thu, 7 Dec 2000 18:17:44 -0600 (CST) To: Sverre Valgeirsson Cc: questions@freebsd.org Subject: Re: burncd and .cue In-Reply-To: <46671453@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ X-Message: You should get a better mailer. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sverre Valgeirsson types: > Hi. > Can i somehow write .cue/.bin images to a CD with burncd? > I've tried by just doing > # burncd -s 4 -f /dev/acd0c data file.bin fixate > (the .cue file said that it was mode1). > This didn't work, complained about "/kernel: acd0: WRITE_BIG - ILLEGAL REQUEST asc=24 ascq=00 error=04" and only finished to 95%. > In Nero on Windows, this worked well though, with the same type of CD. Since nobody else answered, I'll take a crack at it based on what I know about .cue files from cdrdao. If I understand things correctly, .cue file is a table of contents describing the tracks in the .bin file. If your .bin file consists of a single track, burning it with burncd as you describe should work. If it's multiple tracks - well, that could explain the problem you're seeing. At some point, the ATA drivers may be hooked up so you can use cdrdao on FreeBSD. For now, burning a cd with an IDE burner in DAO mode on FreeBSD involves writing the code to support that. http://www.mired.org/home/mwm/ Independent WWW/Unix/FreeBSD consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message