CertGrid CertGrid
Hands-on Lab·Red Hat Certified System Administrator

LVM Physical Volumes

The bottom layer of LVM, and the shortest of the three objectives. What is worth knowing is how a physical volume appears to the rest of the system - `lsblk` calls it `LVM2_member` - and that it cannot be removed while a volume group still claims it.

Local Storage Guide 32 of 67 Intermediate

Written against the versions above. A physical volume can be a whole disk (`/dev/sdb`) or a partition (`/dev/sdb1`). Both work. A partition is the usual choice because it makes the space visible to anything reading the partition table, where a whole-disk PV looks like an empty disk to tools that do not understand LVM.

Every command on this page runs on RHCSA-A01.
Server NameIP AddressOSRolesCPURAMHDD
RHCSA-A01192.168.0.31RHEL 10.0 (Coughlan)Practice node (graded) - spare /dev/sda2 Core4 GB50 GB + 15 GB

Before you start

  1. The stack, and what is already there

  2. Creating them

  3. What a PV looks like from outside LVM

Official sources