Skip to content

Instantly share code, notes, and snippets.

@taylorreiter
Created April 22, 2017 23:05
Show Gist options
  • Save taylorreiter/203a81f02df9375ee2f14af1dd5c10b4 to your computer and use it in GitHub Desktop.
Save taylorreiter/203a81f02df9375ee2f14af1dd5c10b4 to your computer and use it in GitHub Desktop.

Make a new volume from the EC2 GUI.

Format the new volume

sudo mkfs -t ext4 /dev/xvdg

Mount the new volume

sudo mount /dev/xvdg /mnt2/

Give myself ownership of the new volume

sudo chown ubuntu -R /mnt2/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment