linux automount by drive name

,

https://wiki.archlinux.org/index.php/Fstab

mount -L label_name_here /path/to/mount/point

i.e. mount -L ‘2tb backup’ /media/tech for etc/fstab to auto mount:

LABEL=2tb-backup     /mnt    ext4   defaults 0 0