this post was submitted on 27 Jun 2024
8 points (90.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1053 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.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.