<?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: Creating sparse files on Linux hosts with dd</title>
	<atom:link href="http://prefetch.net/blog/index.php/2009/07/05/creating-sparse-files-on-linux-hosts-with-dd/feed/" rel="self" type="application/rss+xml" />
	<link>http://prefetch.net/blog/index.php/2009/07/05/creating-sparse-files-on-linux-hosts-with-dd/</link>
	<description>Blog O' Matty</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:31:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mark</title>
		<link>http://prefetch.net/blog/index.php/2009/07/05/creating-sparse-files-on-linux-hosts-with-dd/comment-page-1/#comment-830538</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 29 Jun 2011 21:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=2416#comment-830538</guid>
		<description>In order to copy an existing partition device (or zcat a compressed disk image) but make the output sparse, you can do something like this:

cat /dev/sda3 &#124; cp --sparse=always /dev/stdin sparse_sda3_copy.img</description>
		<content:encoded><![CDATA[<p>In order to copy an existing partition device (or zcat a compressed disk image) but make the output sparse, you can do something like this:</p>
<p>cat /dev/sda3 | cp &#8211;sparse=always /dev/stdin sparse_sda3_copy.img</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slydog</title>
		<link>http://prefetch.net/blog/index.php/2009/07/05/creating-sparse-files-on-linux-hosts-with-dd/comment-page-1/#comment-830287</link>
		<dc:creator>slydog</dc:creator>
		<pubDate>Wed, 09 Mar 2011 21:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=2416#comment-830287</guid>
		<description>Thank you for posting this.  You close your post with the comment, &quot;Sparse files are extremely handy, though it’s important to know when and when not to use them.&quot;  What are your thoughts on when not to use sparse files.

I would consider performance and ensuring capacity as two reasons.  I&#039;m curious if you had other thoughts.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this.  You close your post with the comment, &#8220;Sparse files are extremely handy, though it’s important to know when and when not to use them.&#8221;  What are your thoughts on when not to use sparse files.</p>
<p>I would consider performance and ensuring capacity as two reasons.  I&#8217;m curious if you had other thoughts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: no</title>
		<link>http://prefetch.net/blog/index.php/2009/07/05/creating-sparse-files-on-linux-hosts-with-dd/comment-page-1/#comment-829497</link>
		<dc:creator>no</dc:creator>
		<pubDate>Sat, 31 Jul 2010 17:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=2416#comment-829497</guid>
		<description>&quot;you can use dd to verify&quot; -&gt; &quot;you can use du to verify&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;you can use dd to verify&#8221; -&gt; &#8220;you can use du to verify&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

