updated notes
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user