README.copy
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

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