From owner-freebsd-questions Wed Jul 7 4:36:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ares.maths.adelaide.edu.au (Ares.maths.adelaide.edu.au [129.127.44.147]) by hub.freebsd.org (Postfix) with ESMTP id 9CC7F14DE2 for ; Wed, 7 Jul 1999 04:36:09 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id VAA28224; Wed, 7 Jul 1999 21:07:56 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <199907071137.VAA28224@ares.maths.adelaide.edu.au> Subject: Re: ATAPI CD burning? In-Reply-To: <19990707042541.50775.qmail@hotmail.com> from Amy Wennings at "Jul 6, 1999 11:25:41 pm" To: Amy Wennings Date: Wed, 7 Jul 1999 21:07:55 +0930 (CST) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL56 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I installed cd-write and can't find documentation anywhere! > > I have a DVD as acd0 and a CD-RW as acd1. Can I burn CDs with the CD-RW > under FreeBSD? Will cd-write or anything else support ATAPI CD-RW drives? > > I'm tearing my hair out. :( You don't want cdwrite, that won't work with an ATAPI writer. Look in /usr/share/examples/atapi. There you will find two scripts, one for burning audio, one for burning data. Create an image to burn with mkisofs (its in the ports collection). You can then burn it (with your setup) using (if its data for example) burndata acd1 /path/to/cd/image where /path/to/cd/image is obviously the filename of the image you create with mkisofs. Hope that helps! -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message