Years later I'm trying again because I reneed this in a script.
Blkid -L label show me /dev/partition, in the script so that I can use this data to mount and umount and to indicate the path of a directory
es.
blkid -L label
/dev/sdb1
script:
mount "result of blkid)
cp /result of blkid/subtdirectory /other/directory
umont "result of blkid)
how can I do?