<?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>Kommentare zu: Linux: Slow dd because of default blocksize</title>
	<atom:link href="http://juliusbeckmann.de/blog/linux-slow-dd-because-of-default-blocksize.html/feed" rel="self" type="application/rss+xml" />
	<link>http://juliusbeckmann.de/blog/linux-slow-dd-because-of-default-blocksize.html</link>
	<description>Ich bin nicht verrückt, nur technisch begabt ...</description>
	<lastBuildDate>Fri, 26 Sep 2014 12:04:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Julius</title>
		<link>http://juliusbeckmann.de/blog/linux-slow-dd-because-of-default-blocksize.html/comment-page-1#comment-1388</link>
		<dc:creator>Julius</dc:creator>
		<pubDate>Fri, 17 Jun 2011 06:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=802#comment-1388</guid>
		<description>Using a pipe might be a good idea, because pipes can be queue-cached by operating system.</description>
		<content:encoded><![CDATA[<p>Using a pipe might be a good idea, because pipes can be queue-cached by operating system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Resuna</title>
		<link>http://juliusbeckmann.de/blog/linux-slow-dd-because-of-default-blocksize.html/comment-page-1#comment-1386</link>
		<dc:creator>Resuna</dc:creator>
		<pubDate>Thu, 16 Jun 2011 13:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=802#comment-1386</guid>
		<description>You can also get some buffering in there with &quot;dd if=/dev/sda2 bs=4m &#124; dd of=whatever bs=4m&quot;. Don&#039;t know if it would help with disk, but it used to be killer for tape.</description>
		<content:encoded><![CDATA[<p>You can also get some buffering in there with "dd if=/dev/sda2 bs=4m | dd of=whatever bs=4m". Don't know if it would help with disk, but it used to be killer for tape.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
