Some years ago, I make the mistake of doing a single partition for the system (I’m using EndeavourOS). Now I have a new disk, and I want to move the OS there, but not /home, which I want to stay in the old drive. How can I do it?

  • sun_is_ra@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    if OP will use “dd” then they need to make sure that new disk is bigger than old disk.

    Even then after the “dd” command is complete, the new disk would appear to be same size as old disk. OP would then need a disk resizing tool to reclaim the remaining disk space

    • Facni@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 months ago

      In fact the new disk has the double size tham the old one. Could I use dd and then gparted to achieve this?