<?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: Disk imaging with netcat and dd with ubuntu linux</title>
	<atom:link href="http://linuxtipsandtricks.com/shell/disk-imaging-with-netcat-and-dd-with-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxtipsandtricks.com/shell/disk-imaging-with-netcat-and-dd-with-ubuntu-linux/</link>
	<description>A collection of tips, tricks and everything linux</description>
	<pubDate>Tue, 07 Sep 2010 23:51:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mnk0</title>
		<link>http://linuxtipsandtricks.com/shell/disk-imaging-with-netcat-and-dd-with-ubuntu-linux/comment-page-1/#comment-39</link>
		<dc:creator>mnk0</dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtipsandtricks.com/?p=141#comment-39</guid>
		<description>Hey thanks for the tip!  I actually always left that bs flag out but not anymore!! :)</description>
		<content:encoded><![CDATA[<p>Hey thanks for the tip!  I actually always left that bs flag out but not anymore!! <img src='http://linuxtipsandtricks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UbuntuLinuxHelp</title>
		<link>http://linuxtipsandtricks.com/shell/disk-imaging-with-netcat-and-dd-with-ubuntu-linux/comment-page-1/#comment-37</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtipsandtricks.com/?p=141#comment-37</guid>
		<description>oops... that should have said (as an example):

bs=16M

:)</description>
		<content:encoded><![CDATA[<p>oops&#8230; that should have said (as an example):</p>
<p>bs=16M</p>
<p> <img src='http://linuxtipsandtricks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UbuntuLinuxHelp</title>
		<link>http://linuxtipsandtricks.com/shell/disk-imaging-with-netcat-and-dd-with-ubuntu-linux/comment-page-1/#comment-36</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtipsandtricks.com/?p=141#comment-36</guid>
		<description>Don't forget to use the bs switch in dd or you will be waiting for ever!

Something like bs=16M should work so instead, you can boost performance with the command something like:

netcat -l -p 4444 &#124; dd of=remote-machine.img bs=16</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to use the bs switch in dd or you will be waiting for ever!</p>
<p>Something like bs=16M should work so instead, you can boost performance with the command something like:</p>
<p>netcat -l -p 4444 | dd of=remote-machine.img bs=16</p>
]]></content:encoded>
	</item>
</channel>
</rss>
