logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

LVM Logical Volumes - Display LVM Information | Online Free DevTools by Hexmos

Display LVM logical volume information with the lvs command. Manage and view your logical volumes efficiently. Free online tool, no registration required.

lvs

Display information about logical volumes. See also: lvm. More information: https://manned.org/lvs.

  • Display information about logical volumes:

lvs

  • Display all logical volumes:

lvs {{[-a|--all]}}

  • Change default display to show more details:

lvs {{[-v|--verbose]}}

  • Display only specific fields:

lvs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}

  • Append field to default display:

lvs {{[-o|--options]}} +{{field_name}}

  • Suppress heading line:

lvs --noheadings

  • Use a separator to separate fields:

lvs --separator {{=}}

See Also