Skip to content

Instantly share code, notes, and snippets.

@fernandoaleman
Created June 27, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fernandoaleman/b7175f5b0408eefdbfd1 to your computer and use it in GitHub Desktop.
Save fernandoaleman/b7175f5b0408eefdbfd1 to your computer and use it in GitHub Desktop.
How to resize Amazon EBS drive
# Check the name of the volume
fdisk -l
# Should look like this:
# Disk /dev/xvde: 214.7 GB, 214748364800 bytes
# Resize the volume
resize2fs /dev/xvde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment