I'm new to Linux environment, I've installed Ubuntu 20.04 on ssd and placed /home dir on another partition on hdd. It's ok with data like documents, films, photos and so on. But I want to keep my work files (code) and things like yarn or npm caches on ssd for obvious reasons (read/write speeds).
The question is: where can I store this files outside the /home dir and have comfortable access to this files, I mean in order to not write each time in terminal something like /usr/local/projects
?
/work
or a partition mounted as/work
. And why do you think I won't notice any difference? When I worked in windows it seemed that operations like installing or removing packages are faster on ssd, but I'm not really sure about this, just my observation – Leonid Baryshnikov Mar 26 '21 at 15:11