diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
index 77814d0336..574867ba04 100644
--- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
@@ -908,6 +908,26 @@ scsibus1:
audio tracks, controlling the speed, and other things.
+
+ Duplicating Data CDs
+
+ You can copy a data CD to a image file that is
+ functionally equivalent to the image file created with
+ mkisofs, and you can use it to duplicate
+ any data CD. The example given here assumes that your CDROM
+ device is acd0. Substitute your
+ correct CDROM device. A c must be appended
+ to the end of the device name to indicate the entire partition
+ or, in the case of CDROMs, the entire disc.
+
+ &prompt.root; dd if=/dev/acd0c of=file.iso bs=2048
+
+ Now that you have an image, you can burn it to CD as
+ described above.
+
+ This does not work with audio CDs.
+
+
Using Data CDs