Skip to content

Instantly share code, notes, and snippets.

@pahud
Last active November 13, 2020 04:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pahud/2ca4fb9af5363a610fbd0e47e28da667 to your computer and use it in GitHub Desktop.
Save pahud/2ca4fb9af5363a610fbd0e47e28da667 to your computer and use it in GitHub Desktop.
resize Cloud9 root volume size
  • resize the EBS volume size from EC2 console(e.g. 8GB to 20GB)
  • sudo growpart /dev/xvda 1
  • sudo resize2fs /dev/xvda1 or sudo resize2fs /dev/nvme0n1p1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment