5

It's pretty annoying that thunar mounts a drive to /run/media/user_name/XX instead of /media/XX, can I change that behavior ? I'm running latest arch linux

Gilles 'SO- stop being evil'
  • 807,993
  • 194
  • 1,674
  • 2,175
daisy
  • 53,527
  • 78
  • 236
  • 383
  • 2
    [Here's an extensive thread on this `udisk`/`udisk2` issue,](https://mailman.archlinux.org/pipermail/arch-general/2012-April/025994.html) including hints on why `/media` is supposed to go away. – sr_ Aug 03 '12 at 08:05
  • @sr_ yeah, doesn't matter for me.. it's a laptop that only I can use, reading that page now – daisy Aug 03 '12 at 08:19

1 Answers1

2

If you're desperate, you can search and replace the path in the thunar sources, then recompile thunar.

Alternatively, you could make /media into a soft link to /run/media/user_name, or the other way around, since you're the only one using the laptop.

Alexander
  • 9,607
  • 3
  • 40
  • 59