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
    31 year 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
      11 year ago

      I never knew cp could do this!