HOWTO:Copy an audio CD

From PardusWiki
Revision as of 13:41, 19 July 2009 by Aero9000 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note


Obviously, when you want to create a copy (a backup) of an audio CD, the easiest way to do this is by using one of the GUI applications (shown when you insert an audio CD; for example K3b). This works quite well, unless you have an audio CD of say a live concert where one track flows over into the next one without a gap. If you rip a CD track-by-track and then burn it, the copy will have audible gaps between the tracks.

While you can't create an ISO of an audio CD, luckily there is way to make a perfect copy without getting any gaps between the tracks.


  • Insert the audio CD — when the Daemon comes up, hit Cancel
  • Open a terminal: Pardus Menu -> Programs -> System -> Konsole
  • Optionally, create a new directory and change into it:
       mkdir audio-CD
       cd audio-CD
  • To create the backup, type:
       cdrdao read-cd --device /dev/cdrom --driver generic-mmc --paranoia-mode 3 audiocd.toc
  • This will create 2 files:
  • audiocd.toc
  • data.bin
  • Remove the audio CD and put a blank CD in the optical drive
  • Then, to create the CD, type:
       cdrdao write  --device /dev/cdrom --driver generic-mmc --buffers 128 --speed 8 audiocd.toc
  • Remove the backup files:
       rm audiocd.toc data.bin

When you play this newly created CD in a stand-alone CD-player there will be no audible gaps when the tracks change — just like your original CD.


Notes

Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox