From owner-freebsd-questions Mon May 7 5:13:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id F193537B423 for ; Mon, 7 May 2001 05:13:29 -0700 (PDT) (envelope-from dleimbac@earthlink.net) Received: from 1Cust183.tnt1.starkville.ms.da.uu.net (1Cust183.tnt1.starkville.ms.da.uu.net [63.30.107.183]) by hawk.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id FAA12328; Mon, 7 May 2001 05:13:29 -0700 (PDT) Message-Id: <200105071213.FAA12328@hawk.mail.pas.earthlink.net> Date: Mon, 07 May 2001 07:15:36 CDT From: dave To: Najib Ninaba , freebsd-questions@freebsd.org Subject: Re: Using dd to dump CD images Reply-To: dleimbac@earthlink.net X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Really? I tried that in linux and it never worked for me. you need the blocksize parameter to be 2048. dd if=/dev/acd0c of=image.iso bs=2048 Have fun On Mon, 7 May 2001, Najib Ninaba wrote: > Date: Mon, 7 May 2001 16:09:59 +0800 > To: freebsd-questions@freebsd.org > From: Najib Ninaba > Reply-To: najib_ninaba@yahoo.com > Subject: Using dd to dump CD images > > Hello, > > How do I dump CD images to a file? In linux, all I've needed to do is : > dd if=/dev/cdrom of=cd-image.iso > > I can then use the image to burn to another CDR. I've tried the same > command in freebsd: > dd if=/dev/acd0c of=cd-image.iso > > But I get a "dd: /dev/acd0c: Bad address" error message. Thanks in > advance. > > Regards, > -- > Najib Ninaba > "Life's unfair - but having the root password helps!" > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message