Skip to content

Instantly share code, notes, and snippets.

@bard86
Created March 9, 2020 09:13
Show Gist options
  • Save bard86/348d09fc672683704562c803e59b669c to your computer and use it in GitHub Desktop.
Save bard86/348d09fc672683704562c803e59b669c to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
df -h
sudo growpart /dev/sda 1
sudo resize2fs /dev/sda1
df -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment