From owner-freebsd-multimedia Tue Mar 20 7:36:29 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from w2xo.pgh.pa.us (18.gibs5.xdsl.nauticom.net [209.195.184.19]) by hub.freebsd.org (Postfix) with ESMTP id 74D1237B71B for ; Tue, 20 Mar 2001 07:36:26 -0800 (PST) (envelope-from durham@w2xo.pgh.pa.us) Received: from shazam (shazam [192.168.5.3]) by w2xo.pgh.pa.us (8.11.2/8.9.3) with ESMTP id f2KFWiq73480; Tue, 20 Mar 2001 15:32:45 GMT (envelope-from durham@w2xo.pgh.pa.us) Date: Tue, 20 Mar 2001 10:34:46 -0500 (EST) From: Jim Durham X-Sender: durham@shazam.int To: Soren Schmidt Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: burncd and ISO copies In-Reply-To: <200103200819.JAA86130@freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 20 Mar 2001, Soren Schmidt wrote: > It seems Jim Durham wrote: > > I have an IDE CD burner that I've been trying to use with "burncd" > > to do ISO image cds. > >=20 > > The man page doesn't indicate it can do this. Searching mail archives > > produced one suggestion.. > >=20 > > burncd -f /dev/acd1c -e -s4 data /dev/acd0c fixate > >=20 > > (where acd1c is the burner and acd0c is the playback CD drive) > >=20 > > This does not work. It does not make an image copy. > > I question the "fixate", and perhaps I should be using "raw" mode? > > Is "burncd" capable of doing image copies? >=20 > Try this: >=20 > dd if=3D/dev/acd0c bs=3D2k | burncd -f /dev/acd0c data - fixate >=20 > If its an audio CD you will have to copy the individual tracks. >=20 > Support for the above depends on the FreeBSD version which must > be a fairly new 4.x-stable or -currrent. >=20 > -S=F8ren >=20 I tried dd'ing, like you suggested, it produced: burncd: ioctl(CDRIOCCLOSEDDISK): Input/output error This is on 4.2-RELEASE. I guess it doesn't support it. I'll have to cvsup, I guess. Thanks, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message