I am using 75 GB SSD partition as root and 1 TB HDD for /home and /data partition.
75 GB starts filling quite fast when I install android studio and other heavy IDEs.
I know that ubuntu snaps stores and mounts applications on /snap/ folder but the source folder is still under /var/lib/snapd. Is it possible to move snapd to a separate folder, maybe within /data folder so that my root wont fill up.
One obvious solution that I can think of is keeping /var/ on a separate partition, but I don't know if that is a standard practice.