Created
January 4, 2014 00:26
-
-
Save derchrisuk/8249549 to your computer and use it in GitHub Desktop.
Debian mounts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dev/md1 on / type ext3 (rw) | |
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) | |
proc on /proc type proc (rw,noexec,nosuid,nodev) | |
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) | |
udev on /dev type tmpfs (rw,mode=0755) | |
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) | |
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) | |
/dev/md0 on /boot type ext2 (rw) | |
fusectl on /sys/fs/fuse/connections type fusectl (rw) | |
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev) | |
xenfs on /proc/xen type xenfs (rw) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment