Now that the Handbook knows about imaging CDs, point the appropriate

FAQ there.
This commit is contained in:
Michael Lucas 2002-01-22 15:44:37 +00:00
parent af2924c8df
commit cf4a057478
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11812

View file

@ -6225,29 +6225,12 @@ C:\="DOS"</programlisting>
</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
or different type of drive, you will want to substitute
the correct device name. A <literal>c</literal> must be
appended to the end of the device name, indicating
the entire partition, or in the case of CDROMs, the entire
disc.</para>
<screen>&prompt.root; <userinput>dd if=/dev/acd0c of=file.iso bs=2048</userinput></screen>
<para>The file generated will be a standard ISO file, which
can be used with <application>cdrecord</application>,
<application>burncd</application>, or any other program
supporting this standard CD data format. This method does
not work with audio CDs.</para>
<para>For more on working with CDROMs, see the
<ulink url="../handbook/creating-cds.html">Creating
CDs Section</ulink> in the Storage chapter
in the Handbook.</para>
<para>This is discussed in the Handbook section on <ulink
url="../handbook/creating-cds.html#IMAGING-CD">duplicating
data CDs</ulink>. For more on working with CDROMs, see the
<ulink url="../handbook/creating-cds.html">Creating CDs
Section</ulink> in the Storage chapter in the
Handbook.</para>
</answer>
</qandaentry>