Advertisement
Guest User

Untitled

a guest
Jan 8th, 2021
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.69 KB | None | 0 0
  1. [root@localhost ~]# df -hT
  2. Filesystem          Type      Size  Used Avail Use% Mounted on
  3. devtmpfs            devtmpfs  7.7G     0  7.7G   0% /dev
  4. tmpfs               tmpfs     7.8G     0  7.8G   0% /dev/shm
  5. tmpfs               tmpfs     7.8G   58M  7.7G   1% /run
  6. tmpfs               tmpfs     7.8G     0  7.8G   0% /sys/fs/cgroup
  7. /dev/mapper/cl-root xfs       215G  3.0G  212G   2% /
  8. /dev/sda1           xfs      1014M  195M  820M  20% /boot
  9. tmpfs               tmpfs     1.6G     0  1.6G   0% /run/user/0
  10.  
  11.  
  12. [root@localhost ~]# cat /proc/mounts
  13. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  14. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  15. devtmpfs /dev devtmpfs rw,nosuid,size=8056240k,nr_inodes=2014060,mode=755 0 0
  16. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  17. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  18. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  19. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  20. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  21. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  22. pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
  23. bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
  24. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  25. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  26. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  27. cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
  28. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  29. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  30. cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
  31. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  32. cgroup /sys/fs/cgroup/rdma cgroup rw,nosuid,nodev,noexec,relatime,rdma 0 0
  33. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  34. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  35. none /sys/kernel/tracing tracefs rw,relatime 0 0
  36. configfs /sys/kernel/config configfs rw,relatime 0 0
  37. /dev/mapper/cl-root / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
  38. mqueue /dev/mqueue mqueue rw,relatime 0 0
  39. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  40. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=40,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=277 0 0
  41. hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0
  42. /dev/sda1 /boot xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
  43. tmpfs /run/user/0 tmpfs rw,nosuid,nodev,relatime,size=1615332k,mode=700 0 0
  44.  
  45.  
  46. [root@localhost ~]# lsblk
  47. NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
  48. sda           8:0    0 223.6G  0 disk
  49. ├─sda1        8:1    0     1G  0 part /boot
  50. └─sda2        8:2    0 222.6G  0 part
  51.   ├─cl-root 253:0    0 214.7G  0 lvm  /
  52.   └─cl-swap 253:1    0   7.9G  0 lvm  [SWAP]
  53.  
  54.  
  55. [root@localhost ~]# fdisk -l
  56. Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
  57. Units: sectors of 1 * 512 = 512 bytes
  58. Sector size (logical/physical): 512 bytes / 512 bytes
  59. I/O size (minimum/optimal): 512 bytes / 512 bytes
  60. Disklabel type: dos
  61. Disk identifier: 0xac8069b3
  62.  
  63. Device     Boot   Start       End   Sectors   Size Id Type
  64. /dev/sda1  *       2048   2099199   2097152     1G 83 Linux
  65. /dev/sda2       2099200 468860927 466761728 222.6G 8e Linux LVM
  66.  
  67.  
  68. Disk /dev/mapper/cl-root: 214.7 GiB, 230539919360 bytes, 450273280 sectors
  69. Units: sectors of 1 * 512 = 512 bytes
  70. Sector size (logical/physical): 512 bytes / 512 bytes
  71. I/O size (minimum/optimal): 512 bytes / 512 bytes
  72.  
  73.  
  74. Disk /dev/mapper/cl-swap: 7.9 GiB, 8438939648 bytes, 16482304 sectors
  75. Units: sectors of 1 * 512 = 512 bytes
  76. Sector size (logical/physical): 512 bytes / 512 bytes
  77. I/O size (minimum/optimal): 512 bytes / 512 bytes
  78.  
  79.  
  80. [root@localhost ~]# blkid -c /dev/null
  81. /dev/sda1: UUID="54591a35-eff9-46cb-8942-1bc20b747e02" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="ac8069b3-01"
  82. /dev/sda2: UUID="F02vZB-7MWB-12Qk-LUQz-M0t7-F5hZ-BsU2J4" TYPE="LVM2_member" PARTUUID="ac8069b3-02"
  83. /dev/mapper/cl-root: UUID="575d11ad-aebe-4e95-b3be-c9d71fccf907" BLOCK_SIZE="512" TYPE="xfs"
  84. /dev/mapper/cl-swap: UUID="85c912ac-7f51-4861-8e50-bcf3af25fc09" TYPE="swap"
  85.  
  86.  
  87. [root@localhost ~]# pvdisplay
  88.   --- Physical volume ---
  89.   PV Name               /dev/sda2
  90.   VG Name               cl
  91.   PV Size               <222.57 GiB / not usable 3.00 MiB
  92.   Allocatable           yes (but full)
  93.   PE Size               4.00 MiB
  94.   Total PE              56977
  95.   Free PE               0
  96.   Allocated PE          56977
  97.   PV UUID               F02vZB-7MWB-12Qk-LUQz-M0t7-F5hZ-BsU2J4
  98.  
  99.  
  100.  
  101. [root@localhost ~]# vgdisplay
  102.   --- Volume group ---
  103.   VG Name               cl
  104.   System ID
  105.   Format                lvm2
  106.   Metadata Areas        1
  107.   Metadata Sequence No  6
  108.   VG Access             read/write
  109.   VG Status             resizable
  110.   MAX LV                0
  111.   Cur LV                2
  112.   Open LV               2
  113.   Max PV                0
  114.   Cur PV                1
  115.   Act PV                1
  116.   VG Size               <222.57 GiB
  117.   PE Size               4.00 MiB
  118.   Total PE              56977
  119.   Alloc PE / Size       56977 / <222.57 GiB
  120.   Free  PE / Size       0 / 0
  121.   VG UUID               GaLJmk-dcef-0MVz-zPrH-GGuL-wpZw-Gcgqr1
  122.  
  123.  
  124. [root@localhost ~]# lvdisplay
  125.   --- Logical volume ---
  126.   LV Path                /dev/cl/swap
  127.   LV Name                swap
  128.   VG Name                cl
  129.   LV UUID                CnOgE9-1V9I-Hih6-ZRLz-BwWS-24yS-AMmPXQ
  130.   LV Write Access        read/write
  131.   LV Creation host, time localhost.localdomain, 2021-01-04 12:08:24 -0500
  132.   LV Status              available
  133.   # open                 2
  134.   LV Size                <7.86 GiB
  135.   Current LE             2012
  136.   Segments               1
  137.   Allocation             inherit
  138.   Read ahead sectors     auto
  139.   - currently set to     8192
  140.   Block device           253:1
  141.  
  142.   --- Logical volume ---
  143.   LV Path                /dev/cl/root
  144.   LV Name                root
  145.   VG Name                cl
  146.   LV UUID                enO01R-Y0b6-MiBb-wb9j-kqSR-iZfs-gdK80k
  147.   LV Write Access        read/write
  148.   LV Creation host, time localhost.localdomain, 2021-01-04 12:08:32 -0500
  149.   LV Status              available
  150.   # open                 1
  151.   LV Size                <214.71 GiB
  152.   Current LE             54965
  153.   Segments               2
  154.   Allocation             inherit
  155.   Read ahead sectors     auto
  156.   - currently set to     8192
  157.   Block device           253:0
  158.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement