Bug 62527

Summary: move shared mounts from /media to /run/media
Product: udisks Reporter: Tom Gundersen <teg>
Component: generalAssignee: David Zeuthen (not reading bugmail) <zeuthen>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: patch

Description Tom Gundersen 2013-03-19 15:09:46 UTC
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.