Skip to content

Instantly share code, notes, and snippets.

@liesislukas
Created January 26, 2020 16:53
Show Gist options
  • Save liesislukas/31f89a179d789600336b8992d2af646b to your computer and use it in GitHub Desktop.
Save liesislukas/31f89a179d789600336b8992d2af646b to your computer and use it in GitHub Desktop.
resize disk space with google cloud, AWS or any other
sudo lsblk
sudo df -h
sudo growpart /dev/sda 1 <-- disk to grow to new available space
sudo resize2fs /dev/root <-- file system to grow to available space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment