LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Burning CloneCD images in linux (https://www.linuxquestions.org/questions/linux-software-2/burning-clonecd-images-in-linux-48484/)

Pahalial 03-05-2003 07:55 PM

Burning CloneCD images in linux
 
I know how to use cdrdao and cdrecord and most such programs (though I can't be positive i know all the switches) and i'm pretty sure none of them have any support for the CloneCD proprietary format (*.ccd, *.img *.cue *.sub) so I was wondering if there are any little-known CCD counterparts for linux, or if anyone's found a way to make it work under wine/winex.

guest 05-12-2003 08:48 PM

isodump may help you; among other images, isodump converts clonecd images (.img) into iso9660 format which you can then burn with your usual cd recording software.

excerpt from the isodump man pages:
Quote:

Isodump also allows for conversion of images generated by other programs such as CloneCD which do not produce valid iso9660 images (loop device mountable images). The input format is detected automatically.
1.) grab isodump here (http://www-tet.ee.tu-berlin.de/solyga/linux/isodump-0.05.00.tar.gz)
2.) unpack it and use ./configure and make to compile it
4.) change to the directory your clonecd image is in and type isodump to get help
5.) burn your newly created iso image or mount it as loopback ;-)

blackscorpio 07-14-2003 11:57 AM

I have installed isodump but i seems not to work properly. I've not any option and when i launch isodump ... nothing

Have you an idea ?

==> Sorry, it works

Thymox 07-16-2003 06:00 PM

Sometimes the files are actually standard .ISO files just with a different extension (Nero's .NRG files, for example). Try mount filename.ext -o loop /mountpoint where, obviously, filename.ext is the CloneCD file and /mountpoint is a directory that already exists (I use /mnt/iso).

If you can see the files inside, then it's likely to be a standard iso file, in which case, you can burn it as such.

Good luck.


All times are GMT -5. The time now is 04:47 AM.