Skip to content

Instantly share code, notes, and snippets.

@lucassus
Created October 24, 2013 15:35
Show Gist options
  • Save lucassus/7139414 to your computer and use it in GitHub Desktop.
Save lucassus/7139414 to your computer and use it in GitHub Desktop.
> cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/sil_bjagdiceacde6 / ext4 noatime,nodiratime,nobarrier,errors=remount-ro 0 1
/dev/mapper/sil_bjagdiceacde1 /boot ext4 noatime,nodiratime,defaults 0 2
/dev/mapper/sil_bjagdiceacde5 /home ext4 noatime,nodiratime,defaults 0 2
/dev/mapper/sil_bjagdiceacde7 /opt ext4 noatime,nodiratime,nobarrier,defaults 0 2
/dev/mapper/sil_bjagdiceacde9 /tmp ext4 noatime,nodiratime,nobarrier,defaults 0 2
/dev/mapper/sil_bjagdiceacde8 none swap sw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment