I am on Ubuntu, I have 2 external hard drives, of of them is an SSD. The HDD is from a laptop with windows 10 on it, the SSD is completely empty, I want to use it to copy everything on the HDD to the SSD. I'm using a powered usb 3.0 hub with 2 sata to USB 3.0 cables to connect the drives to my computer.
I was going to this with dd but I realized windows has many partitions, sdb1(C:\ drive), sdb2(EFI system partition), sdb3 (Microsoft reserved partions), sdb4(basic data partition). How can I copy all of them to the SSD using dd?