I bought a new ssd that is way faster and larger than my current one. What is the best way to transfer everything from my old drive to my new one. Currently running Fedora 38, fine with the command line. If nothing else I will just do a clean install on the new drive and copy over what I need from /home on the old drive.
Clonezilla https://clonezilla.org/
^ Yeah I second this. Make a bootable flash drive with clonezilla on it, boot from that, and clone your original disk to the new SSD
What I did when I migrated from an HDD to an SSD was booting from an USB life image and then simply
dd
’ing the HDD to the SSD and afterwards extending the partition and file system (the partition on the end is for my/home
so extending was easily possible).Look at Clonezilla. It’s a specialized Linux distro that does some interesting things, including cloning.
When I tried it I found it confusing and didn’t feel like figuring it out at the time so I just did a clean install ahaha. YMMV.
Clonezilla is an awesome tool. If you have doubts about the procedure test it out in a virtual machine. Testing in VMs will save you so much grief.
I’m currently about to do the same. Anyone know if its fine to just clone the disk of a luks encrypted partition in clonezilla?