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

PVS - Display Physical Volumes | Online Free DevTools by Hexmos

Display physical volumes with PVS on Linux. Inspect volume group attributes and manage storage efficiently. Free online tool, no registration required.

pvs

Display information about physical volumes. See also: lvm. More information: https://manned.org/pvs.

  • Display information about physical volumes:

pvs

  • Display non-physical volumes:

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

  • Change default display to show more details:

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

  • Display only specific fields:

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

  • Append field to default display:

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

  • Suppress heading line:

pvs --noheadings

  • Use separator to separate fields:

pvs --separator {{special_character}}

See Also