lvdisplay

Display information about Logical Volume Manager (LVM) logical volumes. See also: lvm. More information: <https://man7.org/linux/man-pages/man8/lvdisplay.8.html>.

Install

All systems
curl cmd.cat/lvdisplay.sh
Debian Debian
apt-get install lvm2
Ubuntu
apt-get install lvm2
Alpine
apk add lvm2
Arch Arch Linux
pacman -S lvm2
image/svg+xml Kali Linux
apt-get install lvm2
CentOS
yum install lvm2
Fedora
dnf install lvm2
Windows (WSL2)
sudo apt-get update sudo apt-get install lvm2
Raspbian
apt-get install lvm2
Docker
docker run cmd.cat/lvdisplay lvdisplay powered by Commando

Display information about Logical Volume Manager (LVM) logical volumes. See also: lvm. More information: <https://man7.org/linux/man-pages/man8/lvdisplay.8.html>.

  • Display information about all logical volumes:
    sudo lvdisplay
  • Display information about all logical volumes in volume group vg1:
    sudo lvdisplay vg1
  • Display information about logical volume lv1 in volume group vg1:
    sudo lvdisplay vg1/lv1

© tl;dr; authors and contributors