There should be a right-click option on drives choose the mount path and auto-mount on boot

For people with multiple drives there should be an option directly in the right-click menu of that drive (for me this was in Dolphin) to choose exactly where the drive gets mounted (instead of /run/media/<user>/<label>/), as well as the option to auto-mount that drive on system launch.

I was able to do both of these after creating an appropriately located folder, with:

echo "UUID=$(lsblk -no UUID /dev/nvme0n1p2) $mount/gamedrive $(lsblk -no FSTYPE /dev/nvme0n1p2) defaults,noatime 0 2" >> /etc/fstab

This was the only thing so far in the month I’ve had Manjaro that outright required the console, and I’m surprised it’s not in the UI.

1 Like

You can do that already in System Settings > Removable Storage > Removable Devices

It will indeed mount in the default path, but what is wrong with the default path?
Either way, you should ask KDE Plasma developers for features …

2 Likes