From owner-freebsd-questions Thu Feb 7 10:32:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 2AA4A37B416 for ; Thu, 7 Feb 2002 10:32:30 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id B3A9BBD96; Thu, 7 Feb 2002 10:32:29 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id KAA24979; Thu, 7 Feb 2002 10:32:29 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g17IWSv10567; Thu, 7 Feb 2002 10:32:28 -0800 (PST) (envelope-from swear@blarg.net) To: "Drew Tomlinson" Cc: Subject: Re: How To Create A RAW ISO With An IDE CD-R Drive? References: <000501c1affa$0f4ffe30$0301a8c0@bigdaddy> From: swear@blarg.net (Gary W. Swearingen) Date: 07 Feb 2002 10:32:28 -0800 In-Reply-To: <000501c1affa$0f4ffe30$0301a8c0@bigdaddy> Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Drew Tomlinson" writes: > I'm kind of in a time pinch here and haven't had quick success with > Google. Can some one please tell me how I can create a ISO file of a > CD? I want to make an exact duplicate (errors, and all) so I need to > make a RAW image. Is this possible? What would the command be? Something like dd if=/dev/acd0c of=ISO bs=2k should do it, but I've noticed that it sometimes gets an extra block at the end which wasn't part of the original ISO file. If you know the original size, you're in luck (either chop extra off, or use dd's count argument), otherwise I suspect the extra block will be harmless for most purposes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message