<?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 an ISO file in Linux</title>
	<atom:link href="http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: qmchenry</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-49054</link>
		<dc:creator>qmchenry</dc:creator>
		<pubDate>Tue, 30 Aug 2011 19:37:02 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49054</guid>
		<description>@Ace - you can wrap any filename that has spaces with &quot;double quotes&quot; and the OS will treat it all as one filename.  When I grab a url from the web, for example, that I&#039;m going to download via command line with curl or wget, I always wrap my pasted content with quotes since things like ampersands really mess with unix shells.  

You can also precede a space with a backslash, so /media/Data/Pc\ Isos/lala.iso will also work, but the quotes are usually easier.</description>
		<content:encoded><![CDATA[<p>@Ace &#8211; you can wrap any filename that has spaces with &#8220;double quotes&#8221; and the OS will treat it all as one filename.  When I grab a url from the web, for example, that I&#8217;m going to download via command line with curl or wget, I always wrap my pasted content with quotes since things like ampersands really mess with unix shells.  </p>
<p>You can also precede a space with a backslash, so /media/Data/Pc\ Isos/lala.iso will also work, but the quotes are usually easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-49045</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Tue, 30 Aug 2011 13:49:20 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49045</guid>
		<description>what to do if my direction have spaces in its name?
like: /media/Data/Pc Isos/lala.iso
i had to change Pc Isos to isos to make it work.
but is there another way?</description>
		<content:encoded><![CDATA[<p>what to do if my direction have spaces in its name?<br />
like: /media/Data/Pc Isos/lala.iso<br />
i had to change Pc Isos to isos to make it work.<br />
but is there another way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen Nishad</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-34181</link>
		<dc:creator>Naveen Nishad</dc:creator>
		<pubDate>Sat, 13 Aug 2011 10:30:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-34181</guid>
		<description>mkdir -p /mnt/test
</description>
		<content:encoded><![CDATA[<p>mkdir -p /mnt/test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-33541</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Thu, 14 Jul 2011 05:37:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33541</guid>
		<description>mount -o loop /path where u r file      /Mount point</description>
		<content:encoded><![CDATA[<p>mount -o loop /path where u r file      /Mount point</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hgfd</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-33248</link>
		<dc:creator>Hgfd</dc:creator>
		<pubDate>Sun, 26 Jun 2011 15:29:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33248</guid>
		<description>bunch of effing noobs - &quot;I don&#039;t linux! - your tutorial doesn&#039;t work it says no such file or directory&quot; ... effing depressing.</description>
		<content:encoded><![CDATA[<p>bunch of effing noobs &#8211; &#8220;I don&#8217;t linux! &#8211; your tutorial doesn&#8217;t work it says no such file or directory&#8221; &#8230; effing depressing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hgfd</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-33247</link>
		<dc:creator>Hgfd</dc:creator>
		<pubDate>Sun, 26 Jun 2011 15:29:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33247</guid>
		<description>bunch of effing noobs - &quot;I don&#039;t linux! - your tutorial doesn&#039;t work it says no such file or directory&quot; ... effing depressing.</description>
		<content:encoded><![CDATA[<p>bunch of effing noobs &#8211; &#8220;I don&#8217;t linux! &#8211; your tutorial doesn&#8217;t work it says no such file or directory&#8221; &#8230; effing depressing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-43760</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 06 Nov 2010 19:02:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-43760</guid>
		<description>sorry, meant to say / is start of base system</description>
		<content:encoded><![CDATA[<p>sorry, meant to say / is start of base system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-43759</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sat, 06 Nov 2010 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-43759</guid>
		<description>Linux measures up, and linux doesn&#039;t measure up, depending on who&#039;s using it

it doesn&#039;t &quot;open like a folder,&quot; /mnt/test would = say &quot;E:&quot; (or whatever your cd is on windows)

/ is just the start of your root partition, but if you look at your actual cdrom, the /cdrom(or whatever you have) is just a link to /mnt/cdrom, so there&#039;s not really a difference between /mnt/cdrom and /mnt/test, not anymore than there is between e:(real cd drive) and f:(daemon tools fake cd drive)</description>
		<content:encoded><![CDATA[<p>Linux measures up, and linux doesn&#8217;t measure up, depending on who&#8217;s using it</p>
<p>it doesn&#8217;t &#8220;open like a folder,&#8221; /mnt/test would = say &#8220;E:&#8221; (or whatever your cd is on windows)</p>
<p>/ is just the start of your root partition, but if you look at your actual cdrom, the /cdrom(or whatever you have) is just a link to /mnt/cdrom, so there&#8217;s not really a difference between /mnt/cdrom and /mnt/test, not anymore than there is between e:(real cd drive) and f:(daemon tools fake cd drive)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-43043</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Sun, 10 Oct 2010 06:25:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-43043</guid>
		<description>it doesnt because they have made a daemon tools lite for linux yet.
i &quot;mounted an .iso and it opened like a folder not like a cd-rom. i am trying to like linux but it just does NOT measure up.</description>
		<content:encoded><![CDATA[<p>it doesnt because they have made a daemon tools lite for linux yet.<br />
i &#8220;mounted an .iso and it opened like a folder not like a cd-rom. i am trying to like linux but it just does NOT measure up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vps-hosting-online</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-41730</link>
		<dc:creator>vps-hosting-online</dc:creator>
		<pubDate>Sat, 21 Aug 2010 14:08:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-41730</guid>
		<description>Not working</description>
		<content:encoded><![CDATA[<p>Not working</p>
]]></content:encoded>
	</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 3/17 queries in 1.053 seconds using memcached
Object Caching 415/419 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 00:52:14 -->
