【安卓】安卓下 read-only file system mount: ‘/system‘ not in /proc/mounts
设置为读写
mount -o rw,remount /system
或者
mount -o rw,remount -t auto /
或者
mount -o rw,remount /
【安卓】安卓下 read-only file system mount: ‘/system‘ not in /proc/mounts
阅读 10
2024-03-09
【安卓】安卓下 read-only file system mount: ‘/system‘ not in /proc/mounts
设置为读写
mount -o rw,remount /system
或者
mount -o rw,remount -t auto /
或者
mount -o rw,remount /
相关推荐
精彩评论(0)