Sunday, November 9, 2014

hard drive - Free way to clone HDD to SSD?




Is there a free way to clone a full Windows 7 installation from HDD to SSD? (The free part is important, I know I can pay for Acronis True Image.)


SSDs are usually much smaller than HDDs which complicates matters. For instance, I have about 50GB data, my new SSD is 80GB but I still can't use Windows clone/restore system if my HDD is something like 300GB.


Therefore, I'm looking for a third party tool that will be able to:



  1. Create a clone of my C: partition

  2. Store it onto an external USB drive

  3. Boot from some rescue / restore CD

  4. Load the image onto the new SSD


Acronis True Image seems like a tool that should support this but it's a paid-for software and the trial version cannot create clones. Acronis Migrate Easy is a fully functional tria for 15 days but need both the HDD and SSD connected at the same time which is a bit of a problem for me as a laptop user.


P.S. I almost got there combining Windows image backup combined with Acronis True Image restore CD (which can load .vhd's) but was not able to boot as some boot information were probably lost and could not be repaired using the Win7 installation DVD.


Answer



PartedMagic


UPDATE: since circa 2014, PartedMagic is no longer free to download, although still technically FOSS (in the sense that you can build it from source).


PartedMagic is a free (FOSS actually) Linux-based tool that can perform almost any operations with disk drives, including copying, resizing and moving partitions. It can be booted from CD, USB flash drive or network and is very small (around 70 MB).


enter image description here


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...