How to rename the external HDD from its UUID to an intelligible name?

Run this as root

#  e2label /dev/sdyX "disk_name"

I recommend to avoid space as this can give you path issues - if you need space use the low-dash (_).

If you want a more permanent predictable location - you can use systemd mount units and for removable devices like network locations and usb - it is recommended to use an additional automount unit.

1 Like