Skip to content

Instantly share code, notes, and snippets.

@demmm
Created November 13, 2013 02:54
Show Gist options
  • Save demmm/7442919 to your computer and use it in GitHub Desktop.
Save demmm/7442919 to your computer and use it in GitHub Desktop.
fstab
#
# /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