<?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>LinuxNut.org &#187; mount</title>
	<atom:link href="http://linuxnut.org/tag/mount/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxnut.org</link>
	<description>Nuts about Linux and Stuff...</description>
	<lastBuildDate>Fri, 09 Apr 2010 15:52:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to mount an ISO file in Linux</title>
		<link>http://linuxnut.org/2008/08/how-to-mount-an-iso-file-in-linux/</link>
		<comments>http://linuxnut.org/2008/08/how-to-mount-an-iso-file-in-linux/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 08:59:50 +0000</pubDate>
		<dc:creator>Bryce</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://admin.linuxnut.org/?p=31</guid>
		<description><![CDATA[Sometimes burning an ISO file to a CD-ROM just to access its contents is overkill, but there is another way.
As root, simply enter the following command, where &#8216;cd1.iso&#8217; is the name of the ISO image file, and &#8216;/mnt/cd&#8217; is an existing directory:
mount -o loop cd1.iso /mnt/cd
]]></description>
			<content:encoded><![CDATA[<p>Sometimes burning an ISO file to a CD-ROM just to access its contents is overkill, but there is another way.</p>
<p><span id="more-31"></span>As root, simply enter the following command, where &#8216;cd1.iso&#8217; is the name of the ISO image file, and &#8216;/mnt/cd&#8217; is an existing directory:</p>
<pre>mount -o loop cd1.iso /mnt/cd</pre>
]]></content:encoded>
			<wfw:commentRss>http://linuxnut.org/2008/08/how-to-mount-an-iso-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
