Next #Linux question - I'm gonna be running a system with a 120GB SSD which isn't nearly enough space, and right-sizing partitions sucks. Everything else will be on spinning drives. I just want my apps and general usage (= mostly very heavy browser usage) to be fast. Should I, um, mount it somewhere and symlink /usr and /home and /opt in so I don't have to worry about partition size? I never had to deal with this crap when I had money.
@meena @tek I have a few hundred gigs of data I keep around which does not need to be on a fast disk, and I tend to do lowkey vidya editing which takes gobs of space. I want apps and some of the stuff in /home (namely browser profiles and the like) on ssd, but don't want stuff like /var on ssd. So I think what I want is /opt, /usr, and /home on ssd and everything else on spinning disk(s). Ugh. Actually what I want is a hybrid ssd/magnetic drive so I can ignore this.