mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 07:46:09 +00:00
22 lines
446 B
Plaintext
22 lines
446 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# lvmdiskscan
|
|
|
|
> Scan for devices that may be used as physical volumes by LVM (deprecated; prefer `pvs`).
|
|
> More information: <https://manned.org/lvmdiskscan>.
|
|
|
|
- Scan all devices:
|
|
|
|
`lvmdiskscan`
|
|
|
|
- Show only physical volumes (PVs):
|
|
|
|
`lvmdiskscan {{[-l|--lvmpartition]}}`
|
|
|
|
- Increase verbosity (repeat for more detail):
|
|
|
|
`lvmdiskscan {{[-v|--verbose]}}`
|