readlink -f
Onde -f é --canonicalize:
canonicalize by following every symlink in every component of the given name recursively; all but the last component must exist
Exemplo:
$ readlink -f /dev/disk/by-label/my_partition_label
/dev/sdb1