Created
April 25, 2013 13:06
-
-
Save x2q/5459544 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # /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> | |
| UUID=44358b4f-884c-408a-904d-3d4944f8c746 / ext4 discard,noatime,nodiratime,commit=600,errors=remount-ro 0 1 | |
| /dev/mapper/cryptswap1 none swap sw 0 0 | |
| # tmpfs section | |
| tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 | |
| tmpfs /var/log tmpfs defaults,noatime,mode=0755 0 0 | |
| tmpfs /var/log/apt tmpfs defaults,noatime 0 0 | |
| tmpfs /var/cache/apt/archives tmpfs defaults,noexec,nosuid,nodev,mode=0755 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment