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
The easiest way off the top of my head would be reinstall and manually design your partitioning so anything that'd benefit is on the SSD and everything else is on the HDD. You might be able to get away with
/
on the SSD and/home
on the HDD, I don't know what all you have installed or what amount of space Ubuntu requires by default. If you wanna go this route, I'd start your reading here: https://wiki.archlinux.org/title/Partitioning#Partition_schemeThanks for the response :)
The issue with having
/usr/bin
and stuff on the HDD then mounting it to the SDD is that both system software I want to using the SSD for faster booting and packages I install will both end up on the HDD. I need some way of only having non-system software on the HDD.