laser-disk.rst
changeset 721 c85a44c2fec3
parent 720 cf967470ce35
child 722 44fa7026955b
equal deleted inserted replaced
720:cf967470ce35 721:c85a44c2fec3
    65 
    65 
    66 A CD-RW disc can be erased and rewritten up to a 1,000 times. Reliability and
    66 A CD-RW disc can be erased and rewritten up to a 1,000 times. Reliability and
    67 performance will not decrease, even as the number of rewrites increase.
    67 performance will not decrease, even as the number of rewrites increase.
    68 
    68 
    69 ** DVD.
    69 ** DVD.
       
    70 
       
    71 * Make an ISO image.
       
    72 
       
    73   $ dd if=/dev/dvd of=dvd.iso  # for dvd
       
    74   $ dd if=/dev/cdrom of=cd.iso # for cdrom
       
    75   $ dd if=/dev/scd0 of=cd.iso  # if cdrom is scsi
       
    76 
       
    77   $ mkisofs -o /tmp/cd.iso /tmp/directory/ # from file hierarchy
    70 
    78 
    71 * Burning tools.
    79 * Burning tools.
    72 
    80 
    73 ** cdrtools.
    81 ** cdrtools.
    74 
    82