diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-07-22 16:32:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-07-22 16:32:05 -0300 |
commit | f642dbd7057a2805152129bf8403a7e84a722ee0 (patch) | |
tree | 6c9a2c36215ebf56178203789f9fcf526fce068f | |
parent | abd57cb071b901980308bc9da01e5594596536d1 (diff) | |
download | kvmx-f642dbd7057a2805152129bf8403a7e84a722ee0.tar.gz kvmx-f642dbd7057a2805152129bf8403a7e84a722ee0.tar.bz2 |
Updates kvmx
-rw-r--r-- | IDEAS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |