On Sun, Jul 13, 2014 at 4:10 PM, Istvan Gabor <suseuser04@freemail.hu> wrote:
-- Is it possible to get back /media folder instead of /var/run/media/<user>? It is too complicated to navigate here (in konsole).
I think this will do it: Create: /etc/udev/rules.d/99-correct-media-mount-point.rules including: ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1" Or if you prefer: echo 'ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"' > /etc/udev/rules.d/99-correct-media-mount-point.rules The name of the file doesn't matter much as I recall, but you want it to be last of all the rulles alphabetically in that directory. Greg -- Greg Freemyer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org