As you already know, with udisks2, the removable medias are mounted under /run/media/$USER/VolumeName.
But in the new version (post 2.0 I think), there is an option to mount under /media, like in (not so) old days (http://udisks.freedesktop.org/docs/latest/udisks.8.html).
Only one udev rule is required, according to http://linux.derkeiler.com/Newsgroup.../msg00055.html:
I do not have an FC19 installation to test, so my question: does it works with FC19?
---------- Post added at 06:22 PM ---------- Previous post was at 05:30 PM ----------
Tested virtually with qemu, it works! :dance:
But in the new version (post 2.0 I think), there is an option to mount under /media, like in (not so) old days (http://udisks.freedesktop.org/docs/latest/udisks.8.html).
Only one udev rule is required, according to http://linux.derkeiler.com/Newsgroup.../msg00055.html:
Quote:
Create the file: /etc/udev/rules.d/99-correct-media-mount-point.rules and add this line: ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1" Just take the USB device out and connect it back in and it shows up in /media |
---------- Post added at 06:22 PM ---------- Previous post was at 05:30 PM ----------
Tested virtually with qemu, it works! :dance: