UUID stands for Universally Unique Identifier and is used to univocally identify a partition.
This is more reliable than /dev/hd* or /dev/sd* since it doesn’t change between system boots.
All filesystems should be specified by UUID=<id> (or also LABEL=<name>) for each partition.
Lab[……]