Files
tldr/pages/linux/pvscan.md
T
2025-11-15 12:45:12 +02:00

462 B

pvscan

List all physical volumes and manage their online status. More information: https://manned.org/pvscan.

  • List all physical volumes:

sudo pvscan

  • Show the volume group that uses a specific physical volume:

sudo pvscan --cache --listvg {{/dev/sdX}}

  • Show logical volumes that use a specific physical volume:

sudo pvscan --cache --listlvs {{/dev/sdX}}

  • Display detailed information in JSON format:

sudo pvscan --reportformat json