Created
October 24, 2013 15:35
-
-
Save lucassus/7139414 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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