From owner-freebsd-questions@FreeBSD.ORG Mon May 19 20:40:19 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 97E6737B401 for ; Mon, 19 May 2003 20:40:19 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB6143F85 for ; Mon, 19 May 2003 20:40:18 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h4K3djTT097819; Mon, 19 May 2003 22:39:45 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h4K3djEn097816; Mon, 19 May 2003 22:39:45 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Mon, 19 May 2003 22:39:45 -0500 (CDT) From: Eduardo Viruena Silva To: Joshua Oreman In-Reply-To: <20030520014513.GB65043@webserver.get-linux.org> Message-ID: <20030519223555.A97035@Gina.esfm.ipn.mx> References: <20030519200918.U95244@Gina.esfm.ipn.mx> <20030519192420.I24726@wonkity.com> <20030520014513.GB65043@webserver.get-linux.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org 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 03:40:19 -0000 On Mon, 19 May 2003, Joshua Oreman wrote: > On Mon, May 19, 2003 at 07:28:45PM -0600 or thereabouts, Warren Block seemed to write: > > On Mon, 19 May 2003, Eduardo Viruena Silva wrote: > > > > > try: > > > > > > 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. > > > > But does it matter? Is there any reason not to use a larger buffer size > > to speed up reading CDs? > > As long as you use a multiple of the same size, you should be fine. However, > the block size you pick should also be a multiple of the size of the track > you're ripping. It'll still work otherwise, but `dd' will complain. > > HTH, > -- Josh > Josh, I believe the size of the track should be a multiple of the block size. I also had the problem of reading tracks, asked freebsd-questions and I got that as the answer, I mean, they told me that audio cd use blocks of 2352 bytes length.