Home‎ > ‎Server config‎ > ‎

fstab with LABEL or UUID

You can update the /etc/fstab file as follows to mount it automatically using the disk label:

LABEL=<labelname>     /<mountpoint>    ext3   defaults 0 0
UUID=<uuid>  /<mountpoint>      ext3    defaults 0  1
Get UUID (or LABEL) for device with blkid command