From: James B. Byrne byrnejb@harte-lyne.ca
I have a USB key that when inserted into a port on my CentOS-6.5 system maounts as this:
/dev/sdb1 /media/22d773e3-8502-4196-b45f-388380dcee48 ext2 rw,nosuid,nodev,uhelper=udisks 0 0
What is the mechanism to give this thing a more human usable mount name / volume name?
Just to check... does tune2fs show a "volume name"...? # tune2fs -l /dev/sdb1
JD