I have just upgraded to a recent version of Ubuntu that uses snap apps, and I have trouble understanding how I'm supposed to use them to work with files outside of /home
. I have three disks in my machine, a large photo library on sdb
, backup drives, and other things. As snap apps are confined, they cannot access any of them.
Only solution I can think of, is to bind mount everything to some folder under /home
, but that seems like a terrible thing to do every single time I want to look at a file. Searching the web brings up blog posts about "snap interfaces" and "snap connections", but it is unclear to me if that could be helpful.
So the question is: What is the intended method for using snap apps to work with files stored outside of /home
?
removable-media
gives app the rights for things under /mnt, so, no – kurja Apr 20 '20 at 20:48