From a49efc2a3a1edf4c56770ca91bf1d8a5270b039b Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Sat, 15 Feb 2025 10:28:28 -0600 Subject: [PATCH] updated notes --- src/rhcsa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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