From owner-freebsd-questions Tue Feb 18 21:46: 3 2003 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 406F137B401 for ; Tue, 18 Feb 2003 21:46:02 -0800 (PST) Received: from mail005.syd.optusnet.com.au (mail005.syd.optusnet.com.au [210.49.20.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CE0A43FAF for ; Tue, 18 Feb 2003 21:46:00 -0800 (PST) (envelope-from izzo@optushome.com.au) Received: from terminus.cable.nu (c18428.eburwd1.vic.optusnet.com.au [210.49.180.23]) by mail005.syd.optusnet.com.au (8.11.6/8.11.6) with ESMTP id h1J5jxI25528 for ; Wed, 19 Feb 2003 16:45:59 +1100 Received: (from izzo@localhost) by terminus.cable.nu (8.11.4/8.11.4) id h1J5k4w05188 for freebsd-questions@freebsd.org; Wed, 19 Feb 2003 16:46:04 +1100 Date: Wed, 19 Feb 2003 16:46:04 +1100 From: Sam Izzo To: freebsd-questions@freebsd.org Subject: Re: CD Recording Message-ID: <20030219164604.A5178@terminus.vic.optushome.com.au> References: <000601c2d7d4$976e6bf0$0e0ea8c0@xerxes> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000601c2d7d4$976e6bf0$0e0ea8c0@xerxes>; from jpmichel@jcontinuum.ca on Wed, Feb 19, 2003 at 12:05:53AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Wed, Feb 19, 2003 at 12:05:53AM -0500, Justin P. Michel wrote: > Is there an easy process for CD duplication using FreeBSD V4.7-R, and a > standard IDE/ATAPI burner? I used to use "Nero" under Windows, but now am > lost with "dd" and "burncd", as it seems I have to know beforehand how many > tracks are on the CD's, and what types they are. I've recently heard of a program called `arson' for kde. It's supposedly pretty good, but I haven't tried it yet. If you use `cdrecord' you can just give it a list of files to burn. Or you can use `mkisofs' to create an iso image of a directory tree and then just write the image with `cdrecord'. Oh, I just realised that you wanted to duplicate CDs. Well I suppose there's a tool to rip a CD to an iso image; then you can just write it with `cdrecord' as per normal. cheers sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message