From owner-freebsd-doc Thu Nov 15 9:45:47 2001 Delivered-To: freebsd-doc@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 2E48037B405 for ; Thu, 15 Nov 2001 09:45:43 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id MAA44068; Thu, 15 Nov 2001 12:45:41 -0500 (EST) (envelope-from mwlucas) Date: Thu, 15 Nov 2001 12:45:41 -0500 From: Michael Lucas To: Dima Dorfman Cc: freebsd-doc@freebsd.org Subject: Re: docs/31990: new FAQ: imaging a data CD Message-ID: <20011115124541.A44037@blackhelicopters.org> References: <200111142010.fAEKA3W57453@freefall.freebsd.org> <20011115154327.7054F3E84@bazooka.trit.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20011115154327.7054F3E84@bazooka.trit.org>; from dima@trit.org on Thu, Nov 15, 2001 at 03:43:22PM +0000 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 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Nov 15, 2001 at 03:43:22PM +0000, Dima Dorfman wrote: > Did you try to look at the rendered output for this? It looks really, > really ugly with the line break there. , like > , is whitespace-sensitive. Ack! No, I just make lint'd it. > > + For more on working with CDROMs, see > + URL="../handbook/creating-cds.html">this chapter > > I think naming the chapter would help, since it's possible to render > the FAQ in formats there hyperlinks don't work (e.g., txt, pdf). In > those cases, this reference is absolutely useless. True. How's this? -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=cdimage *** en_US.ISO8859-1/books/faq/book.sgml-dist Wed Nov 14 14:12:52 2001 --- en_US.ISO8859-1/books/faq/book.sgml Thu Nov 15 12:41:33 2001 *************** *** 5714,5719 **** --- 5714,5743 ---- + + 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 the Creating and Using + Optical Media chapter in the Handbook. + + + + How can I use the NT loader to boot FreeBSD? --XsQoSWH+UP9D9v3l-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message