Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Linux and software for Linux (http://stream-recorder.com/forum/forumdisplay.php?f=61)
-   -  

How to burn CCD / IMG (Clone CD) images to CD in Linux (Ubuntu 9.10)

(http://stream-recorder.com/forum/showthread.php?t=5422)

Stream Recorder 01-17-2010 07:09 AM

How to burn CCD / IMG (Clone CD) images to CD in Linux (Ubuntu 9.10)


 
Convert .IMG to .ISO with ccd to iso:
Code:

sudo apt-get install ccd2iso
ccd2iso image.img image.iso

And then burn image.iso to CD with k3b or any other CD/DVD burning program.

ccd2iso is a free command line utility. If you prefer to use GUI applicatons instead, then try to install freeware Kiso.
Code:

sudo apt-get install kiso
Then run it with root privileges
Code:

sudo kiso
Click "CD Image" -> "Convert image" (or press Ctrl+C) and select the image to convert.
your_image.img will be converted to your_image.iso. The converted image is placed into the same folder as your original image.

You can burn .ISO images with k3b or any other program.


All times are GMT -6. The time now is 06:10 PM.