Personal tools
You are here: Home Wiki DuplicatingDataCD
Views

Edit history

Edit: -1 of 1
Time: 2006-09-18 17:41:36
Note: /kplug_main/wiki/LinuxAnswers/upgradeAll

changed:
-
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: