


Then all your snap music programs will auto magically find the music files. Then bind mount /srv/ds music to that directory sudo mount -bind /srv/dsmusic /home/$USER/Music/dsmusic

It's even possible to make this mount permanent by adding it to your FSTab sudo nano /etc/fstabĪppend the line /source /destination none defaults,bind 0 0įirst create a directory at /home/$USER/Music/dsmusic mkdir /home/$USER/Music/dsmusic Then you can continue to use your nonstandard mountpoint AND at the same time all your snaps can find your nonstandard_mountpoint data. Or mount -bind /nonstandard_mountpoint /home/$USER/directory mount -bind /nonstandard_mountpoint /media/$USER/directory Second: If one chooses to deviate from the worldwide standard that has been in place since 1979, that's perfectly fine, but then bind mount your non-standard directory so that snap can find it. First: Linux and Unix have a Filesystem Hierarchy Standard which Ubuntu and Snaps follow.
