Skip to content

Instantly share code, notes, and snippets.

@godspeed1989
Created May 16, 2013 08:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godspeed1989/5590286 to your computer and use it in GitHub Desktop.
Save godspeed1989/5590286 to your computer and use it in GitHub Desktop.
/etc/fstab example
#<file system> <mount-point> <type> <options> <dump> <pass>
/dev/root / auto defaults,errors=remount-ro 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
sysfs /sys sysfs auto 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment