<?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: Create Linux Loopback File System On Disk File</title>
	<atom:link href="http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Tue, 16 Mar 2010 11:24:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrei</title>
		<link>http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-9222</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Sat, 27 Feb 2010 15:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-9222</guid>
		<description>Actually i found the losetup junk very useful :)

I didn&#039;t go too much into the file systems specifics however I needed to mount an ext4 partition clone (created with partclone) and if the partition was being restored as a plain image file on hdd the automagic of the loopback device wouldn&#039;t work on that file.

However, if I would restore the partition clone on a loopback device created as shown above by Walker, I could then mount it and restore access to my precious files :)

Thank you, Walker! This was a really useful tip for me</description>
		<content:encoded><![CDATA[<p>Actually i found the losetup junk very useful :)</p>
<p>I didn&#8217;t go too much into the file systems specifics however I needed to mount an ext4 partition clone (created with partclone) and if the partition was being restored as a plain image file on hdd the automagic of the loopback device wouldn&#8217;t work on that file.</p>
<p>However, if I would restore the partition clone on a loopback device created as shown above by Walker, I could then mount it and restore access to my precious files :)</p>
<p>Thank you, Walker! This was a really useful tip for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tubs</title>
		<link>http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-8395</link>
		<dc:creator>tubs</dc:creator>
		<pubDate>Sat, 31 Oct 2009 08:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-8395</guid>
		<description>how do you create a disk file.</description>
		<content:encoded><![CDATA[<p>how do you create a disk file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hampton</title>
		<link>http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-7825</link>
		<dc:creator>Michael Hampton</dc:creator>
		<pubDate>Sun, 19 Jul 2009 12:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-7825</guid>
		<description>All that losetup junk is wholly unnecessary.

Just do:

&lt;code&gt;mount -o loop myimage.img /mnt/whatever&lt;/code&gt;

The loopback device is automagically handled.</description>
		<content:encoded><![CDATA[<p>All that losetup junk is wholly unnecessary.</p>
<p>Just do:</p>
<p><code>mount -o loop myimage.img /mnt/whatever</code></p>
<p>The loopback device is automagically handled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: palak</title>
		<link>http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-6825</link>
		<dc:creator>palak</dc:creator>
		<pubDate>Tue, 17 Feb 2009 14:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-6825</guid>
		<description>where is the data of loopback files stored  after reboot..??
is it in some image file?</description>
		<content:encoded><![CDATA[<p>where is the data of loopback files stored  after reboot..??<br />
is it in some image file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walker</title>
		<link>http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-6789</link>
		<dc:creator>Walker</dc:creator>
		<pubDate>Tue, 10 Feb 2009 14:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-6789</guid>
		<description>I don&#039;t think the data in loopback file will lost after reboot, unless you&#039;ve recreated the loopback file (especial step 1 to step 6) after a reboot.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think the data in loopback file will lost after reboot, unless you&#8217;ve recreated the loopback file (especial step 1 to step 6) after a reboot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: palak</title>
		<link>http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-6784</link>
		<dc:creator>palak</dc:creator>
		<pubDate>Mon, 09 Feb 2009 21:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-6784</guid>
		<description>how can i retain the data in my loopback files even after reboot?</description>
		<content:encoded><![CDATA[<p>how can i retain the data in my loopback files even after reboot?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scooter</title>
		<link>http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-6266</link>
		<dc:creator>Scooter</dc:creator>
		<pubDate>Thu, 06 Nov 2008 14:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-6266</guid>
		<description>Just to avoid any confusion, my loop device is 2, I just typo&#039;d above. /dev/loop2.</description>
		<content:encoded><![CDATA[<p>Just to avoid any confusion, my loop device is 2, I just typo&#8217;d above. /dev/loop2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
