Skip to content

Instantly share code, notes, and snippets.

@uolot
Last active July 31, 2018 16:26
Show Gist options
  • Save uolot/6528347 to your computer and use it in GitHub Desktop.
Save uolot/6528347 to your computer and use it in GitHub Desktop.
Resize linux image (.img) file
qemu resize ubuntu.img +750M # or eg. +2G
e2fsck -f ubuntu.img
resize2fs ubuntu.img
e2fsck -f ubuntu.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment