給 linux deploy 的映象擴容

383494發表於2024-06-30

提供一種大力出奇跡的方法。

先要安裝 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

相關文章