logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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