I use Ubuntu installed on a hard disk. My computer also comes with a tiny (16GB) SSD that I’ve another Ubuntu installation on. While a fresh install on the SSD worked great, this is too small to hold all the packages I will eventually need.

Is there any way to only have the core bits of the distro on the SSD, and have all the other packages I later install on the HDD?

I want this so I can have a fast boot (boots slowly using the HDD) and since I’m happy with the speed of apps as they work while now installed on my HDD, I’d like to keep using them off of it.

All idea welcome :)

  • @bionicjoey@lemmy.ca
    link
    fedilink
    38 days ago

    16gb is a bit tight for the whole root partition, but maybe if you partition the HDD with a slice for /home/ and another slice for /var/. If those two are segregated to the HDD, you should be able to hold all the other root directories in the SSD.

    • Poplar?OP
      link
      fedilink
      2
      edit-2
      8 days ago

      I’ve done that, /home and /var on the HDD. The larger apps I use (libreoffice, gimp, firefox) I set up as flatpak user installs, and many others I use as AppImages, keeping them in my home directory. I haven’t set it all up but it looks doable.