10-06-2023, 10:05 AM
The AUR way (assuming you have yay or some other helper):
Both projects appear to be unmaintained but they seem to work fine with current systemd incarnations:
Code:
# this one creates the mounts by device label, e.g. /run/media/manjaro/MYDISKLABEL
yay -S usbmount
# OR, alternative package, same systemd based approach
# (this one creates mounts by device number, e.g. /media/manjaro/usb0...N)
yay -S automount-usb-git
Both projects appear to be unmaintained but they seem to work fine with current systemd incarnations: