Skip to content

Instantly share code, notes, and snippets.

@afuggini
Created May 16, 2014 04:24
Show Gist options
  • Save afuggini/43e1ca2dc293738f34f5 to your computer and use it in GitHub Desktop.
Save afuggini/43e1ca2dc293738f34f5 to your computer and use it in GitHub Desktop.
/dev/vda / ext4 rw,noatime,errors=remount-ro 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
none /sys/fs/fuse/connections fusectl rw 0 0
none /sys/kernel/debug debugfs rw 0 0
none /sys/kernel/security securityfs rw 0 0
udev /dev devtmpfs rw,mode=0755 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0
tmpfs /run tmpfs rw,noexec,nosuid,size=10%,mode=0755 0 0
none /run/lock tmpfs rw,noexec,nosuid,nodev,size=5242880 0 0
none /run/shm tmpfs rw,nosuid,nodev 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment