From f4e77e966712854099cd683cc3d6277f6475ada1 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 9 Nov 2022 19:54:12 -0800 Subject: [PATCH] Update 'list.md' --- list.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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``` _________________________________________________________________________