22 lines
406 B
Markdown
Raw Normal View History

# 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:
`sudo lvscan`
- List only active logical volumes:
`sudo lvscan --active`
- List only inactive logical volumes:
`sudo lvscan --inactive`
- Display logical volumes in JSON format:
`sudo lvscan --reportformat json`