500GB will contain config files, games (high priority) & local apps
4TB will contain Documents, Pictures, Videos, Downloads, some games (lower priority), etc.
I also want that spanned to multiple users as well.
How can I do that exactly, especially with some Snap apps unable to access removable media?
Edit: currently testing symlinking documents, videos, etc. from second drive to /home. Only problem is that, unless a Snap’s removable-media plug exists and plugged, it can’t read & access files & directories outside of home.
Edit 2: resolved
I got Snap to read and write to the second drive without the need of removable-media plug by placing it in /home/mnt, and create a symlink to the directories in there.
I tend to keep it simple and have /home on a smaller faster disk and mount my secondary drive to somethink like /disk2 and create a folders in there I am the owner of. It’s simple enough to install games to both disks. If you want the second disk to appear under /home, which is the mount point for the first disk you could create a directory link.
Does LVMCache persist across boots, or does it need to start from scratch? I’m mildly concerned about flash wearout. I destroyed a couple 850 pros in a year using them for ZIL/SLOG on my NAS.
Yeah I was aware of symlinking. I just didn’t know at first how to mount it, and have sanboxed software, like Snaps, read and write to it without the need of removable-media permission.