<?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>Sat, 21 Nov 2009 22:16:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: prakharmishra</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-15765</link>
		<dc:creator>prakharmishra</dc:creator>
		<pubDate>Wed, 21 Oct 2009 14:15:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15765</guid>
		<description>Your recipe seems like not working. I have given the command:-&lt;br&gt;&lt;br&gt;mount -o loop -t iso9660 rld-dmc4.iso /media/Entertainment/Game/Devil May Cry 4 Image/&lt;br&gt;&lt;br&gt;And I got the o/p:-&lt;br&gt;&lt;br&gt;rld-dmc4.iso: No such file or directory</description>
		<content:encoded><![CDATA[<p>Your recipe seems like not working. I have given the command:-</p>
<p>mount -o loop -t iso9660 rld-dmc4.iso /media/Entertainment/Game/Devil May Cry 4 Image/</p>
<p>And I got the o/p:-</p>
<p>rld-dmc4.iso: No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mainmeat</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-14933</link>
		<dc:creator>mainmeat</dc:creator>
		<pubDate>Thu, 10 Sep 2009 18:51:14 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14933</guid>
		<description>lawrence - you arent specifying a path for your BF1942_1.iso file.&lt;br&gt;try&lt;br&gt;mkdir /mnt/foo&lt;br&gt;mount -o loop /dir/path/filename.iso /mnt/foo&lt;br&gt;that should do the trick</description>
		<content:encoded><![CDATA[<p>lawrence &#8211; you arent specifying a path for your BF1942_1.iso file.<br />try<br />mkdir /mnt/foo<br />mount -o loop /dir/path/filename.iso /mnt/foo<br />that should do the trick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-10564</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Sun, 19 Apr 2009 16:22:06 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10564</guid>
		<description>what is the path to BF1942_1.iso relative to your current directory? &lt;br&gt;&lt;br&gt;Should something like &lt;br&gt;&lt;br&gt;mkdir -p /mnt/disk&lt;br&gt;mount -o loop /dev/USB/BF1942_1.iso /mnt/disk &lt;br&gt;... Make any sense?</description>
		<content:encoded><![CDATA[<p>what is the path to BF1942_1.iso relative to your current directory? </p>
<p>Should something like </p>
<p>mkdir -p /mnt/disk<br />mount -o loop /dev/USB/BF1942_1.iso /mnt/disk <br />&#8230; Make any sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-10373</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Tue, 14 Apr 2009 17:49:09 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10373</guid>
		<description>lawrence@Inf1n1ty:~$ su&lt;br&gt;Password: &lt;br&gt;su: Authentication failure&lt;br&gt;lawrence@Inf1n1ty:~$ sudo -i&lt;br&gt;root@Inf1n1ty:~# mkdir -p /mnt/disk&lt;br&gt;root@Inf1n1ty:~# mount -o loop BF1942_1.iso /mnt/disk&lt;br&gt;BF1942_1.iso: No such file or directory&lt;br&gt;root@Inf1n1ty:~# &lt;br&gt;&lt;br&gt;so when i log into root, cannot as it is locked, so use sudo to gain root privileges, Then when I go to mount the image it doesn&#039;t find it. &lt;br&gt;Is there a certain location that I need to place the iso in question?</description>
		<content:encoded><![CDATA[<p>lawrence@Inf1n1ty:~$ su<br />Password: <br />su: Authentication failure<br />lawrence@Inf1n1ty:~$ sudo -i<br />root@Inf1n1ty:~# mkdir -p /mnt/disk<br />root@Inf1n1ty:~# mount -o loop BF1942_1.iso /mnt/disk<br />BF1942_1.iso: No such file or directory<br />root@Inf1n1ty:~# </p>
<p>so when i log into root, cannot as it is locked, so use sudo to gain root privileges, Then when I go to mount the image it doesn&#39;t find it. <br />Is there a certain location that I need to place the iso in question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-8282</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Mon, 09 Feb 2009 02:45:35 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8282</guid>
		<description>you need to create the mount point first, i.e. &quot;mkdir /mnt/test&quot;</description>
		<content:encoded><![CDATA[<p>you need to create the mount point first, i.e. &#8220;mkdir /mnt/test&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nokie</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-8240</link>
		<dc:creator>Nokie</dc:creator>
		<pubDate>Sat, 07 Feb 2009 14:35:01 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8240</guid>
		<description>eh... it says &quot;mount: mount point /mnt/[name] does not exist&quot;&lt;br&gt;wat do i do?</description>
		<content:encoded><![CDATA[<p>eh&#8230; it says &#8220;mount: mount point /mnt/[name] does not exist&#8221;<br />wat do i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a$$hole</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-7658</link>
		<dc:creator>a$$hole</dc:creator>
		<pubDate>Thu, 22 Jan 2009 01:55:22 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7658</guid>
		<description>umount /mnt/test</description>
		<content:encoded><![CDATA[<p>umount /mnt/test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesla</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-7635</link>
		<dc:creator>jesla</dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:53:43 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7635</guid>
		<description>works fine, how would you unmount</description>
		<content:encoded><![CDATA[<p>works fine, how would you unmount</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruslanas Gzibovskis</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-7014</link>
		<dc:creator>Ruslanas Gzibovskis</dc:creator>
		<pubDate>Mon, 05 Jan 2009 20:14:05 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7014</guid>
		<description>your iso image file system was another ;)</description>
		<content:encoded><![CDATA[<p>your iso image file system was another ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miezebieze</title>
		<link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/comment-page-1/#comment-5316</link>
		<dc:creator>miezebieze</dc:creator>
		<pubDate>Wed, 19 Nov 2008 18:18:28 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5316</guid>
		<description>it also works without &quot;-t iso9660&quot; (mount -o loop file.iso /mnt/test)... When I tried, your command doesn&#039;t work at all...</description>
		<content:encoded><![CDATA[<p>it also works without &#8220;-t iso9660&#8243; (mount -o loop file.iso /mnt/test)&#8230; When I tried, your command doesn&#39;t work at all&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
