Udev, cannot create name for USB drive

Something like this should do the trick (avoid spaces in label - you will thank me later)

sudo e2label /dev/sdc1 "usb1"

systemd always mount in the volatile /run tree → /run/media/$USER/${<label> | <UUID>}

If you need something more specific like /data/backup you will would have to use an automount unit.

2 Likes