User Tools

Site Tools


cd:copy_an_audio_cd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cd:copy_an_audio_cd [2017/03/31 11:12] – created petercd: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  
-</code> 
- 
-This will prompt you to insert the CD-R after an image of the source CD was created. ("Please insert a recordable medium and hit enter") The image file with name "cddata<pid>.bin" will be created in the current working directory. (file removed when done) 
- 
- 
-===== 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  
-</code> 
- 
-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 
-</code> 
- 
  
cd/copy_an_audio_cd.1490958775.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki