--- 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: . - Scan all devices: `lvmdiskscan` - Show only physical volumes (PVs): `lvmdiskscan {{[-l|--lvmpartition]}}` - Increase verbosity (repeat for more detail): `lvmdiskscan {{[-v|--verbose]}}`