HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lvmdiskscan — Scan for devices that may be used as physical volumes by LVM (deprecated; prefer `pvs`). More inform

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddevicesmayclilvmdiskscanthatscanfor
linux

Problem

How to use the lvmdiskscan command: Scan for devices that may be used as physical volumes by LVM (deprecated; prefer pvs). More information: <https://manned.org/lvmdiskscan>.

Solution

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]}}

Code Snippets

Scan all devices

lvmdiskscan

Show only physical volumes (PVs)

lvmdiskscan {{[-l|--lvmpartition]}}

Increase verbosity (repeat for more detail)

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

Context

tldr-pages: linux/lvmdiskscan

Revisions (0)

No revisions yet.