From owner-freebsd-doc Wed Nov 14 11:50:10 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94F9837B416 for ; Wed, 14 Nov 2001 11:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEJo1H51813; Wed, 14 Nov 2001 11:50:01 -0800 (PST) (envelope-from gnats) Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 9305137B416 for ; Wed, 14 Nov 2001 11:41:29 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id OAA39477; Wed, 14 Nov 2001 14:41:29 -0500 (EST) (envelope-from mwlucas) Message-Id: <200111141941.OAA39477@blackhelicopters.org> Date: Wed, 14 Nov 2001 14:41:29 -0500 (EST) From: mwlucas@blackhelicopters.org Reply-To: mwlucas@blackhelicopters.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/31990: new FAQ: imaging a data CD Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31990 >Category: docs >Synopsis: new FAQ: imaging a data CD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 14 11:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lucas >Release: FreeBSD 3.5-STABLE i386 >Organization: None >Environment: today's -doc tree >Description: "How do I copy a data CD?" -questions had many similar responses, I amalgamated them into this. >How-To-Repeat: read -questions. >Fix: *** en_US.ISO8859-1/books/faq/book.sgml-dist Wed Nov 14 14:12:52 2001 --- en_US.ISO8859-1/books/faq/book.sgml Wed Nov 14 14:32:50 2001 *************** *** 5714,5719 **** --- 5714,5744 ---- + + How can I create an image of a data CD? + + + + If you want to make a bit-by-bit copy of a CD (so you + can, for example, duplicate it with a CD burner), use + &man.dd.1;. The example given here assumes that you have + a IDE CDROM device that shows up as + acd0. If you have a SCSI CD + drive, you will want to substitute the correct device + name. + + &prompt.user; dd if=/dev/cdrom + of=file.iso bs=2048 + + This method does not work with audio CDs. + + For more on working with CDROMs, see this chapter + in the Handbook. + + + + How can I use the NT loader to boot FreeBSD? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message