We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. mmcblk02p2 is very small,only 2 gb. how can I increase its space ?
/dev/mmcblk0p2 532480 4390911 3858432 1.9G 83 Linux
The text was updated successfully, but these errors were encountered:
You can use qemu tool to resize the image.
$ qemu-img resize 2021-05-07-raspios-buster-armhf-lite.img +4G
After booting, run sudo raspi-config and go to Advanced Options to expand the partition.
sudo raspi-config
Sorry, something went wrong.
No branches or pull requests
Hello. mmcblk02p2 is very small,only 2 gb. how can I increase its space ?
/dev/mmcblk0p2 532480 4390911 3858432 1.9G 83 Linux
The text was updated successfully, but these errors were encountered: