Muhammad Bahaa <
muhamma...@gmail.com> 於 2019年4月6日 週六 上午12:06寫道:
>
> I am using Android x86 I have created Data.img 64 GB but I regretted that I can not transfer Data.img to the USB it says tell me there is not enough space . .and I can not resize it So, Can not I create another one and move all my apps and data to the new Data.img?
If you are familiar with Linux commands,
you can resize data.img easily.
Here are the brief steps:
Boot to debug mode, then
mount -o remount,rw /mnt
dd if=/dev/zero bs=1G count=8 >> /src/data.img
(append 8G space to /src/data.img)
e2fsck -f /src/data.img
resize2fs /src/data.img
Then type 'exit' twice to continue booting.
(or reboot -f)
--
Chih-Wei
Android-x86 project
http://www.android-x86.org