Skip to content

Instantly share code, notes, and snippets.

@TheFlipside
Created October 3, 2013 16:06
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 TheFlipside/6812340 to your computer and use it in GitHub Desktop.
Save TheFlipside/6812340 to your computer and use it in GitHub Desktop.
# Begin /etc/fstab
# file system mount-point type options dump fsck
# order
/dev/sda1 / reiserfs defaults 1 1
/dev/sda2 swap swap pri=1 0 0
proc /proc proc nosuid,noexec,nodev 0 0
sysfs /sys sysfs nosuid,noexec,nodev 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /run tmpfs defaults 0 0
devtmpfs /dev devtmpfs mode=0755,nosuid 0 0
# End /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment