If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
Since updates last week, KDE now automounts my usb drives to /media/<username>/mountpoint instead of just /media/mountpoint
Any idea how to change this behaviour back to the old way?
Dont pretend you havent noticed my cardboard box, Julia, because I know you have!
This has been normal for Ubuntu for some time, according to their wiki page on USB mounting. KDE 4.10 did not follow this because it relied on udisks1 via libsolid4, which mounts removable devices on /media. KDE 4.11 relies on the newer udisks2 which changes the behavior. By default, it mounts devices on /run/media/$USER but Ubuntu patches it to use /media/$USER.
To return to the prior behavior, run Kate elevated to root. Type the following line, and then save the file as /etc/udev/rules.d/99-udisks2.rules:
Comment