main #1

Merged
wade merged 22 commits from Sophia/thelinuxlist:main into main 2022-12-05 11:39:30 -08:00
1 changed files with 11 additions and 1 deletions
Showing only changes of commit f4e77e9667 - Show all commits

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```
_________________________________________________________________________