Skip to content

Instantly share code, notes, and snippets.

@hadrienblanc
Created March 12, 2020 07:52
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 hadrienblanc/75d4f9d2e6c9f928300521555456e870 to your computer and use it in GitHub Desktop.
Save hadrienblanc/75d4f9d2e6c9f928300521555456e870 to your computer and use it in GitHub Desktop.
lsblk # show the volume size
sudo file -s /dev/xvdf # know your filesystem type
sudo xfs_growfs -d /home/ubuntu/data/ # increase your mount folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment