I installed pop!_os as my daily driver some months ago (completely got rid of windows) and have thought it pretty good. But something about it seemed off - it would take programs just too long to open, it wasn’t snappy… Once I got into something it seemed to run fine (playing dota or something else was fine after initial quirks).

Well, today, figured it out…

When I did the first install, I was very nervous about deleting all of my existing data on my disks and so tried to manually partition everything so that I could get it right (I think I was also planning to dual-boot).

Fast forward to today, and I’m testing speeds on all the drives to see which one to pitch for a new one I acquired. I see the 3 HDDs, but where is the SSD… Oh god, I installed the boot partition and root and home all onto one of the ~12 year old HDDs and the SSD has been sitting idle.

Anyway, just about done with the new fresh install onto the SSD, hopefully it isn’t too hard to start port over the home directory from that HDD…

      • lurch (he/him)@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        5 minutes ago

        if you still have multi boot, i would suggest using clonezilla to put images of everything onto an external HD.

        if you just have linux, the easiest way is to keep an installation medium, get a big USB stick (or external HD) and tar everything on to it. tar has a test mode, a diff mode and incremental mode, so you can make sure it has everything. you can also exclude things like snaps (they appear twice when installed, so no need to backup both). to restore, you would use the installation medium to fix partitions if necessary, then extract everything and maybe chroot into it and fix the boot loader.