<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; clone disks</title> <atom:link href="http://www.ghacks.net/tag/clone-disks/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>OSFClone, Self-Booting Tool To Create Hard Drive Copies</title><link>http://www.ghacks.net/2011/04/19/osfclone-self-booting-tool-to-create-hard-drive-copies/</link> <comments>http://www.ghacks.net/2011/04/19/osfclone-self-booting-tool-to-create-hard-drive-copies/#comments</comments> <pubDate>Tue, 19 Apr 2011 17:04:24 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[clone disks]]></category> <category><![CDATA[forensics]]></category> <category><![CDATA[osfclone]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=44113</guid> <description><![CDATA[Disk cloning or copying serves several purposes. It can be helpful for users who want to migrate to a larger hard drive for instance, or used for forensic or file recovery purposes as it is usually advised not to work with the original source. You find plenty of disk imaging tools on the Internet, some [...]]]></description> <content:encoded><![CDATA[<p>Disk cloning or copying serves several purposes. It can be helpful for users who want to migrate to a larger hard drive for instance, or used for forensic or file recovery purposes as it is usually advised not to work with the original source. You find plenty of disk imaging tools on the Internet, some free, and many commercial.</p><p>OSFClone is currently offered as a free solution, which is likely to change after the current beta test. The program is offered as an ISO image that can be burned to CD or DVD, and as a version for removable storage devices like Flash storage.</p><p>The software is self-booting which means that it is independent of operating systems installed on the system. It is based on Tiny Core Linux and boots into a command line interface and not a graphical user interface.</p><p>Your first task is to burn the ISO image to DVD, or to copy the contents of the zip file to an USB drive. The USB installation requires additional steps, like launching ImageUSB.exe once you have copied the files to the drive. The steps are explained in detail on the developer homepage.</p><p>You end up with a self-booting image that you can start instead of the installed operating systems. This can also be handy if the operating systems are not starting anymore.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/osfclone.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/osfclone-550x440.jpg" alt="osfclone" title="osfclone" width="550" height="440" class="alignnone size-medium wp-image-44114" /></a></p><p>The program loads its basic interface and displays the available options in a text menu. You can use the keyboard to select an entry from the available options.</p><p>OFSClone can create raw images of a selected drive or partition, or disk images in the Advance Forensics Format. You need to have enough free space available to create the disk image.</p><p>Another interesting option is the ability to verify that the cloned drive is identical to the drive source, which is done by comparing hashes between the clone and source drive.</p><p>You can then mount the created image on the same or another computer to analyze, access or recover its contents.</p><p><a
href="http://osforensics.com/tools/create-disk-images.html">OSFClone</a> is easy to use. That, and the fact that it is OS independent make it an interesting tool for users who want to copy or clone a hard disk on a computer system. The program is currently free of charge, and it remains to be seen if this stays this way, or if the developers have intentions to charge for it in the future.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/04/19/osfclone-self-booting-tool-to-create-hard-drive-copies/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>dd: the ultimate disk cloning tool</title><link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/</link> <comments>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comments</comments> <pubDate>Sat, 17 Jan 2009 00:16:16 +0000</pubDate> <dc:creator>Joe</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[clone disks]]></category> <category><![CDATA[dd]]></category> <category><![CDATA[disk image]]></category> <category><![CDATA[iso]]></category> <category><![CDATA[unix]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9947</guid> <description><![CDATA[I recently had to clone a hard disk so I naturally turned to solutions such as Acronis True Image, but I discovered these did not work (the start-up disk claimed the clong was &#8216;complete&#8217; when it blatantly wasn&#8217;t) and I also tried copying the partition using gParted in Ubuntu but this froze at about 3%, [...]]]></description> <content:encoded><![CDATA[<p>I recently had to clone a hard disk so I naturally turned to solutions such as Acronis True Image, but I discovered these did not work (the start-up disk claimed the clong was &#8216;complete&#8217; when it blatantly wasn&#8217;t) and I also tried copying the partition using gParted in Ubuntu but this froze at about 3%, due to corrupt data, which seemed not to be caught in a chkdsk.</p><p>I was about to give up hope and copy the files manually when I came across an extremely powerful, yet simple, Unix command: dd.</p><p>Using a Linux live disc, dd can be used to copy files, disks and partitions. It can output directly onto another disc or as an image (like an iso).</p><p>dd copies data byte-exactly, meaning it won&#8217;t get stuck should it encounter corrupted or fragmented data.</p><p><span
id="more-9947"></span>dd is nicknamed &#8216;destroy disk&#8217; as mistyping one letter can wipe your hard disk, so caution must be used.</p><p>To copy a hard disk, one would use the following command (whilst root):</p><p><code>dd if=/dev/hdx of=/dev/hdy</code></p><p>hdx is the input hard disk (to be copied) and hdy is the output hard disk (where it is to be copied to).</p><p>if = input<br
/> of = output</p><p>This is extremely important to remember and their names must be altered according to how they are on your computer (use a tool like gParted to find out your drive&#8217;s paths). For example, your &#8216;if&#8217; may be /dev/sdb whilst your &#8216;of&#8217; may be /dev/sda, but this obviously varies according to how you want to use it and computer-by-computer so you MUST check. An extremely intelligent friend of mine accidentally wiped a hard drive using this command!</p><p>Another use would be to use it to produce a CD image:</p><p><code>dd if=/dev/cdrom of=image.iso bs=2k</code>.</p><p><a
href="http://www.debianhelp.co.uk/ddcommand.htm"><br
/> Debian Help has a more complete guide.</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Disk Copy Software PC Network Clone</title><link>http://www.ghacks.net/2008/08/09/disk-copy-software-pc-network-clone/</link> <comments>http://www.ghacks.net/2008/08/09/disk-copy-software-pc-network-clone/#comments</comments> <pubDate>Sat, 09 Aug 2008 12:44:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[clone disks]]></category> <category><![CDATA[disk copy]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network copy]]></category> <category><![CDATA[transfer data]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5993</guid> <description><![CDATA[If you got a new hard disk or new computer you might want to copy the contents of the old hard drive to the new one to continue working with all of your files, operating system and settings. PC Network Clone is a disk copy software that can copy the contents of a hard drive [...]]]></description> <content:encoded><![CDATA[<p>If you got a new hard disk or new computer you might want to copy the contents of the old hard drive to the new one to continue working with all of your files, operating system and settings. PC Network Clone is a disk copy software that can copy the contents of a hard drive to one or multiple other drives that are connected to each other over a network.</p><p>The <a
href="http://www.pcdisktools.com/pcnetworkclone.htm">Home Edition</a> can copy the contents of a hard disk to up to three client computers with a maximum speed of up to 9 Gigabytes per minute which should be more than enough for home usage. It does have some other limitations in place:  Only IDE and SATA hard disks are supported but files can be copied from all filesystems.</p><p>The professional disk copy version has a wider range of supported hardware (Firewire, USB..), an almost 7 times higher transfer rate maximum and a maximum client limit of 20.</p><p><span
id="more-5993"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/08/home_user_s1.jpg" alt="disk copy" title="disk copy" width="500" height="200" class="alignnone size-medium wp-image-5994" /></p><p>Technically a Linux Live CD is used to boot the source PC and distribute the data to the other hard disks. Those can be on the same computer or on computers connected over the network.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/08/09/disk-copy-software-pc-network-clone/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
