Compact overview of LVM physical volumes.

Section: LVM Basics

List physical volumes

bash
bash
sudo pvs
Explanation

Compact overview of LVM physical volumes.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing LVM Basics
Display physical volume details
Verbose physical volume information including UUID and extents.
OpenIn sheetbashsame section
List volume groups
Compact view of VGs, free extents, and sizes.
OpenIn sheetbashsame section
List logical volumes
Preferred compact overview of logical volumes and attributes.
OpenIn sheetbashsame section
Display logical volume details
Verbose LV information including path and size.
OpenIn sheetbashsame section
Initialize a physical volume
Prepare a partition or whole device for LVM use.
OpenIn sheetbashsame section
Create a volume group
Create a VG from one or more initialized PVs.
OpenIn sheetbashsame section