美文网首页
linux deploy镜像容量扩容

linux deploy镜像容量扩容

作者: simbanyan | 来源:发表于2023-09-22 11:49 被阅读0次

    方法

    1.下载ssh工具或者使用adb命令

    工具:sshdroid.apk - 蓝奏云

    2.输入命令

    e2fsck -f /youpath/youname.img
    resize2fs /youpath/youname.img.img 4500M //容量扩大到4500M

    1、电脑打开ADB连接上手机

    ADB使用方法

    2、输入cd scard进入手机文件目录

    3、输入

    e2fsck -f /youpath/youname.img
    resize2fs /youpath/youname.img.img 4500M //容量扩大到4500M

    相关文章

      网友评论

          本文标题:linux deploy镜像容量扩容

          本文链接:https://www.haomeiwen.com/subject/oxjtbdtx.html