From: Silvio Rhatto Date: Wed, 22 Jul 2020 19:32:05 +0000 (-0300) Subject: Updates kvmx X-Git-Tag: 0.1.0~103 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f642dbd7057a2805152129bf8403a7e84a722ee0;p=kvmx.git Updates kvmx --- diff --git a/IDEAS.md b/IDEAS.md index 9c087f0..2e6cd8e 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -43,7 +43,7 @@ # https://bugs.launchpad.net/ubuntu/+source/parted/+bug/1270203 # https://techtitbits.com/2018/12/using-parteds-resizepart-non-interactively-on-a-busy-partition/ # https://serverfault.com/questions/870594/resize-partition-to-maximum-using-parted-in-non-interactive-mode - kvmx ssh $guest sudo parted /dev/vda resizepats 2 -1 Yes + kvmx ssh $guest sudo parted /dev/vda resizepart 2 -1 Yes kvmx ssh $guest sudo resize2fs /dev/vda2 kvmx ssh $guest sudo touch /forcefsck