From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 11:54:13 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 6F99D16A4CE for ; Fri, 25 Feb 2005 11:54:13 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C11B943D2D for ; Fri, 25 Feb 2005 11:54:12 +0000 (GMT) (envelope-from simon.dick@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so481720rng for ; Fri, 25 Feb 2005 03:54:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=LLukH2Z825o1TNrfr9QUcpPXKhZlgs7hmPGczooHb75xuoBTVjdpLwLmSfxnMNfOpI0P3dGgUFJkth5r4MLTWPOqP5t/1a+Nra059YoanprHv2U2xzvWkhUCdsQR9o248ZchMjKFnZCGrXLge8SjkEqOGy0TMNdCVzLnBFwTlr0= Received: by 10.38.90.51 with SMTP id n51mr126287rnb; Fri, 25 Feb 2005 03:54:12 -0800 (PST) Received: by 10.38.86.36 with HTTP; Fri, 25 Feb 2005 03:54:12 -0800 (PST) Message-ID: <23552156050225035446374a69@mail.gmail.com> Date: Fri, 25 Feb 2005 11:54:12 +0000 From: Simon Dick To: "albi@scii.nl" , FreeBSD Questions In-Reply-To: <20050225124931.5450e701.albi@scii.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050225112726.GA23817@lothlorien.nagual.st> <20050225124931.5450e701.albi@scii.nl> Subject: Re: cd copy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Dick List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 11:54:13 -0000 On Fri, 25 Feb 2005 12:49:31 +0100, albi@scii.nl wrote: > 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 Try dd if=/dev/acd0 of=~/my_cd_image bs=2048 for data CDs, it helps :) -- Simon Dick