From owner-freebsd-questions@FreeBSD.ORG Tue May 20 11:46:36 2003 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 0F97437B401 for ; Tue, 20 May 2003 11:46:36 -0700 (PDT) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F8343FBF for ; Tue, 20 May 2003 11:46:35 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by pop017.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030520184634.BKGY27254.pop017.verizon.net@mac.com> for ; Tue, 20 May 2003 13:46:34 -0500 Message-ID: <3ECA7806.9080502@mac.com> Date: Tue, 20 May 2003 14:46:30 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-Questions@freebsd.org References: <20030519200918.U95244@Gina.esfm.ipn.mx> <20030519192420.I24726@wonkity.com> In-Reply-To: <20030519192420.I24726@wonkity.com> X-Enigmail-Version: 0.75.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [129.44.60.214] at Tue, 20 May 2003 13:46:34 -0500 Subject: Re: Creating a bin or ISO image of a CD?? 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: Tue, 20 May 2003 18:46:36 -0000 Warren Block wrote: > On Mon, 19 May 2003, Eduardo Viruena Silva wrote: >> dd if=/dev/acd0c of=my_image bs=2352 > > Hmmm. This brings up something I've wondered about. I always use > bs=2k to match the actual sector size of CDs. The "sector size" of a CD isn't constant, or perhaps it would be better to say that the size depends on whether you want to consider the raw data including the Reed-Solomon ECC data (and maybe the subchannel info, too-- see DAO96 as a reference keyword), or the data post-ECC. -Chuck