View Single Post
Old 08-08-2014, 11:51 AM   #3
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
http://clonezilla.org/

http://gparted.org/ (for resizing.)

How-To Geek: How to Create a System Image in Windows 7 or 8.x (Native Win7/8 solution)

You can also use "dd" on the linux command line. Where /dev/hda is your main HDD, and /dev/hdb is the new HDD:
Code:
dd if=/dev/hda of=/dev/hdb
Discussion:

http://arstechnica.com/civis/viewtop...f=11&t=1153962

http://superuser.com/questions/44038...rom-hdd-to-hdd

http://superuser.com/questions/32164.../394953#394953


Your desire for something that runs on Windows does severely limit your choices. Most are linux tools.

And it is not really advised to try to copy a currently-running OS partition.

Last edited by eschwartz; 08-08-2014 at 12:21 PM.
eschwartz is offline   Reply With Quote