Jump to content
7 hours ago, Alvaro_avalos said:

Can anyone help me set my new 1tb hdd as a main boot drive and move everything from the 130gb hdd to the new one so I can de commission the old one?

use dd command to clone your existing HDD to new.

from arch wiki https://wiki.archlinux.org/index.php/disk_cloning

dd if=/dev/sdX of=/dev/sdY bs=64K conv=noerror,sync status=progress

Computer users fall into two groups:
those that do backups
those that have never had a hard drive fail.

Link to comment
https://linustechtips.com/topic/887899-new-1tb-hdd/#findComment-10957504
Share on other sites

Link to post
Share on other sites

19 hours ago, mate_mate91 said:

use dd command to clone your existing HDD to new.

from arch wiki https://wiki.archlinux.org/index.php/disk_cloning


dd if=/dev/sdX of=/dev/sdY bs=64K conv=noerror,sync status=progress

Too bad this isn't using Linux I need help for windows 7

Link to comment
https://linustechtips.com/topic/887899-new-1tb-hdd/#findComment-10960830
Share on other sites

Link to post
Share on other sites

34 minutes ago, Alvaro_avalos said:

Too bad this isn't using Linux I need help for windows 7

You posted this in non-windows part of the forum so i decided that you have linux or macOS.

You should have posted this in here --> https://linustechtips.com/main/forum/85-windows/

Computer users fall into two groups:
those that do backups
those that have never had a hard drive fail.

Link to comment
https://linustechtips.com/topic/887899-new-1tb-hdd/#findComment-10960865
Share on other sites

Link to post
Share on other sites

5 hours ago, Alvaro_avalos said:

Too bad this isn't using Linux I need help for windows 7

Use this https://gparted.org/ to copy partitions between disks. Read the documentation. You should also be able to grow the final copy of your partition, so that it fills your new drive completely. Test before formatting your old drive.

Link to comment
https://linustechtips.com/topic/887899-new-1tb-hdd/#findComment-10961270
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

×