首先挂载system

mount -o remount rw /system

但是出现了错误,mount: '/system' not in /proc/mounts,这个时候可以尝试挂在/

mount -o rw,remount /

但是不要忘记将状态重置为" ro"。

mount -o ro,remount /

相关文章: