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.

  • @elderflower
    link
    32 years ago

    cp /dev/sdX /dev/sdY. Really, it’s that simple, just replace sdX and sdY with the device files for the source and destination drives.

    • @myogg
      link
      12 years ago

      I never knew cp could do this!