mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 06:50:08 +00:00
Update cheatsheets
This commit is contained in:
18
linux/pvdisplay
Normal file
18
linux/pvdisplay
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pvdisplay
|
||||
|
||||
> Display information about Logical Volume Manager (LVM) physical volumes.
|
||||
> See also: `lvm`.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/pvdisplay.8.html>.
|
||||
|
||||
- Display information about all physical volumes:
|
||||
|
||||
`sudo pvdisplay`
|
||||
|
||||
- Display information about the physical volume on drive `/dev/sdXY`:
|
||||
|
||||
`sudo pvdisplay {{/dev/sdXY}}`
|
||||
Reference in New Issue
Block a user