$ cdrdao -read-cd --datafile audiocd.bin audiocd.toc
In the audicd.bin will be the real Audio CD. The audiocd.toc (TOC = Table Of Content), describes what data is written to the CD-R. To write the Audio CD image we'll use the command:
$ cdrdao write audiocd.toc
If you want to copy cd the CD, using one command:
$ cdrdao copy --device /dev/cdrom
The image file with name "cddata
No comments:
Post a Comment