Jump to content

Burning CloneCD images in Linux


DOlson
 Share

Recommended Posts

Not sure if anyone has discovered this yet, but I just did a quick glance and didn't see it here.

 

If you find yourself stuck, and can't burn CloneCD images (file sets with extensions .ccd, .img, and .sub) then all you need is ccd2iso. Yes, this is a great little program that you can use to convert CloneCD image sets to a single ISO file.

 

Syntax:

ccd2iso filename.img filename.iso

 

Here is the website: http://sourceforge.net/projects/ccd2iso/

 

Download the tarball, extract it (tar zxvf filename.tar.gz), and then cd into the directory it creates (cd ccd2iso/). Now just run make and it will compile it (you need compiler software installed, duh). When it's done, go into the src directory (cd src) and you should see the binary in there (ls ccd2iso). That's the one you want, so you could copy it to your path, and you're all set (su -c cp ccd2iso /usr/local/bin/).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...