I've been trying to combine my SSD and HDD under one partition so my user data ends up on the HDD and everything else ends up on the SSD. However, I've been having the hardest time doing this. Here's what I've done so far:
- I started off just mounting the HDD to the
/media
directory and symbolic link the user data folders (that I put on my HDD) into the\home
directory (that was still on my SSD) but this seemed to cause issues with snap apps (I found out that snap apps run in isolated environments that expect the folders to be directly in the/home
directory, so symbolic linking isn't going to work) - I completely wiped my Ubuntu installation and manually setup LVM on the SSD and made a non-LVM partition on my HDD that mounts directly to the
/home
directory, but the capacity of the HDD isn't showing up at all on Nautilus (but it does appear in the Disks app).
So now, I'm at a lost of what to do to make both drives' capacities appear in the file explorer (while keeping them all under the same partition so my snap apps work) all while using LVM (since I plan on upgrading the drives soon).
/
because my snap apps all completely break and refuse to open because of permission issues (a limitation of snap apps is that it can't access anything outside of the root folder). That's why I want to combine them under the same partition so I don't have to any type of folder moving/symbolic linking. – Mar 06 '20 at 15:06/home
is under / by definition, so that should be a problem. To make sure, let's wait for someone else to chime in. – mikewhatever Mar 06 '20 at 15:16