<?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: Mount and Unmout ISO images without burning them</title>
	<atom:link href="http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RockyR</title>
		<link>http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html/comment-page-1#comment-2582</link>
		<dc:creator>RockyR</dc:creator>
		<pubDate>Fri, 20 Mar 2009 01:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html#comment-2582</guid>
		<description>Any idea what may cause this not to work?  I followed your directions EXCEPT instead of issuing mv ~/mount-iso, I isssued ~/mount.sh since mount-iso was not recognized.  The only error message I got was that the system was unable to mount &quot;xxx.iso&quot;.

I&#039;m trying to mount an ERP 5 ISO image.

Thank you.  I hope you are well.</description>
		<content:encoded><![CDATA[<p>Any idea what may cause this not to work?  I followed your directions EXCEPT instead of issuing mv ~/mount-iso, I isssued ~/mount.sh since mount-iso was not recognized.  The only error message I got was that the system was unable to mount &#8220;xxx.iso&#8221;.</p>
<p>I&#8217;m trying to mount an ERP 5 ISO image.</p>
<p>Thank you.  I hope you are well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian.freelancer</title>
		<link>http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html/comment-page-1#comment-1607</link>
		<dc:creator>brian.freelancer</dc:creator>
		<pubDate>Sat, 19 May 2007 17:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html#comment-1607</guid>
		<description>thanks!!! linux no0b here...

I&#039;ve been all around the internet for this. I&#039;m using Ubuntu Edgy Eft and it works! I just got it working though and I haven&#039;t done any tests.

...now I can play Grim Fandango again...hehehe</description>
		<content:encoded><![CDATA[<p>thanks!!! linux no0b here&#8230;</p>
<p>I&#8217;ve been all around the internet for this. I&#8217;m using Ubuntu Edgy Eft and it works! I just got it working though and I haven&#8217;t done any tests.</p>
<p>&#8230;now I can play Grim Fandango again&#8230;hehehe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bebop</title>
		<link>http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html/comment-page-1#comment-1606</link>
		<dc:creator>bebop</dc:creator>
		<pubDate>Mon, 19 Mar 2007 01:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html#comment-1606</guid>
		<description>It&#039;s
bchunk foo.bin foo.cue foo</description>
		<content:encoded><![CDATA[<p>It&#8217;s<br />
bchunk foo.bin foo.cue foo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html/comment-page-1#comment-1605</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 20 Feb 2007 01:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html#comment-1605</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html/comment-page-1#comment-1604</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 21 Dec 2006 15:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html#comment-1604</guid>
		<description>I am not sure how to mount .bin/.cue file and i can give you one more work around for .bin/.cue files use bchunk.

binchunker converts a CD image in a &quot;.bin / .cue&quot; format (sometimes &quot;.raw / .cue&quot;) to a set of .iso and .cdr tracks. The bin/cue format is used by some popular non-Unix cd-writing software, but is not supported on most other CD burning programs. A lot of CD/VCD images distributed on the Internet are in BIN/CUE format

install bchunk using the following command

sudo apt-get install bchunk

The syntax from bchunk is as follows

bchunk [-v] [-p] [-r] [-w] [-s]

So if i wanted to convert image,bin and image.cue into image.iso, I’d run the command

bchunk image.bin image.cue image.iso

hope this helps</description>
		<content:encoded><![CDATA[<p>I am not sure how to mount .bin/.cue file and i can give you one more work around for .bin/.cue files use bchunk.</p>
<p>binchunker converts a CD image in a &#8220;.bin / .cue&#8221; format (sometimes &#8220;.raw / .cue&#8221;) to a set of .iso and .cdr tracks. The bin/cue format is used by some popular non-Unix cd-writing software, but is not supported on most other CD burning programs. A lot of CD/VCD images distributed on the Internet are in BIN/CUE format</p>
<p>install bchunk using the following command</p>
<p>sudo apt-get install bchunk</p>
<p>The syntax from bchunk is as follows</p>
<p>bchunk [-v] [-p] [-r] [-w] [-s]</p>
<p>So if i wanted to convert image,bin and image.cue into image.iso, I’d run the command</p>
<p>bchunk image.bin image.cue image.iso</p>
<p>hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GreenLantern</title>
		<link>http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html/comment-page-1#comment-1603</link>
		<dc:creator>GreenLantern</dc:creator>
		<pubDate>Thu, 21 Dec 2006 14:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-and-unmout-iso-images-without-burning-them.html#comment-1603</guid>
		<description>What about bin and cue files?  How do you mount/unmount those?</description>
		<content:encoded><![CDATA[<p>What about bin and cue files?  How do you mount/unmount those?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
