From cf4a0574781781777b23c825dd63e7cdd108f92b Mon Sep 17 00:00:00 2001 From: Michael Lucas Date: Tue, 22 Jan 2002 15:44:37 +0000 Subject: [PATCH] Now that the Handbook knows about imaging CDs, point the appropriate FAQ there. --- en_US.ISO8859-1/books/faq/book.sgml | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index c517b4b032..cfb2a74f17 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -6225,29 +6225,12 @@ C:\="DOS" - 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 - or different type of drive, you will want to substitute - the correct device name. A c must be - appended to the end of the device name, indicating - the entire partition, or in the case of CDROMs, the entire - disc. - - &prompt.root; dd if=/dev/acd0c of=file.iso bs=2048 - - The file generated will be a standard ISO file, which - can be used with cdrecord, - burncd, or any other program - supporting this standard CD data format. This method does - not work with audio CDs. - - For more on working with CDROMs, see the - Creating - CDs Section in the Storage chapter - in the Handbook. + This is discussed in the Handbook section on duplicating + data CDs. For more on working with CDROMs, see the + Creating CDs + Section in the Storage chapter in the + Handbook.