Created
January 29, 2016 22:53
-
-
Save fititnt/bd50808627df97bfd3c8 to your computer and use it in GitHub Desktop.
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
# df -h | |
Sist. Arq. Tam. Usado Disp. Uso% Montado em | |
/dev/mapper/centos_xxxdnn3016-root 50G 39G 12G 77% / | |
devtmpfs 5,8G 0 5,8G 0% /dev | |
tmpfs 5,8G 0 5,8G 0% /dev/shm | |
tmpfs 5,8G 321M 5,5G 6% /run | |
tmpfs 5,8G 0 5,8G 0% /sys/fs/cgroup | |
tmpfs 12G 87M 12G 1% /ramdisk | |
/dev/sda1 492M 231M 261M 48% /boot | |
/dev/mapper/centos_xxxdnn3016-home 501G 9,3G 491G 2% /home | |
tmpfs 1,2G 0 1,2G 0% /run/user/0 | |
# du -hxcd1 | |
26M ./etc | |
1,2G ./root | |
4,0K ./tmp | |
5,6G ./var | |
2,5G ./usr | |
0 ./media | |
0 ./mnt | |
0 ./opt | |
0 ./srv | |
126M ./backup | |
9,3G . | |
9,3G total | |
# mount | |
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) | |
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) | |
devtmpfs on /dev type devtmpfs (rw,nosuid,size=6038488k,nr_inodes=1509622,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 (ro,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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu) | |
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) | |
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) | |
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) | |
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/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) | |
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) | |
configfs on /sys/kernel/config type configfs (rw,relatime) | |
/dev/mapper/centos_xxxdnn3016-root on / type xfs (rw,relatime,attr2,inode64,logbsize=256k,sunit=512,swidth=512,noquota) | |
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=300,minproto=5,maxproto=5,direct) | |
debugfs on /sys/kernel/debug type debugfs (rw,relatime) | |
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime) | |
mqueue on /dev/mqueue type mqueue (rw,relatime) | |
tmpfs on /ramdisk type tmpfs (rw,nosuid,nodev,noexec,nodiratime,relatime,size=12582912k) | |
/dev/sda1 on /boot type xfs (rw,relatime,attr2,inode64,logbsize=256k,sunit=512,swidth=512,noquota) | |
/dev/mapper/centos_xxxdnn3016-home on /home type xfs (rw,relatime,attr2,inode64,logbsize=256k,sunit=512,swidth=512,noquota) | |
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime) | |
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=1209748k,mode=700) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment