FreeBSD Bugzilla – Attachment 17653 Details for
Bug 31990
new FAQ: imaging a data CD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.33 KB, created by
Michael W Lucas
on 2001-11-14 19:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael W Lucas
Created:
2001-11-14 19:50:01 UTC
Size:
1.33 KB
patch
obsolete
>*** 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>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31990
: 17653 |
17654