https://bugzilla.novell.com/show_bug.cgi?id=809837 https://bugzilla.novell.com/show_bug.cgi?id=809837#c0 Summary: udisks ignores UDISKS_FILESYSTEM_SHARED flag Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: All OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Helbrass@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Opera/9.80 (X11; Linux x86_64; U; en) Presto/2.10.289 Version/12.00 OpenSUSE 12.2 mounts external storages in /media/LABEL. OpenSUSE 12.3 changed this policy to mount everything in user-specific folders in /var/run/USERNAME. This change makes impossible to have user home folder on external storage, symlinked to /home. udisks2 has special udev flag to make it configurable, UDISKS_FILESYSTEM_SHARED (http://udisks.freedesktop.org/docs/latest/udisks.8.html), but it appeared in version 2.0.91 and is not supported in 2.0.0 version, included with OpenSUSE 12.3. Please update udisks2 version to current version. Reproducible: Always Steps to Reproduce: 1. add a rule line to your udev configuration: ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1", ATTR{UDISKS_FILESYSTEM_SHARED}="1", ATTRS{UDISKS_FILESYSTEM_SHARED}="1" 2. insert external storage device 3. see the mount point of device Actual Results: device is mounted in user-specific folder in /var/run Expected Results: as per documentation (and backward compatibility) device is expected to be mounted in /media folder. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.