snippetbashTip
lvmdiskscan — Scan for devices that may be used as physical volumes by LVM (deprecated; prefer `pvs`). More inform
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:
lvmdiskscanShow only physical volumes (PVs):
lvmdiskscan {{[-l|--lvmpartition]}}Increase verbosity (repeat for more detail):
lvmdiskscan {{[-v|--verbose]}}Code Snippets
Scan all devices
lvmdiskscanShow 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.