From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 11:49:35 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 EA6C916A4CE for ; Fri, 25 Feb 2005 11:49:35 +0000 (GMT) Received: from mail.aseed.antenna.nl (aseed.demon.nl [83.160.138.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C6F43D5A for ; Fri, 25 Feb 2005 11:49:35 +0000 (GMT) (envelope-from albi@scii.nl) Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 09A2115439A for ; Fri, 25 Feb 2005 12:50:08 +0100 (CET) Received: from amandla.scii.nl (82-197-198-30.dsl.cambrium.nl [82.197.198.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id B1A2437022 for ; Fri, 25 Feb 2005 12:49:34 +0100 (CET) Date: Fri, 25 Feb 2005 12:49:31 +0100 From: "albi@scii.nl" To: freebsd-questions@freebsd.org Message-Id: <20050225124931.5450e701.albi@scii.nl> In-Reply-To: <20050225112726.GA23817@lothlorien.nagual.st> References: <20050225112726.GA23817@lothlorien.nagual.st> X-Mailer: Sylpheed version 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: cd copy 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 11:49:36 -0000 On Fri, 25 Feb 2005 12:27:26 +0100 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 ;-) you could try : dd if=/dev/acd0 of=~/my_cd_image and then use burncd to burn that onto cdrom but also installing and using k3b is an idea (i'm starting to like k3b more and more, but i guess you need to have at least a part of KDE installed)