gpt4 book ai didi

android - adb remount 失败 - mount : 'system' not in/proc/mounts

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:46:16 39 4
gpt4 key购买 nike

我尝试了 stackoverflow 和在线提供的所有命令和建议,但都没有用

还有很多,但对我没有用

我遇到以下错误 - 以下命令均无效。

$adb root
$adb disable-verity

为了

$adb remount
remount of / failed: Permission denied
remount failed

然后我尝试了不同的命令,比如

$ adb shell mount -o rw,remount /system
mount: '/system' not in /proc/mounts

$ adb shell mount -o rw,remount /
'/dev/root' is read-only


$ adb shell mount -o rw,remount -t /dev/block/stl12 system
mount: 'system' not in /proc/mounts

$ adb shell "su 0 mount -o rw,remount /system"
mount: '/system' not in /proc/mounts

$ adb shell
$ su
# mount -o rw,remount /system

mount: '/system' not in /proc/mounts

最佳答案

我有同样的问题。解决方案是挂载根目录(/)。在此之后,您可以写入/system。

mount -o rw,remount /

不要忘记将状态重置为“ro”。

mount -o ro,remount /

关于android - adb remount 失败 - mount : 'system' not in/proc/mounts,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55030788/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com