Created
January 26, 2020 16:53
-
-
Save liesislukas/31f89a179d789600336b8992d2af646b to your computer and use it in GitHub Desktop.
resize disk space with google cloud, AWS or any other
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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