Q: How do I assign app or snap installs to the data area verses the system or boot area on the same disk?
I’ve managed that with symlinks for data, Pictures, Music, and Documents, but installs of new apps and snaps seem to be routed to my boot or system area; a much smaller area, about a tenth of the storage space. I’ve found the system warning me that I’m running out of space and I’m nowhere near setup of the apps and peripherals I need on the system; therefore, there is a need to re-route new apps installs to the larger storage area as originally intended.
m2 drive; 500Gb, (4) partitions:
nvme0n1 465.8G /dev/nvme0n1
├─nvme0n1p1 37.3G swap /dev/nvme0n1p1 [SWAP]
├─nvme0n1p2 28G ext4 /dev/nvme0n1p2 /
├─nvme0n1p3 37.3G vfat /dev/nvme0n1p3 /boot/efi
└─nvme0n1p4 363.3G ext4 /dev/nvme0n1p4 /home
I’d like new installs to be routed to the “nvme0n1p4” (p4) partition, but they seem to be routed by the system to “p2” or “p3”. How is this best addressed?
What I read online for installing Ubuntu/Linux was that partition needed to be no larger than 20Gb… and I doubled it to 40Gb (yes I have trust issues… moving on…). Now I’m having storage space issues (trust issues vindicated, ;-D) I deleted all programs I don’t use, buying myself some time; but this issue needs addressed for the long-term system integrity.
I imagine I can reroute the directories in /home/[user] by means of symlinks for each /home/[user] directory, but that seems a rather ham-handed, in-elegant means to achieve such; just my style… but looking to learn more effective methods.
NOTE: there are no tags in Discourse for “partitions” or “setup” which might more aptly describe this issue (and I don’t have permissions to create them that I can see).