I have a setup (UEFI) with two SSDs, which contain a Windows partition, a Linux partition, boot and swap partitions and a data partition. I want to move all of these to a single new SSD. How do I go about this?I have so far copied the Windows and data partition to the new drive (which were on one of the SSDs) with clonezilla
, but now I would also like to transfer the Linux drive partitions to this new drive. If I used clonezilla
, it would delete the partitions I copied already.
I thought that dd
is probably the way to go, but I cannot find out if dd will overwrite what's there as well.
I have tried to find a solution online, but the terms are so overloaded I get answers to different problems only.
I can restart if need be, I am not yet dependent on the partitions already cloned on the new drive, the old ones still exist.