List Logical Volumes - Scan LVM Disks | Online Free DevTools by Hexmos

List logical volumes quickly with lvscan. Efficiently manage LVM disks and storage space in Linux. Free online tool, no registration required.

lvscan

Scan (list) all logical volumes in the system. Part of the LVM (Logical Volume Manager) suite. More information: https://manned.org/lvscan.

  • List all logical volumes:

lvscan

  • List only active logical volumes:

lvscan --active

  • List only inactive logical volumes:

lvscan --inactive

  • Display logical volumes in JSON format:

lvscan --reportformat json