Basic Explanation
How could I copy partitions sdh1 though shd4 from my 600gb HDD (sdh) to my 1 TB SSD (sdg)? Which are my Windows partitions and still keep it bootable? I used GPT.
Below is a diagram the layouts of my partitions on the 600GB Hard Drive
More in detailed explanation why
Again, I just want to clone the area in which the Windows partitions are on or clone them directly, but not the whole drive because I don't want to waste write cycles on the SSD, as I would need to delete the Linux partitions because I want to redo them such as resize them, reorganize them, and create another partition for /opt. This is will be my new drive for my OSes.
You can skip this, but this what I tried and gives a better understanding of my setup
I believe it should be easy to do but I can't just create a new partition for the Win boot partition -- it must be cloned, and I don't know how to do that. That is for any partition. When I try doing it with dd, I erase the whole partition table and overwrite everything with it.
As a side note, I keep my personal data off of this drive and solely used it for the OSes. I have 5 different HDDs and now 1 SSD, with a use for each, that I keep hook up to my PC. For example, my documents and such is on a different HDD than my OSes. They are automatically mounted and I change values where the dir is located and create symlinks. So the system thinks that the document dir in the home dir is actually located in the home dir but it is really located on that different HDD. I do the same with Windows. It creates a seamless experience and it also allows room for expansion for things like my video archive which I always add to it when I go out for a bicycle ride, and my game library. Or when things failed like when I need to reinstall an OS. I don't need to worry about losing any data.
That explains why I only want to copy the Windows partitions; then I will just probably reinstall Linux if I need to, or just reconfigure it, if that is possible, to mount the /usr dir to this 600gb hdd. I also use it for a Linux game library instead of booting into Windows. This way, I don't lose all of the applications which I installed. It's like having a home dir, but only for applications.
Below is a diagram of my SSD before any attempts ![SSD before attempt[2]](../../images/3813018727.webp)
And when I attempt to copy over the partition by this:
This happens:
It erases everything and don't keep any of the flags or properties it had before. Any ideas?

