License: (CC 3.0) BY-NC-SA
Reference
Label A Partition
list partition
df -a
show partition info
blkid /dev/sda1
e2label
label a partition
e2label /dev/sda1 "mylabel"
tune2fs
label a partition
tune2fs -L "mylabel" /dev/sda1
findfs
find the partition named the specific label
findfs LABEL=mylabel
use label in /etc/fstab
LABEL=mylabel /mount/point ext3 defaults 0 2