<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bin, Cue, Img and Iso files explained</title>
	<atom:link href="http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 01:07:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fat Jay</title>
		<link>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-184886</link>
		<dc:creator>Fat Jay</dc:creator>
		<pubDate>Sat, 27 Oct 2007 23:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-184886</guid>
		<description>Um, the unsupported window program (ironically) doesn&#039;t support cue or bin.  It supports iso, and a .rock or something but not the ones you said it did.</description>
		<content:encoded><![CDATA[<p>Um, the unsupported window program (ironically) doesn&#8217;t support cue or bin.  It supports iso, and a .rock or something but not the ones you said it did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerusalem Joe</title>
		<link>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182206</link>
		<dc:creator>Jerusalem Joe</dc:creator>
		<pubDate>Wed, 24 Oct 2007 06:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182206</guid>
		<description>I agree with the second commenter - an explanation would be welcome.
Come on Martin - educate the unwashed masses!</description>
		<content:encoded><![CDATA[<p>I agree with the second commenter &#8211; an explanation would be welcome.<br />
Come on Martin &#8211; educate the unwashed masses!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benóný (Iceland)</title>
		<link>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182202</link>
		<dc:creator>Benóný (Iceland)</dc:creator>
		<pubDate>Wed, 24 Oct 2007 06:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182202</guid>
		<description>Streaker I disagree with what your saying about Daemon, I&#039;ve been using it for a very long time and have never noticed any Adware or anything unusual. I tried Magicdisk and can&#039;t say that it beats Daemon Tools.</description>
		<content:encoded><![CDATA[<p>Streaker I disagree with what your saying about Daemon, I&#8217;ve been using it for a very long time and have never noticed any Adware or anything unusual. I tried Magicdisk and can&#8217;t say that it beats Daemon Tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182195</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 24 Oct 2007 06:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182195</guid>
		<description>duryodhan, you are right of course. Let me give a basic explanation..

Bin and Cue: Bin holds the raw data of the disk including metadata while the Cue file describes that data. It contains track information for instance.

Iso: Iso is probably the most used format these days. They hold all data of a disk plus metadata including boot code and structure.

Img; Img files are raw dumps of disks.

I think all formats can also be unpacked using archivers like IZArc.</description>
		<content:encoded><![CDATA[<p>duryodhan, you are right of course. Let me give a basic explanation..</p>
<p>Bin and Cue: Bin holds the raw data of the disk including metadata while the Cue file describes that data. It contains track information for instance.</p>
<p>Iso: Iso is probably the most used format these days. They hold all data of a disk plus metadata including boot code and structure.</p>
<p>Img; Img files are raw dumps of disks.</p>
<p>I think all formats can also be unpacked using archivers like IZArc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duryodhan</title>
		<link>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182111</link>
		<dc:creator>duryodhan</dc:creator>
		<pubDate>Wed, 24 Oct 2007 02:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182111</guid>
		<description>Also, ISO Images are more friendly in linux... they are as easy to mount as a simple :
mount .iso  -o loop

and creating ISO images in linux is :
dd if=/dev/dvd of=image.iso

So I recommend people to stick to ISO, you never know you might work on linux some day.

Also, where in this article are you EXPLAINING ISO CUE BIN ? The whole article just manages to say that all these formats are cd images and that to mount them you need some software! I was really excited when I saw the heading but this was a letdown.</description>
		<content:encoded><![CDATA[<p>Also, ISO Images are more friendly in linux&#8230; they are as easy to mount as a simple :<br />
mount .iso  -o loop</p>
<p>and creating ISO images in linux is :<br />
dd if=/dev/dvd of=image.iso</p>
<p>So I recommend people to stick to ISO, you never know you might work on linux some day.</p>
<p>Also, where in this article are you EXPLAINING ISO CUE BIN ? The whole article just manages to say that all these formats are cd images and that to mount them you need some software! I was really excited when I saw the heading but this was a letdown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Streaker</title>
		<link>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182080</link>
		<dc:creator>Streaker</dc:creator>
		<pubDate>Wed, 24 Oct 2007 01:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-182080</guid>
		<description>Daemon Tools comes bundled with Adware.  You should use MagicDisc instead-
http://www.magiciso.com/tutorials/miso-magicdisc-overview.htm</description>
		<content:encoded><![CDATA[<p>Daemon Tools comes bundled with Adware.  You should use MagicDisc instead-<br />
<a href="http://www.magiciso.com/tutorials/miso-magicdisc-overview.htm" rel="nofollow">http://www.magiciso.com/tutorials/miso-magicdisc-overview.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bin, Cue, Img and Iso files explained - Computer Forums</title>
		<link>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-181923</link>
		<dc:creator>Bin, Cue, Img and Iso files explained - Computer Forums</dc:creator>
		<pubDate>Tue, 23 Oct 2007 21:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comment-181923</guid>
		<description>[...] Cue, Img and Iso files explained   Bin and Cue, Img and Iso files are CD and DVD formats that store all the information of the CD or DVD. Users come across them on many occasions [...]</description>
		<content:encoded><![CDATA[<p>[...] Cue, Img and Iso files explained   Bin and Cue, Img and Iso files are CD and DVD formats that store all the information of the CD or DVD. Users come across them on many occasions [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
