Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 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 Code:
sudo kiso 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. |