<?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>My Blog &#187; loop</title>
	<atom:link href="http://blog.wianecki.com/tag/loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wianecki.com</link>
	<description>my own personal blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:39:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to: Mount an ISO image under Linux</title>
		<link>http://blog.wianecki.com/2010/05/15/how-to-mount-an-iso-image-under-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-mount-an-iso-image-under-linux</link>
		<comments>http://blog.wianecki.com/2010/05/15/how-to-mount-an-iso-image-under-linux/#comments</comments>
		<pubDate>Sat, 15 May 2010 18:17:04 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=4453</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>Procedure to mount ISO images under Linux 1) You must login as a root user 2) Create the directory i.e. mount point: # mkdir -p /mnt/temp_disk1 3) Use mount command to mount iso file called disk1.iso with loop option: # mount -o loop disk1.iso /mnt/temp_disk1 Now you should be able to access all the files [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2010/05/15/how-to-mount-an-iso-image-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

