Update 'list.md'

This commit is contained in:
Sophia Atkinson 2022-11-09 19:54:12 -08:00
parent cef01a80e2
commit f4e77e9667
1 changed files with 11 additions and 1 deletions

12
list.md
View File

@ -73,15 +73,25 @@ df -h
```
## You may need to do this if on virsion 22.04 or higher
```fdisk``` -l (note it's partition 3 by looking at the current Size)
```fdisk -l``` (note it's partition 3 by looking at the current Size)
```parted```
```Fix```
```3```
```100%```
```quit```
```pvresize /dev/sda3```
```lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv```
```resize2fs /dev/ubuntu-vg/ubuntu-lv```
```df -h```
_________________________________________________________________________