Date: Wed, 14 Nov 2001 14:41:29 -0500 (EST) From: mwlucas@blackhelicopters.org To: FreeBSD-gnats-submit@freebsd.org Subject: docs/31990: new FAQ: imaging a data CD Message-ID: <200111141941.OAA39477@blackhelicopters.org>
index | next in thread | raw e-mail
>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 ----
</qandaentry>
<qandaentry>
+ <question id="copy-cd">
+ <para>How can I create an image of a data CD?</para>
+ </question>
+
+ <answer>
+ <para>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
+ <devicename>acd0</devicename>. If you have a SCSI CD
+ drive, you will want to substitute the correct device
+ name.</para>
+
+ <screen>&prompt.user; <userinput>dd if=/dev/cdrom
+ of=file.iso bs=2048</userinput></screen>
+
+ <para>This method does not work with audio CDs.</para>
+
+ <para>For more on working with CDROMs, see <ulink
+ URL="../handbook/creating-cds.html">this</ulink> chapter
+ in the Handbook.</para>
+ </answer>
+ </qandaentry>
+
+ <qandaentry>
<question id="nt-bootloader">
<para>How can I use the NT loader to boot FreeBSD?</para>
</question>
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111141941.OAA39477>
