home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / CDR18A24.ZIP / doc / More-Docs / README.copy < prev    next >
Encoding:
Text File  |  1998-10-18  |  1.3 KB  |  38 lines

  1. Ho to copy CD's and CD-R/CD-RW's
  2.  
  3. Copying audio CD's:
  4.  
  5. If you want to copy audio CD's, look for 'cdda2wav'. Be sure tu use use
  6. at least a cdda2wav-0.95beta or later. Older releases will not read correctly
  7. from SCSI-3/mmc compliant drives.
  8.  
  9. Copying data CD's:
  10.  
  11. The best way to copy a data disk is to copy the raw data on the master CD.
  12. This may be done by reading the data from the raw device by using 'dd' or
  13. 'sdd'.
  14.  
  15. NOTE:    All CD-R's written in Track At Once mode end in two unreadable 
  16.     run-out sectors. If the disk has been written with a Yamaha CD-R100
  17.     or with a Yamaha CD-R102, there are even more run-out sectors.
  18.  
  19. For this reason, you will not be able to read such a CD correctly with 'dd'.
  20.  
  21. If you want to copy such a CD directly with cdrecord, you may call:
  22.  
  23.     cdrecord -v dev=... -isosize /dev/rdsk/c0t6d0s0
  24.  
  25. But this may fail if the master gives read errors. To copy such a CD to a file
  26. you may use the program 'scgskeleton' from
  27.  
  28. ftp://ftp.fokus.gmd.de/pub/unix/scgskeleton/
  29.  
  30. Call 'scgskeleton [target] [lun] [scsibusno]' and select funtion 11.
  31. To prevent scgskeleton from reading the run-out sectors, reduce the 
  32. number of sectors to copy by 2.
  33.  
  34. If the master disk is made of several partitions (like a Solaris boot CD),
  35. the best way to copy a CD is to use the program 'scgskeleton'. It ignores
  36. the partition info and does raw SCSI reads.
  37.  
  38.