logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

See Also