From owner-freebsd-questions@FreeBSD.ORG Mon May 19 17:51:47 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 7F84337B401 for ; Mon, 19 May 2003 17:51:47 -0700 (PDT) Received: from grumpy.dyndns.org (user-24-214-34-52.knology.net [24.214.34.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98BDB43F3F for ; Mon, 19 May 2003 17:51:46 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from grumpy.dyndns.org (localhost [127.0.0.1]) by grumpy.dyndns.org (8.12.9/8.12.9) with ESMTP id h4K0pf14067695 for ; Mon, 19 May 2003 19:51:41 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [[UNIX: localhost]]) by grumpy.dyndns.org (8.12.9/8.12.9/Submit) id h4K0pewD067694 for FreeBSD-Questions@FreeBSD.org; Mon, 19 May 2003 19:51:40 -0500 (CDT) From: David Kelly To: FreeBSD-Questions@FreeBSD.org Date: Mon, 19 May 2003 19:51:40 -0500 User-Agent: KMail/1.5.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305191951.40320.dkelly@HiWAAY.net> 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 00:51:47 -0000 On Monday 19 May 2003 07:14 pm, Steven Lake wrote: > How do I create a bin or ISO image of a CD using FBD? I have > already figured out how to use burncd to burn iso's and mkisofs to > make the iso's, but I'm unsure how to in essence "rip and burn" cd's > and bin files. Does anyone know? Thanks. % dd if=/dev/acd0c bs=2048 of=my_cd.iso Doesn't quite work that simply for audio CD's, or multisession. Some CDROM drives read the CD one block short. Makes it difficult to use raw tools to verify after write. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.