diff --git a/src/rhcsa.md b/src/rhcsa.md index 1a2bdbf..28a5e7b 100644 --- a/src/rhcsa.md +++ b/src/rhcsa.md @@ -153,7 +153,7 @@ sudo mount -a # Mount all partitions ### LVM ```bash sudo fdisk /dev/sda # Partition the disk /dev/sda -# Note: p for print, n for new partition, w for write, t for type, 8e for LVM +# Note: p for print, n for new partition, t for type, 8e for LVM, w for write ### Physical Volumes ### sudo pvdisplay # Display all physical volumes