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. -
Well, I could, but it would be a pain because of the low low speed of my internet connection. And it's not what I'm asking about.
Sounds like a sound plan. May do this. Why do you suggest using a Linux recovery console and not a LiveCD?
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
Yeah - Live CD or recovery console. Either is OK. Main point is to not have a filesystem that you are copying that is being written to. I've done the above and it's the fastest clone of my HDDs. Even if the HDDs are not the same size. If keep the original partitions, then can copy back to the smaller HDD too. Though any partitions that extend outside of it's size bounds needs to be deleted in the partition table.
complete clone for new HDD?
Discussion in 'Windows OS and Software' started by de.1337, Aug 31, 2009.