xiando, V.1.0.0 — 2004-03-30 v1.1.3 (en), xiando — 2004.08.18
The lastest version of this document is available at http://linuxreviews.org/
http://linuxreviews.org/howtos/cdrecording/ http://linuxreviews.net/howtos/cdrecording/ http://linuxreviews.org/howtos/cdrecording/cdrecording.html.en http://reviewed.homelinux.org/howtos/cdrecording/cdrecording.html.en
Hints on ripping and burning data, audio and special (like PSX) CDs
Ripping, copying and burning normals CDs or ISOs
CD Image Format Guide
The standard for CD images is called .iso.
iso is a very common standard. If you download a file called .iso then you will be able to burn it with any standard cdrecording tool like k3b.
These files come in pair. .bin is the large actual cd image and the .cue is a small description on how to burn it.
cdrdao write --eject --speed 16 --device 0,3,0 --driver generic-mmc filename.cue
Common tools like k3b supports .cue/.bin pairs.
Capital letter warning
When asking programs to burn a .cue file they will look for a matching .bin file. If the filename uses capital letters (image pair FILEONE.BIN & FILEONE.CUE) this may fail because the program will look for FILENAME.bin instead of FILENAME.BIN. Rename the file if you run into this problem.
A Windows tool called CloneCD is commonly used to burn backups of Playstaion and other copyprotected CDs.
CloneCD rips an image consisting of three files .ccd/.img/.sub, usually distributed archived as zip or rar. The .img is the CD data, the .cdd looks like a .cue and the .sub may contain extra information on specially marked sectors.
Sad to say these files can not be burned perfectly under Linux. You have to alternatives:
Download the Clone-CD to ISO converter ccd2iso