2020-07-08 13:18:44 +00:00
|
|
|
# pvs
|
|
|
|
|
2021-03-08 14:25:12 -05:00
|
|
|
> Display information about physical volumes.
|
|
|
|
> See also: `lvm`.
|
2024-06-19 18:58:37 +02:00
|
|
|
> More information: <https://manned.org/pvs>.
|
2020-07-08 13:18:44 +00:00
|
|
|
|
|
|
|
- Display information about physical volumes:
|
|
|
|
|
|
|
|
`pvs`
|
|
|
|
|
|
|
|
- Display non-physical volumes:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`pvs {{[-a|--all]}}`
|
2020-07-08 13:18:44 +00:00
|
|
|
|
|
|
|
- Change default display to show more details:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`pvs {{[-v|--verbose]}}`
|
2020-07-08 13:18:44 +00:00
|
|
|
|
|
|
|
- Display only specific fields:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`pvs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
|
2020-07-08 13:18:44 +00:00
|
|
|
|
|
|
|
- Append field to default display:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`pvs {{[-o|--options]}} +{{field_name}}`
|
2020-07-08 13:18:44 +00:00
|
|
|
|
|
|
|
- Suppress heading line:
|
|
|
|
|
|
|
|
`pvs --noheadings`
|
|
|
|
|
|
|
|
- Use separator to separate fields:
|
|
|
|
|
|
|
|
`pvs --separator {{special_character}}`
|