What would you recommend for completely cloning my current 60 GB HDD onto a new 160 GB one? I have an ext3 partition and an NTFS partition (yep, a dual-booter; using GRUB), so I'm not quite sure about a filesystem based clone.
And I probably am going to want a bigger NTFS partition, but I think I could leave the ext3 partition at its current 10 GB.
Any suggestions?
-
cant you backup your important files onto a usb then just do a clean install?
-
User Retired 2 Notebook Nobel Laureate NBR Reviewer
Boot into Linux recovery console and just do a block by block copy, ensuring you have <src> and <dest> correct:
# hdparm -i /dev/sda
# hdparm -i /dev/sdb
# dd if=<src> of=<dest> bs=64k
Then just use 'EASEUS Partition Manager' to expand the copied NTFS partition. Easy. -
And... any other suggestions? I'm open to your wisdom. -
ViciousXUSMC Master Viking NBR Reviewer
I know Acronis is the best way for Windows, but I am not sure if it handles the ext3 partition
It can do a img backup that is compressed and can be stored away or it does a drive to drive clone for upgrading.
edit: yes it supports all the linux partition types - http://www.acronis.com/company/inpress/2002/08-pc911-ti.html
This was way back in v6 too its up to V11 now and you can just d/l the free trial to do what you need to do. -
User Retired 2 Notebook Nobel Laureate NBR Reviewer
complete clone for new HDD?
Discussion in 'Windows OS and Software' started by de.1337, Aug 31, 2009.