lvs
Display information about logical volumes.
See also: `lvm`.
- Display information about logical volumes:
lvs
- Display all logical volumes:
lvs -a
- Change default display to show more details:
lvs -v
- Display only specific fields:
lvs -o {field_name_1},{field_name_2}
- Append field to default display:
lvs -o +{field_name}
lvs --noheadings
- Use a separator to separate fields:
lvs --separator {=}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).