From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 17:02:16 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 3E99016A4EF for ; Fri, 25 Feb 2005 17:02:16 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEE043D31 for ; Fri, 25 Feb 2005 17:02:15 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from twinmp (12-218-21-193.client.mchsi.com[12.218.21.193]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20050225170215m9100ovtc6e>; Fri, 25 Feb 2005 17:02:15 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Fri, 25 Feb 2005 11:02:14 -0600 User-Agent: KMail/1.7 References: <20050225171358.42db3ea2.dick@nagual.st> In-Reply-To: <20050225171358.42db3ea2.dick@nagual.st> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502251102.14296.josh@tcbug.org> Subject: Re: cdrom image to cdr 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: Fri, 25 Feb 2005 17:02:16 -0000 On Friday 25 February 2005 10:13, dick hoogendijk wrote: > What is the easiest way to copy a complete cdrom with freebsd-4.11? > Normally I use burncd to burn an iso file to a new cdr, but I never > copied a complete cdrom to cdr under freebsd. My windows machines > are down and I need the copy soon. So please forgive me if I'm > ignorant. Hope the answer is easy ;-) This is covered in the handbook, but the basic idea is that you mount the CD, use mkisofs to create an iso of it and then burn the iso with burncd. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html -- Thanks, Josh Paetzel