Files
tldr/pages/linux/lvscan.md
T
Alejandro RamirezandManagor a1f7a8b145 lvscan: add page (#17995)
* Create lvscan.md

* Update pages/linux/lvscan.md

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-09-08 08:30:51 +05:30

386 B

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