diff --git a/list.md b/list.md index ed0f10f..d2be973 100644 --- a/list.md +++ b/list.md @@ -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``` _________________________________________________________________________