Created
November 13, 2013 02:54
-
-
Save demmm/7442919 to your computer and use it in GitHub Desktop.
fstab
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
# | |
# /etc/fstab: static file system information | |
# | |
# <file system> <dir> <type> <options> <dump> <pass> | |
tmpfs /tmp tmpfs nodev,nosuid 0 0 | |
UUID=93251f0a-da19-415a-89f4-463bc2248c8b / ext4 defaults 0 1 | |
UUID=1713a511-7806-4d48-9267-2f02f3fa14ef /home ext4 defaults,noatime,discard 0 0 | |
UUID=2effc15f-688c-4686-b24c-2d2697200bee /data ext4 defaults,noatime,discard 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment