Skip to content

Instantly share code, notes, and snippets.

@sarahhodne

sarahhodne/fstab Secret

Created July 11, 2010 11:22
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 sarahhodne/f56eac9ed6d9cdcebb9c to your computer and use it in GitHub Desktop.
Save sarahhodne/f56eac9ed6d9cdcebb9c to your computer and use it in GitHub Desktop.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
dev /dev devtmpfs rw 0 0
proc /proc proc defaults 0 0
/dev/xvda / ext3 noatime,errors=remount-ro 0 1
/dev/xvdb none swap sw 0 0
/dev/xvda / ext3 rw,noatime,errors=remount-ro 0 0
proc /proc proc rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
none /sys sysfs rw,noexec,nosuid,nodev 0 0
none /sys/fs/fuse/connections fusectl rw 0 0
/dev /dev devtmpfs rw 0 0
none /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0
none /dev/shm tmpfs rw,nosuid,nodev 0 0
none /var/run tmpfs rw,nosuid,mode=0755 0 0
none /var/lock tmpfs rw,noexec,nosuid,nodev 0 0
none /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment