Burning .CCD .ing .SUB Files
I am having a hard time trying to burn this type of image.Does anyone know what program I can do it with?
I would like to learn to burn images, data, etc from the command line. Is that possible?
If this is in the wrong section move it to where it should be.
Originally Posted by from : localhost/linuxreviews.org/howtos/cdrecording/#toc16A 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/.ing/.sub, usually distributed archived as zip or rar. The .ing 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:
1. Download the Clone-CD to ISO converter ccd2iso * Download now: ccd2iso-0.1.tar.gz (200 kb) 2. Burn with cdrdao and use the .ing as .bin, .cdd as .cue and ignore the .sub. This may work correct.
And you burn with cdrdao this way
cdrdao write --eject --speed 16 --device 0,3,0 --driver generic-mmc filename.cue
Hmm Well I converted the .ing file to .iso. I am attempting to burn that .iso in k3b right now. I am not sure if it will work though. I tried running the command you said in terminal and got some errors.Code:
o$ cdrdao write --eject --speed 12 --device 0,3,0 --driver generic-mmc Chrono.Cross.NTSC.US.CD1.CCD
Cdrdao version 1.2.2 - (C) Andreas Mueller lt;andreas@daneb.degt; SCSI interface library - (C) Joerg Schilling Paranoia DAE library - (C) Monty
Check from : localhost/cdrdao.sourceforge.net/drives.html#dt for current driver tables.
ERROR: Chrono.Cross.NTSC.US.CD1.CCD:1: Illegal token: [
ERROR: Chrono.Cross.NTSC.US.CD1.CCD:1: Illegal token: C
ERROR: Chrono.Cross.NTSC.US.CD1.CCD:1: Illegal token: l
ERROR: Chrono.Cross.NTSC.US.CD1.CCD:1: Illegal token: o
ERROR: Chrono.Cross.NTSC.US.CD1.CCD:1: syntax error at quot;EOFquot; missing { TrackDef CdText }
Just burning the .iso did not work. The CD Is not booting. I don't feel like having to get on windows to do this
I have this question how do I convert the .ing file to .iso ??? Any help please !!!
The following ucl recommends using ccd2iso to convert CloneCD images to ISO images:
community/ManageDiscImages
I've given it a try and it seems to work perfectly!
Hey,
Quick and easy
sudo apt-get install k3b
then just run the program and burn an image. You'll have to make it select from all files instead of just iso's. That's it. Burns like a champ
sudo apt-get install ccd2iso
to get the ccd2iso |