Question Advice needed: Moving C: partition to new drive.

Mugsy

Distinguished
May 12, 2004
291
3
18,815
I'm pretty sure I can do this, though I'm wary of pitfalls. I could use some guidance from someone who's actually done it.

I bought a new faster Gen4 M.2 drive. I currently boot from an older/smaller Gen3 M.2 drive.

I need to move my C: partition to the new drive, but I don't want to remove the old drive.

I have software that will backup & restore the Boot partition (launched from a USB flash drive at boot), but after I backup the old C: partition then restore it to the new drive, I'll have TWO boot partitions masquerading as C:. :confused_old:

I assume at this point I simply tell BIOS to boot from the NEW C: partition, and if successful, I can simply delete the OLD C: partition.

But you know what they say about "assuming". Any pitfalls I should be aware of? TIA
 

Mugsy

Distinguished
May 12, 2004
291
3
18,815
Details needed:

What is the old drive, and the new drive?
What Motherboard?
What OS?


"I assume..."
No.
Cloning is a possibility, but it has to be done properly.

Specific details and steps to follow.
Thx for the reply.

I avoided mentioning hardware specifics b/c I didn't want to get bogged down in the weeds. But if it matters:

The old drive is a 500MB Evo 970, but the C: partition is only 120GB.

The new drive is a 2TB Silicon Power MP44Q.

Motherboard is an Asus Tuf-Gaming X570 with overclocked Ryzen 7 5800X running Win11 Pro.

My cloning software is "EaseUS Todo Backup". I've used to backup & restore my C: partition to the same drive, so I know it works for this purpose.

I really don't want to physically disconnect the old drive. Too much of a hassle (plus an opportunity to do damage.) The MoBo has a second/unused M2 slot, so I can add the new drive w/o disconnecting the old one (making backup/restore easier.)
 

USAFRet

Titan
Moderator
I really don't want to physically disconnect the old drive.
That is not optional.


-----------------------------
Specific steps for a successful clone operation:
-----------------------------
Verify the actual used space on the current drive is significantly below the size of the new SSD
Both drives must be the same partitioning scheme, either MBR or GPT
Download and install Macrium Reflect (or Samsung Magician (which includes Data Migration), if a Samsung target SSD)
If you are cloning from a SATA drive to PCIe/NVMe, you may need to install the relevant driver for this new NVMe/PCIe drive.
Power off
Disconnect ALL drives except the current C and the new SSD
Power up

Verify the system boots with ONLY the current "C drive" connected.
If not, we have to fix that first.

Run the Macrium Reflect (or Samsung Data Migration)
Select ALL the partitions on the existing C drive

[Ignore this section if using the SDM. It does this automatically]
If you are going from a smaller drive to a larger, by default, the target partition size will be the same as the Source. You probably don't want that
You can manipulate the size of the partitions on the target (larger)drive
Click on "Cloned Partition Properties", and you can specify the resulting partition size, to even include the whole thing
[/end ignore]

Click the 'Clone' button
Wait until it is done
When it finishes, power off
Disconnect ALL drives except for the new SSD. This is not optional.
This is to allow the system to try to boot from ONLY the SSD


(swapping cables is irrelevant with NVMe drives, but DO disconnect the old drive for this next part)
Swap the SATA cables around so that the new drive is connected to the same SATA port as the old drive
Power up, and verify the BIOS boot order
If good, continue the power up

It should boot from the new drive, just like the old drive.
Maybe reboot a time or two, just to make sure.

If it works, and it should, all is good.

Later, reconnect the old drive and wipe all partitions on it.
This will probably require the commandline diskpart function, and the clean command.

Ask questions if anything is unclear.
-----------------------------
 

Mugsy

Distinguished
May 12, 2004
291
3
18,815
That is not optional.


-----------------------------
Specific steps for a successful clone operation:
-----------------------------
Verify the actual used space on the current drive is significantly below the size of the new SSD
Both drives must be the same partitioning scheme, either MBR or GPT
Download and install Macrium Reflect (or Samsung Magician (which includes Data Migration), if a Samsung target SSD)
If you are cloning from a SATA drive to PCIe/NVMe, you may need to install the relevant driver for this new NVMe/PCIe drive.
Power off
Disconnect ALL drives except the current C and the new SSD
Power up

Verify the system boots with ONLY the current "C drive" connected.
If not, we have to fix that first.

Run the Macrium Reflect (or Samsung Data Migration)
Select ALL the partitions on the existing C drive

[Ignore this section if using the SDM. It does this automatically]
If you are going from a smaller drive to a larger, by default, the target partition size will be the same as the Source. You probably don't want that
You can manipulate the size of the partitions on the target (larger)drive
Click on "Cloned Partition Properties", and you can specify the resulting partition size, to even include the whole thing
[/end ignore]

Click the 'Clone' button
Wait until it is done
When it finishes, power off
Disconnect ALL drives except for the new SSD. This is not optional.
This is to allow the system to try to boot from ONLY the SSD


(swapping cables is irrelevant with NVMe drives, but DO disconnect the old drive for this next part)
Swap the SATA cables around so that the new drive is connected to the same SATA port as the old drive
Power up, and verify the BIOS boot order
If good, continue the power up

It should boot from the new drive, just like the old drive.
Maybe reboot a time or two, just to make sure.

If it works, and it should, all is good.

Later, reconnect the old drive and wipe all partitions on it.
This will probably require the commandline diskpart function, and the clean command.

Ask questions if anything is unclear.
-----------------------------
Noted earlier. Source partition is only 120GB. Destination drive is 2TB.