If you have multiple Linux partitions and want to find out the name of a certain one, you can use findfs for the task:
$ /sbin/findfs LABEL=/
/dev/hda1
The findfs binary is in the e2fsprogs package.
If you have multiple Linux partitions and want to find out the name of a certain one, you can use findfs for the task:
$ /sbin/findfs LABEL=/
/dev/hda1
The findfs binary is in the e2fsprogs package.