I have a 320 GB HDD, and I want to migrate my Ubuntu system to a 60 GB SSD I bought.
I have an ext4
root partition and a swap partition. The root partition has 314 GB, but my files take up 50 GB, the rest is free space, so my partition is larger than the SSD, but my files can fit in it.
I have already partitioned the SSD with a 54 GB ext4
partition and a swap partition, now I only need to move my files to it.
What is the best approach here - using cp
, dd
, gparted
, or something else?