Created attachment 76756 [details] patch Reference: http://www.mail-archive.com/devkit-devel@lists.freedesktop.org/msg01304.html The attached patch introduced /run/media/{private,shared} and moves /run/media/* into the former and /media/* into the latter. The main benefit of the patch is to unify the behavior of shared and private mounts (in particular they are now all guaranteed to be on the same tmpfs). Distributions/admins who want backwards compatibility can turn /media into a symlink, others might just drop it altogether for a cleaner rootfs. The new /run/media/private folder is introduced in order to avoid namespaces clashes. This should not be a problem, as its location is not meant to be stable.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.