Skip to content

Instantly share code, notes, and snippets.

Created December 19, 2014 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b086a989e882821115df to your computer and use it in GitHub Desktop.
Save anonymous/b086a989e882821115df to your computer and use it in GitHub Desktop.
stdin
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
/dev/sda3 /boot ext4 noauto,noatime 1 2
/dev/sda2 / ext4 noatime 0 1
/dev/sda5 none swap sw 0 0
devpts /dev/pts devpts noexec,nosuid,gid=tty,mode=0620 0 0
tmp /tmp tmpfs defaults 0 0
shm /dev/shm tmpfs defaults 0 0
proc /proc proc nosuid,noexec,nodev 0 0
devtmpfs /dev devtmpfs mode=0755,nosuid 0 0
# End of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment