Skip to content

Instantly share code, notes, and snippets.

@mgttt
Created February 24, 2020 12:04
Show Gist options
  • Save mgttt/7a7bcf4197f692cdf7f8c348f26684a6 to your computer and use it in GitHub Desktop.
Save mgttt/7a7bcf4197f692cdf7f8c348f26684a6 to your computer and use it in GitHub Desktop.
aliyun resize

sudo bash

apt install cloud-guest-utils
growpart /dev/vdb 1
resize2fs /dev/vdb1

lsblk
df -h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment