Created
March 16, 2015 21:01
-
-
Save kevsmith/68a9e8c88a1af0b1e8ab to your computer and use it in GitHub Desktop.
Default mounts on Centos 7
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
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) | |
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) | |
devtmpfs on /dev type devtmpfs (rw,nosuid,size=16327544k,nr_inodes=4081886,mode=755) | |
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) | |
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) | |
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) | |
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) | |
tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755) | |
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) | |
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) | |
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) | |
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu) | |
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) | |
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) | |
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) | |
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls) | |
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) | |
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) | |
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) | |
configfs on /sys/kernel/config type configfs (rw,relatime) | |
/dev/sda2 on / type ext4 (rw,noatime,discard,data=ordered) | |
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=36,pgrp=1,timeout=300,minproto=5,maxproto=5,direct) | |
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime) | |
debugfs on /sys/kernel/debug type debugfs (rw,relatime) | |
mqueue on /dev/mqueue type mqueue (rw,relatime) | |
/dev/sda1 on /boot type ext4 (rw,noatime,discard,data=ordered) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment