<?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: dd: the ultimate disk cloning tool</title>
	<atom:link href="http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:34:36 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Russ McClay</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-812187</link>
		<dc:creator>Russ McClay</dc:creator>
		<pubDate>Tue, 02 Jun 2009 06:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-812187</guid>
		<description>dd is a common UNIX program whose primary purpose is the low-level copying and conversion of raw data. dd is an abbreviation for &quot;dataset definition&quot; in IBM JCL, and the command&#039;s syntax is meant to be reminiscent of this.

http://en.wikipedia.org/wiki/Dd_(Unix)</description>
		<content:encoded><![CDATA[<p>dd is a common UNIX program whose primary purpose is the low-level copying and conversion of raw data. dd is an abbreviation for &#8220;dataset definition&#8221; in IBM JCL, and the command&#8217;s syntax is meant to be reminiscent of this.</p>
<p><a href="http://en.wikipedia.org/wiki/Dd_(Unix)" rel="nofollow">http://en.wikipedia.org/wiki/Dd_(Unix)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-611346</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Sun, 18 Jan 2009 15:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-611346</guid>
		<description>Clonezilla actually uses dd as one of it&#039;s tools.  Other tools it uses are ntfsclone for NTFS and partimage for just about everything else.  The good thing about dd is that it will work regardless of file system type or if there are errors on the disk.</description>
		<content:encoded><![CDATA[<p>Clonezilla actually uses dd as one of it&#8217;s tools.  Other tools it uses are ntfsclone for NTFS and partimage for just about everything else.  The good thing about dd is that it will work regardless of file system type or if there are errors on the disk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rupert</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-611270</link>
		<dc:creator>rupert</dc:creator>
		<pubDate>Sun, 18 Jan 2009 12:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-611270</guid>
		<description>Personally, I prefer clonezilla:
http://clonezilla.org/
Just as powerfull and opensource, and is has a nice GUI to boot.</description>
		<content:encoded><![CDATA[<p>Personally, I prefer clonezilla:<br />
<a href="http://clonezilla.org/" rel="nofollow">http://clonezilla.org/</a><br />
Just as powerfull and opensource, and is has a nice GUI to boot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotan Cohen</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-610756</link>
		<dc:creator>Dotan Cohen</dc:creator>
		<pubDate>Sat, 17 Jan 2009 17:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-610756</guid>
		<description>@Daniel:
I know what you mean. I often find the CLI to be both easier to use and more intuitive than GUIs for many common tasks.</description>
		<content:encoded><![CDATA[<p>@Daniel:<br />
I know what you mean. I often find the CLI to be both easier to use and more intuitive than GUIs for many common tasks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Pataki</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-610755</link>
		<dc:creator>Daniel Pataki</dc:creator>
		<pubDate>Sat, 17 Jan 2009 17:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-610755</guid>
		<description>Isn&#039;t that the most awesome thing about Linux? 

You search for an app, and then you realize there&#039;s a command as &quot;complicated&quot; as &quot;dd&quot;. Totally aweomse Joe, thanks!</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t that the most awesome thing about Linux? </p>
<p>You search for an app, and then you realize there&#8217;s a command as &#8220;complicated&#8221; as &#8220;dd&#8221;. Totally aweomse Joe, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-610706</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Sat, 17 Jan 2009 14:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-610706</guid>
		<description>This utility was originally &quot;convert and copy,&quot; however the name &quot;cc&quot; was already taken by the c compiler, so for some reason the author decided to make it &quot;dd,&quot; which earned its nickname &quot;disk dump.</description>
		<content:encoded><![CDATA[<p>This utility was originally &#8220;convert and copy,&#8221; however the name &#8220;cc&#8221; was already taken by the c compiler, so for some reason the author decided to make it &#8220;dd,&#8221; which earned its nickname &#8220;disk dump.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What is Microsoft Windows?</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-610670</link>
		<dc:creator>What is Microsoft Windows?</dc:creator>
		<pubDate>Sat, 17 Jan 2009 13:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-610670</guid>
		<description>@Paul: Yes</description>
		<content:encoded><![CDATA[<p>@Paul: Yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LECHIFFRE FREDERIC</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-610624</link>
		<dc:creator>LECHIFFRE FREDERIC</dc:creator>
		<pubDate>Sat, 17 Jan 2009 11:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-610624</guid>
		<description>I think dd stands for disk dump</description>
		<content:encoded><![CDATA[<p>I think dd stands for disk dump</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VD</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-610258</link>
		<dc:creator>VD</dc:creator>
		<pubDate>Sat, 17 Jan 2009 03:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-610258</guid>
		<description>I always used Ghost as ist does have a boot-disk which lets you recover even without a running os. Seems to having difficulties with ntfs-partitions though (or my version is simply to old^^).</description>
		<content:encoded><![CDATA[<p>I always used Ghost as ist does have a boot-disk which lets you recover even without a running os. Seems to having difficulties with ntfs-partitions though (or my version is simply to old^^).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What is Linux?</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-610155</link>
		<dc:creator>What is Linux?</dc:creator>
		<pubDate>Sat, 17 Jan 2009 01:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-610155</guid>
		<description>if = input file
of = output file

That makes it easier to remember. And besides the nickname, what does &quot;dd&quot; really stand for?</description>
		<content:encoded><![CDATA[<p>if = input file<br />
of = output file</p>
<p>That makes it easier to remember. And besides the nickname, what does &#8220;dd&#8221; really stand for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul.</title>
		<link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comment-610065</link>
		<dc:creator>Paul.</dc:creator>
		<pubDate>Sat, 17 Jan 2009 00:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9947#comment-610065</guid>
		<description>Hey Joe,do you know or those command also apply for openSUSE-11.1? And is it possible to change the command into, dd if=/dev/dvdrom of=image.iso bs=2k to write it to a dvd disk?</description>
		<content:encoded><![CDATA[<p>Hey Joe,do you know or those command also apply for openSUSE-11.1? And is it possible to change the command into, dd if=/dev/dvdrom of=image.iso bs=2k to write it to a dvd disk?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
