I have an Ubuntu install with my /home directory mounted on a HDD partition with the system / mounted on an ssd. However, I have certain programs (like Android Studio and IntelliJ) that I wish to keep under my specific user home account (under /home/me/) in the filesystem but actually stored on the SSD for speed improvements.
Is there a way to do this and place individual directories in a filesystem on a separate partition?
Thanks for any feedback!