I tried using Linux about three years ago, and at that time, I could only install programs on the main drive while using the second SSD just for storage. I'm wondering if things have changed since then. Can I now install software and games directly onto a second SSD?
1 Answer
It really depends on what you classify as "actual programs." You can definitely use a second drive for apps like Flatpak, Steam games, or any locally compiled software in directories like /usr/local/bin. However, programs installed through your system's package manager typically cannot be moved. You'll need to keep those on your main OS drive.

I've never tried that, but couldn't you use a symlink to point to the second SSD from /usr/bin? Might be tricky if the games aren't all in one spot, though.