<?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>Sanziro &#187; bin-cue</title>
	<atom:link href="http://sanziro.com/tag/bin-cue/feed" rel="self" type="application/rss+xml" />
	<link>http://sanziro.com</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 01:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Dealing with Bin/Cue Files on Mac OS X With BChunk</title>
		<link>http://sanziro.com/2009/09/dealing-with-bincue-files-on-mac-os-x-with-bchunk.html</link>
		<comments>http://sanziro.com/2009/09/dealing-with-bincue-files-on-mac-os-x-with-bchunk.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 07:43:41 +0000</pubDate>
		<dc:creator>Gaius Parx</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bchunk]]></category>
		<category><![CDATA[bin-cue]]></category>

		<guid isPermaLink="false">http://sanziro.com/2009/09/dealing-with-bincue-files-on-mac-os-x-with-bchunk.html</guid>
		<description><![CDATA[Once in a while you might come across CD images in the format of a .bin file and .cue file. These are format popularized by CDRWin which is a Windows program. In order to use the CD image in Mac, you have to convert the bin/cue format into the disk format supported by Mac OS [...]
Related posts:<ol>
<li><a href='http://sanziro.com/2010/08/how-to-read-pdf-files-in-ibooks.html' rel='bookmark' title='How To Read PDF Files in iBooks'>How To Read PDF Files in iBooks</a> <small>iBooks supports reading of PDF documents starting with version 1.1....</small></li>
<li><a href='http://sanziro.com/2011/07/how-to-obtain-mac-os-x-10-7-lion-boot-disk.html' rel='bookmark' title='How to obtain Mac OS X 10.7 Lion boot disk'>How to obtain Mac OS X 10.7 Lion boot disk</a> <small>A Mac OS X Lion boot/install disk is useful for...</small></li>
<li><a href='http://sanziro.com/2011/10/quick-way-to-group-multiple-files-into-a-folder-in-os-x-lion.html' rel='bookmark' title='Quick way to group multiple files into a folder in OS X Lion'>Quick way to group multiple files into a folder in OS X Lion</a> <small>New in OS X Lion&#8217;s Finder is the ability to...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Once in a while you might come across CD images in the format of a .bin file and .cue file. These are format popularized by CDRWin which is a Windows program. In order to use the CD image in Mac, you have to convert the bin/cue format into the disk format supported by Mac OS X using third party application.</p>

<p><a href="http://www.roxio.com/enu/products/toast/default.html">Roxio Toast</a> CD burning software is able to convert bin/cue format into Mac OS X disk format. But this will set you back at least $80. Or you can use the free and open source command line tool <strong>bchunk</strong> to convert the bin/cue files into <strong>iso</strong> image that can be mounted on Mac OX X.</p>

<p>It is recommended to obtain <strong>bchunk</strong> from MacPorts:</p>

<ul>
<li><p><a href="http://www.macports.org/install.php">Download and install MacPort</a> if you have not done so. MacPorts is a community driven effort to make it easy to obtain and update open source software on the Mac OS X.</p></li>
<li><p>Open the Terminal app and install <strong>bchunk</strong> port using the following command line:</p></li>
</ul>

<p style="font-style:italic;margin-left:50px">sudo port install bchunk</p>

<ul>
<li>Let say your bin/cue files are <italic>image.bin</italic> and <italic>image.cue</italic>, you can now convert the bin/cue file to iso using the following command:</li>
</ul>

<p style="font-style:italic;margin-left:50px">bchunk image.bin image.cue outputimage</p>

<p><strong>bchunk</strong> will create the disk image <italic>outputimage.iso</italic> which you can open for it to be mounted on your Mac.</p>
<p>Related posts:<ol>
<li><a href='http://sanziro.com/2010/08/how-to-read-pdf-files-in-ibooks.html' rel='bookmark' title='How To Read PDF Files in iBooks'>How To Read PDF Files in iBooks</a> <small>iBooks supports reading of PDF documents starting with version 1.1....</small></li>
<li><a href='http://sanziro.com/2011/07/how-to-obtain-mac-os-x-10-7-lion-boot-disk.html' rel='bookmark' title='How to obtain Mac OS X 10.7 Lion boot disk'>How to obtain Mac OS X 10.7 Lion boot disk</a> <small>A Mac OS X Lion boot/install disk is useful for...</small></li>
<li><a href='http://sanziro.com/2011/10/quick-way-to-group-multiple-files-into-a-folder-in-os-x-lion.html' rel='bookmark' title='Quick way to group multiple files into a folder in OS X Lion'>Quick way to group multiple files into a folder in OS X Lion</a> <small>New in OS X Lion&#8217;s Finder is the ability to...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://sanziro.com/2009/09/dealing-with-bincue-files-on-mac-os-x-with-bchunk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

