<?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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 02:25:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Charles</title><link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/comment-page-1/#comment-944577</link> <dc:creator>Charles</dc:creator> <pubDate>Sat, 19 Dec 2009 23:04:40 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9947#comment-944577</guid> <description>I am duplicating my TimeMachine drive now to a larger drive.  Mac users might be interested to know that the drive identifiers can be found using DiskUtility.app -- click on the volume and click the Info icon.  I have a lot of drives attached and found mine were disk3s1 and disk7s1.  As a sanity check I did the following:
$ ls -la /dev/disk3s1
brw-rw-rw-  1 root  operator   14,  10 Dec 18 00:51 /dev/disk3s1
$ ls -la /dev/disk7s1
brw-rw-rw-  1 root  operator   14,  17 Dec 19 16:46 /dev/disk7s1
Note that the disk3s1 was mounted yesterday and the newer one was just plugged in today.  This gave me some confidence I was doing the right thing.
Finally, I had to unmount (eject) the two drives because I got the following warnings:
$ sudo dd if=/dev/disk3s1 of=/dev/disk7s1
dd: /dev/disk3s1: Resource busy
$ sudo dd if=/dev/disk3s1 of=/dev/disk7s1
dd: /dev/disk7s1: Resource busy
The third time was a charm.  I expect it to take an hour or so to complete.  If something goes wrong, I&#039;ll be back to tell you about it.</description> <content:encoded><![CDATA[<p>I am duplicating my TimeMachine drive now to a larger drive.  Mac users might be interested to know that the drive identifiers can be found using DiskUtility.app &#8212; click on the volume and click the Info icon.  I have a lot of drives attached and found mine were disk3s1 and disk7s1.  As a sanity check I did the following:</p><p>$ ls -la /dev/disk3s1<br
/> brw-rw-rw-  1 root  operator   14,  10 Dec 18 00:51 /dev/disk3s1</p><p>$ ls -la /dev/disk7s1<br
/> brw-rw-rw-  1 root  operator   14,  17 Dec 19 16:46 /dev/disk7s1</p><p>Note that the disk3s1 was mounted yesterday and the newer one was just plugged in today.  This gave me some confidence I was doing the right thing.</p><p>Finally, I had to unmount (eject) the two drives because I got the following warnings:</p><p>$ sudo dd if=/dev/disk3s1 of=/dev/disk7s1<br
/> dd: /dev/disk3s1: Resource busy</p><p>$ sudo dd if=/dev/disk3s1 of=/dev/disk7s1<br
/> dd: /dev/disk7s1: Resource busy</p><p>The third time was a charm.  I expect it to take an hour or so to complete.  If something goes wrong, I&#8217;ll be back to tell you about it.</p> ]]></content:encoded> </item> <item><title>By: Russ McClay</title><link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/comment-page-1/#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>http://en.wikipedia.org/wiki/Dd_(Unix)</p> ]]></content:encoded> </item> <item><title>By: Casey</title><link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/comment-page-1/#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-page-1/#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
/> http://clonezilla.org/<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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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>
