Skip to content

Instantly share code, notes, and snippets.

@netrunn3r
Created June 12, 2020 15:51
Show Gist options
  • Save netrunn3r/08d41f1daac8f3b15017293fa45b002a to your computer and use it in GitHub Desktop.
Save netrunn3r/08d41f1daac8f3b15017293fa45b002a to your computer and use it in GitHub Desktop.
LVM space
Filesystem      Size  Used Avail Use% Mounted on
udev             10M     0   10M   0% /dev
tmpfs           3.2G  329M  2.9G  11% /run
/dev/dm-0        55G   55G     0 100% /
tmpfs           7.9G   37M  7.8G   1% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           7.9G     0  7.9G   0% /sys/fs/cgroup
tmpfs           100K     0  100K   0% /run/lxcfs/controllers
cgmfs           100K     0  100K   0% /run/cgmanager/fs
/dev/fuse        30M   16K   30M   1% /etc/pve
root@proxmox:/var/lib/vz/images# lvs
  LV            VG   Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  data          pve  twi-aotz-- 143.70g             4.17   2.43                            
  root          pve  -wi-ao----  55.75g                                                    
  swap          pve  -wi-ao----   8.00g                                                    
  vm-143-disk-1 pve  Vwi-aotz--  30.00g data        19.96                                  
root@proxmox:/var/lib/vz/images# vgs
  VG   #PV #LV #SN Attr   VSize   VFree 
  pve    1   4   0 wz--n- 223.44g 15.85g
root@proxmox:/var/lib/vz/images# pvs
  PV         VG   Fmt  Attr PSize   PFree 
  /dev/sda3  pve  lvm2 a--  223.44g 15.85g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment