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?
Any idea how to change this behaviour back to the old way?
ENV{ID_FS_USAGE}=="filesystem", ENV{UDISKS_FILESYSTEM_SHARED}="1"
sudo udevadm control --reload
Comment