Created
March 5, 2018 14:24
-
-
Save thanos/e4c098dee1258250d64fd5adf7d50e63 to your computer and use it in GitHub Desktop.
Resize a drive on EC2 Ubuntu 16.04
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
| #resive the volue using EC2 tools. | |
| rm /var/log/somediskhog/*.log.? | |
| growpart /dev/xvda 1 | |
| lsblk | |
| resize2fs /dev/xvda1 | |
| lsblk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment