updated notes

This commit is contained in:
Hugh Ratsch
2025-02-15 10:28:28 -06:00
parent 9c304fdaaf
commit a49efc2a3a
+1 -1
View File
@@ -153,7 +153,7 @@ sudo mount -a # Mount all partitions
### LVM ### LVM
```bash ```bash
sudo fdisk /dev/sda # Partition the disk /dev/sda 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 ### ### Physical Volumes ###
sudo pvdisplay # Display all physical volumes sudo pvdisplay # Display all physical volumes