Skip to content

Instantly share code, notes, and snippets.

@garytan
Created August 16, 2023 07:17
Show Gist options
  • Save garytan/ea5b1282e2ad776c59c5539835cc9267 to your computer and use it in GitHub Desktop.
Save garytan/ea5b1282e2ad776c59c5539835cc9267 to your computer and use it in GitHub Desktop.
enlarge disk partition of linux vm
#!/bin/bash
echo 1 > /sys/class/block/sda/device/rescan
sudo apt-get install -y cloud-utils
growpart /dev/sda 1
resize2fs /dev/sdba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment