Android 11 - ROOT:挂载/系统失败,未在 /proc/system 中找到

Android 11 - ROOT : mount /system fails with not found in /proc/system

我的 OS 是 PixysOS - Android 11 当我这样做时

mount -o rw,remount /system

它没有说 -

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

但通常它有效。我也在 android 9

中测试过

在这里找到了解决方案:

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

mount -o rw,remount /

退出 adb shell,然后:

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