On Ubuntu, I have the link to the partition (e.g. /dev/sda1). I want to know the labels, size,... of that partition.
How can I do that with a command in which the partition's link is a parameter? It is important to use this link in that command.
What about other devices?
grepresults from the below commands for your specific label. E.g.df -h | grep "/dev/sda1". – slhck Nov 5 '11 at 14:21