<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Foliovision &#187; open source</title>
	<atom:link href="http://foliovision.com/tag/open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://foliovision.com</link>
	<description>Making the web work for you</description>
	<lastBuildDate>Mon, 26 Jul 2010 15:05:27 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image><title>Foliovision</title><url>http://foliovision.com/site/wp-content/themes/foliovision/images/foliovision-logo-380.gif</url><link>http://foliovision.com</link><width>240</width><height>66</height><description>Making the web work for you</description></image>		<item>
		<title>How to Convert a Clone CD Image to ISO</title>
		<link>http://foliovision.com/2008/04/26/clone-cd-to-iso</link>
		<comments>http://foliovision.com/2008/04/26/clone-cd-to-iso#comments</comments>
		<pubDate>Sat, 26 Apr 2008 23:59:24 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://foliovision.com/2008/04/26/clone-cd-to-iso/</guid>
		<description><![CDATA[Just ran into a time consuming hiccup trying to work with a Clone CD Image. I hope the rather detailed explanation below will help someone else deal with a Clone CD Image faster on his Mac.
I'd downloaded a 600 MB disk image to use with Parallels. The disk image came wrapped in a .rar format.
Unpacking [...]


Related posts:<ol><li><a href='http://foliovision.com/2009/04/17/httpd-ftp-permissions-solution' rel='bookmark' title='Permanent Link: How to get HTTPD and FTP to play well together or SEO image management nirvana'>How to get HTTPD and FTP to play well together or SEO image management nirvana</a></li>
<li><a href='http://foliovision.com/2010/05/11/network-backup-apple-timemachine' rel='bookmark' title='Permanent Link: How to create a network backup with Apple&#8217;s TimeMachine'>How to create a network backup with Apple&#8217;s TimeMachine</a></li>
<li><a href='http://foliovision.com/2010/04/07/foliopress-wysiwyg-image-management-now-works-in-safari' rel='bookmark' title='Permanent Link: Foliopress WYSIWYG Image Management now works in Safari'>Foliopress WYSIWYG Image Management now works in Safari</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just ran into a time consuming hiccup trying to work with a <a onclick="location='http://www.slysoft.com/en/clonecd.html?aid=51151'; return false;" href="http://www.slysoft.com/en/clonecd.html">Clone CD Image</a>. I hope the rather detailed explanation below will help someone else deal with a Clone CD Image faster on his Mac.</p>
<p>I'd downloaded a 600 MB disk image to use with Parallels. The disk image came wrapped in a .rar format.</p>
<p>Unpacking the .rar file was very difficult.</p>
<ul>
    <li>StuffitExpander crashed</li>
    <li>Forklift couldn't handle it</li>
    <li>Archive Utility just wanted to compress it further.</li>
</ul>
<p>Finally I was able to unpack it with IAarchiver, slowly but certainly.</p>
<p>After unpacking, I was offered a directory with three files in it:</p>
<ul>
    <li>image.img</li>
    <li>image.ccd</li>
    <li>image.sub</li>
</ul>
<h5><a rel="lightbox" title="Clone CD img ccd sub files" href="/images/2008/04/Clone-CD-img-ccd-sub-files.png"><img height="46" width="400" alt="Clone CD img ccd sub files" class="noborder" src="/images/2008/04/400/Clone-CD-img-ccd-sub-files.png" /></a><br />
Clone CD img ccd sub files</h5>
<p>I had no idea Windows used the archaic Mac .img format. It turns out that Windows doesn't. What I'd inadvertently downloaded is what is known as a Clone CD image. I was unable to mount it on my Macbook. No known solution or software for Mac OS X can handle Clone CD images. BIN and CUE files are no problem, but CCD files - there's nothing out there.</p>
<span id="more-289"></span>
<ul>
    <li>DiskUtility wouldn't do it (error mounting the disk)</li>
    <li>Toast 6 wouldn't do it (although Toast did make me a coaster with the file when I changed the .img extension to .bin and used Copy Disk Image)</li>
    <li>Burn also made me a coaster, even after I followed elaborate instructions on renaming files and creating a fake .cue file</li>
    <li>Firestarter was a non-starter. It didn't want to use my DVD burner at all. In any case, Firestarter seemed confused about what to do with the files.</li>
</ul>
<p>If one had a Windows computer with a CD burner nearby, the logical step would be to burn the .rar file to CD, move it to the Windows computer, mount it with the freeware <a href="http://en.wikipedia.org/wiki/Virtual_CloneDrive">Virtual Clone Drive</a> (<a onclick="location='http://www.slysoft.com/en/virtual-clonedrive.html?aid=51151'; return false;" href="http://www.slysoft.com/en/virtual-clonedrive.html">download</a>) and burn it as a disk and bring it back to the Mac as a ready made CD. I didn't have a Windows computer handy - and it seemed pitiful that my Macbook with 10.5.2 couldn't handle a foreign disk image format.</p>
<p>I managed to convert the Clone CD .img / .ccd files to an .ISO file in the end though.</p>
<p>How?</p>
<p>Command line. Those command line addicts over on the Linux/BSD side of the fence have written a lovely utility called ccd2iso. It's a single command.</p>
<p>Unfortunately, ccd2iso is not included out of the box in Mac OS X.</p>
<p>You have to install <a href="http://www.macports.org/">MacPorts</a> (ccd2iso might also be in Fink). If you haven't got MacPorts installed it's a bit of a drama.</p>
<p>First, you need <a href="http://developer.apple.com/tools/download/">Xcode</a>. Xcode is the developer toolset.</p>
<p>If you install MacPorts without Xcode, you will be able to install it, but when you try to update you will get nothing. With DarwinPorts you will get this error:</p>
<pre>
sudo port -d selfupdate
DEBUG: Error installing new MacPorts base: 
shell command &quot;cd /opt/local/var/macports/sources/
rsync.macports.org/release/base &amp;&amp; 
./configure --prefix=/opt/local --with-install-user=root 
--with-install-group=admin 
--with-tclpackage=/Library/Tcl &amp;&amp; make &amp;&amp; make install&quot; 
returned error 1
Command output: checking build system type... 
i686-apple-darwin9.2.2
checking host system type... i686-apple-darwin9.2.2
checking target system type... i686-apple-darwin9.2.2
checking for sw_vers... sw_vers
checking Mac OS X version... 10.5.2
checking MacPorts version... 1.6.0
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.</pre>
<p>So install Xcode as you were supposed to (I have Xcode installed on another Mac and thought I had it on the Macbook as well).</p>
<blockquote>
<h4>Breaking news</h4>
<p>There is a <a href="http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-22445">workaround to avoid installing MacPorts</a>, kindly provided by Jolyon.</p>
</blockquote>
<p>Once you have Xcode installed, first you need to bring MacPorts | DarwinPorts up to date:</p>
<pre>
sudo port -d selfupdate</pre>
<p>This takes a little while and generates a lot of messages: you are installing about a one thousand open source components, including Gnome, KDE and X11. I ran the updater a second time just to make sure that everything was caught the first time.</p>
<p>You know you're okay when you get this message:</p>
<pre>
The MacPorts installation is not outdated and so was not updated</pre>
<pre>
DEBUG: Setting ownership to root</pre>
<pre>
selfupdate done!</pre>
<p>The next step is installing ccd2iso.</p>
<pre>
sudo port install ccd2iso</pre>
<p>And to convert the rogue .img to .iso:</p>
<pre>
ccd2iso image.img mycd.iso</pre>
<p>The conversion takes about ten minutes with a 600 MB file, but I can confirm that my disk image works as a perfect self-contained ISO. The .iso can be mounted in the Finder with DiskImageMounter and can be used directly in Parallels.</p>
<h5><a rel="lightbox" title="ccd2iso finished ISO" href="/images/2008/04/ccd2iso-finished-ISO.gif"><img height="15" width="400" alt="ccd2iso finished ISO" class="noborder" src="/images/2008/04/400/ccd2iso-finished-ISO.gif" /></a><br />
ccd2iso finished ISO</h5>
<p>If you've already got Xcode and MacPorts installed, you're golden. You are two minutes away from converting your Clone CD image to ISO. If not, you have a 1 GB download ahead of you (Xcode) and some tinkering.</p>
<p>I wanted to have access to MacPorts on this computer in any case. An open source drag and drop converter for the Clone CD format for Mac OS X might be nice though. It would have been faster!</p>
<h5>More discussion</h5>
<p class="small"><a href="http://forums.ngemu.com/pcsx-discussion/76020-pcsx-w-ccd-img-sub-files.html">emuforums: pscx</a></p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/alec-kinnear.jpg" alt="Alec Kinnear" title="Alec Kinnear" /><br /> By Alec</h5><p><a href="http://foliovision.com/2008/04/26/clone-cd-to-iso">How to Convert a Clone CD Image to ISO</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=289&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2009/04/17/httpd-ftp-permissions-solution' rel='bookmark' title='Permanent Link: How to get HTTPD and FTP to play well together or SEO image management nirvana'>How to get HTTPD and FTP to play well together or SEO image management nirvana</a></li>
<li><a href='http://foliovision.com/2010/05/11/network-backup-apple-timemachine' rel='bookmark' title='Permanent Link: How to create a network backup with Apple&#8217;s TimeMachine'>How to create a network backup with Apple&#8217;s TimeMachine</a></li>
<li><a href='http://foliovision.com/2010/04/07/foliopress-wysiwyg-image-management-now-works-in-safari' rel='bookmark' title='Permanent Link: Foliopress WYSIWYG Image Management now works in Safari'>Foliopress WYSIWYG Image Management now works in Safari</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2008/04/26/clone-cd-to-iso/feed</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (user agent is rejected)
Database Caching 21/38 queries in 0.010 seconds using memcached

Served from: foliovision.com @ 2010-07-29 15:28:19 -->