【问题标题】:Android 11 - ROOT : mount /system fails with not found in /proc/systemAndroid 11 - ROOT:挂载 /system 失败,在 /proc/system 中找不到
【发布时间】:2021-04-04 09:11:53
【问题描述】:

我的操作系统是 PixysOS - Android 11 当我这样做时

mount -o rw,remount /system

它没有说 -

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

但通常它是有效的。我也在 android 9 中测试过

【问题讨论】:

    标签: android root android-11


    【解决方案1】:

    在这里找到解决方案:https://stackoverflow.com/a/62653020/14797617

    看来我必须挂载根 (/) 目录。

    mount -o rw,remount /

    【讨论】:

      【解决方案2】:

      退出 adb shell,然后:

      $ adb root
      $ adb disable-verity
      $ adb remount
      $ adb shell
      $ mount -o rw,remount /
      

      【讨论】:

        猜你喜欢
        • 2020-02-06
        • 2019-07-28
        • 2017-08-12
        • 1970-01-01
        • 1970-01-01
        • 2017-09-01
        • 2013-11-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多