Skip to content

Instantly share code, notes, and snippets.

@thanos
Created March 5, 2018 14:24
Show Gist options
  • Select an option

  • Save thanos/e4c098dee1258250d64fd5adf7d50e63 to your computer and use it in GitHub Desktop.

Select an option

Save thanos/e4c098dee1258250d64fd5adf7d50e63 to your computer and use it in GitHub Desktop.
Resize a drive on EC2 Ubuntu 16.04
#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