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
- OSRHEL 10.0 (Coughlan)
- Kernel6.12.0-55.9.1.el10_0
- dnf4.20.0
- Flatpak1.16.0
- TimeAbout 10 min
- Reviewed23 August 2026
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.
| Server Name | IP Address | OS | Roles | CPU | RAM | HDD |
|---|---|---|---|---|---|---|
| RHCSA-A01 | 192.168.0.31 | RHEL 10.0 (Coughlan) | Practice node (graded) - spare /dev/sda | 2 Core | 4 GB | 50 GB + 15 GB |
Before you start
- Two spare partitions -
guide 31creates them. - Every destructive command on this page names a
/dev/sdadevice. On this machine the operating system is entirely on/dev/sdb. Check yours before running anything here - the first step shows how.
-
The stack, and what is already there
-
Creating them
-
What a PV looks like from outside LVM