Personal tools
You are here: Home Wiki DuplicatingDataCD
Views
DuplicatingDataCD copied.

Rough Draft: Feel free to modify/correct.

  • Step 1: Create ISO image from source cd:
      dd if=3D/dev/cdrom of=3D/tmp/cdimage.iso
    
  • Step 2 : Verify iso file:
      mount /dev/cdrom
      mkdir /tmp/testcd
      mount -t iso9660 -o loop /tmp/cdimage.iso /tmp/testcd
      diff -r /cdrom /tmp/testcd
      umount /cdrom
      umount /tmp/testcd
    
  • Step 3 : Write image to cd:
      cdrecord -v speed=3D8 dev=3D0,0,0  -data  /tmp/cdimage.iso
    
  • Step 4 : Get rid of temp files:
      rm /tmp/cdimage.iso
    



Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: