mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 06:01:17 +08:00
* 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>
386 B
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