Now that the Handbook knows about imaging CDs, point the appropriate
FAQ there.
This commit is contained in:
parent
af2924c8df
commit
cf4a057478
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11812
1 changed files with 6 additions and 23 deletions
|
@ -6225,29 +6225,12 @@ C:\="DOS"</programlisting>
|
||||||
</question>
|
</question>
|
||||||
|
|
||||||
<answer>
|
<answer>
|
||||||
<para>If you want to make a bit-by-bit copy of a CD (so you
|
<para>This is discussed in the Handbook section on <ulink
|
||||||
can, for example, duplicate it with a CD burner), use
|
url="../handbook/creating-cds.html#IMAGING-CD">duplicating
|
||||||
&man.dd.1;. The example given here assumes that you have
|
data CDs</ulink>. For more on working with CDROMs, see the
|
||||||
a IDE CDROM device that shows up as
|
<ulink url="../handbook/creating-cds.html">Creating CDs
|
||||||
<devicename>acd0</devicename>. If you have a SCSI CD
|
Section</ulink> in the Storage chapter in the
|
||||||
or different type of drive, you will want to substitute
|
Handbook.</para>
|
||||||
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>
|
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue