提供一種大力出奇跡的方法。
先要安裝 adb 系列工具。
然後用 usb 線連上手機,
adb pull path/to/img.img .
dd if=/dev/zero bs=1048576 count=3000 >> image.img
e2fsck -f image.img
resize2fs image.img
adb push ./image.img path/to/img.img
提供一種大力出奇跡的方法。
先要安裝 adb 系列工具。
然後用 usb 線連上手機,
adb pull path/to/img.img .
dd if=/dev/zero bs=1048576 count=3000 >> image.img
e2fsck -f image.img
resize2fs image.img
adb push ./image.img path/to/img.img