Wednesday, August 15, 2012

linux fstab

commands learned which related to UUID and label are:

Display current label

sudo e2label /dev/sda1

 

To get a list of all the UUIDs, use one of the following two commands:
sudo blkid
ls -l /dev/disk/by-uuid

More info can be found below.

AutomaticallyMountPartitions

Introduction to fstab

Understanding fstab 

Label a Linux Partition