• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

How Do you clone a HDD

Durvelle27

2[H]4U
2FA
Joined
Aug 5, 2012
Messages
2,818
i have a pc with a 1.5GBs HDD and i want to replace it with a 3GBs HDD but don't want to lose any of my apps or data how can i do this ?
 
Minitool Partition Wizard Home edition.

Free and works a treat. Plenty of other features too.
 
I expect this is not the answer you want however you asked how I clone a drive. For me I stick in my trusty usb stick that has a sysrescue cd (bootable linux livecd) and I use fdisk, smartctl and hdparm to figure out what are the source disk and the destination disk then I type

Code:
dd if=sourcedevice of=destinationdevice BS=8M

or depending on my mood I may use dd_rescue instead. Although I admit for that one I have to check the syntax everytime I use it since the parameters are not as full prof as dd. Remember not to get the source and destination backwards on either of these linux does not care if you overwrite your good data with the 0s that are on the new drive...

With that said for those who are inexperienced with linux, I recommend either the free acronis or clonezilla.
 
Partition Wizard - About 4 clicks of the mouse.

Done. Why make it any more difficult?
 
Back
Top