Last active
July 31, 2018 16:26
-
-
Save uolot/6528347 to your computer and use it in GitHub Desktop.
Resize linux image (.img) file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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