Jump to content

HDD cloning

DyGr00339
Go to solution Solved by DyGr00339,

if your desktop drive broke it may be better to do a clean install of windows

Yeah thats what I did in the end, I couldn't find the disk before , thanks all

Is there a free software to clone a hard drive out there? My desktop drive broke so i am currently using my laptop 5400 rpm drive :(

Link to comment
Share on other sites

Link to post
Share on other sites

depending on your motherboard and its BIOS, it may have an option to clone a hard drive in it.

 

For example, i have a MSI 970a-g46 and in the BIOS i can clone drives. What MOBO do you have?

~Judah

Link to comment
Share on other sites

Link to post
Share on other sites

You can use EaseUS Todo Backup, it's free and I've used it to clone my 120gb HDD to an 250gbHDD

Link to comment
Share on other sites

Link to post
Share on other sites

if your desktop drive broke it may be better to do a clean install of windows

Yeah thats what I did in the end, I couldn't find the disk before , thanks all

Link to comment
Share on other sites

Link to post
Share on other sites

If you have Linux Live USB drive, you can use the two drives(USB or SATA directly).

 

Drive 1 - source - /dev/sda

Drive 2 - destination - /dev/sdb

 

on console - 

cat /dev/sda > /dev/sdb

or

dd if=/dev/sda of=/dev/sdb
Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×