cd:copy_an_audio_cd
Differences
This shows you the differences between two versions of the page.
cd:copy_an_audio_cd [2017/03/31 11:12] – created peter | cd:copy_an_audio_cd [2019/11/26 21:30] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== CD - Copy an audio CD ====== | ||
- | |||
- | ===== With one drives DAO ===== | ||
- | |||
- | <code bash> | ||
- | cdrdao copy --device 0,4,0 --buffers 64 --driver generic-mmc-raw --read-raw toc-file.toc | ||
- | </ | ||
- | |||
- | This will prompt you to insert the CD-R after an image of the source CD was created. (" | ||
- | |||
- | |||
- | ===== With two drives DAO ===== | ||
- | |||
- | Copy the CD from the reader (SCSI 3) and burn on the Read/Writer (SCSI 4): | ||
- | |||
- | <code bash> | ||
- | cdrdao copy --source-device 0,3,0 --device 0,4,0 --buffers 64 | ||
- | </ | ||
- | |||
- | OR | ||
- | |||
- | <code bash> | ||
- | cdrdao copy --source-device 0,3,0 --source-driver generic-mmc-raw --device 0,4,0 --driver generic-mmc-raw --buffers 64 toc-file.toc | ||
- | </ | ||
- | |||
cd/copy_an_audio_cd.1490958775.txt.gz · Last modified: 2020/07/15 09:30 (external edit)