On Fri, Oct 18, 2013 at 3:27 PM, Felix Miata <mrmazda@earthlink.net> wrote:
On 2013-10-18 20:00 (GMT+0200) Dimstar / Dominique Leuenberger composed:
...USB (a Corsair stick) I cannot see it anywhere when I start mc - the stick does not show up in /media nor anywhere else I looked. So where is it hiding?!
should be in /var/run/media/<username>
"Should"? Why? That's just as bad or maybe worse than \Documents and Settings\blah. Why not just /media/<DEVLABEL> as before? Has anyone considered putting a symlink to /var/run/media/ in /home/?
Based on which Windowing solution you use, this was introduced in either 12.2 or 12.3, so I don't know why it's being discussed on factory. Anyway if you want to put it back in /media without shared access by all users of the computer, there is not a GUI/yast way to do it that I know of, but via the CLI here you go. === If you want to put it back in /media try this: 1) get the latest udisk packages from online updates (for 12.3 I think. 13.1 should already have it in OSS) 2) Create: /etc/udev/rules.d/99-correct-media-mount-point.rules With rule (contents): ENV{ID_FS_USAGE}=="filesystem|other|crypto",ENV{UDISKS_FILESYSTEM_SHARED}="1" that's a one liner and the file name can be anything that starts with 99. 3) restart udisks (there is a command I don't remember, or you can just reboot) Details for this are in a bugzilla, but I don't have the bnc# handy. === Greg -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org