【问题标题】:Cannot remount system (read only) as read/write on my Android TV Box using the adb shell无法使用 adb shell 在我的 Android 电视盒上将系统(只读)重新安装为读/写
【发布时间】:2019-03-01 11:45:14
【问题描述】:

我正在尝试更改 root 文件系统的访问权限 在我的 Android 电视盒上,级别 (/)(或 /system 级别)从只读到 读/写 使用 adb 和外壳。我的 Android TV Box 运行为 Android 7.1.2

mount 命令返回:

1|q201:/ $ mount
rootfs on / type rootfs (ro,seclabel)
...

以下命令:

1|q201:/ $ mount -o rw,remount mtd:rootfs /

返回:

mount : '/' not in /proc/mounts

cat /proc/mounts 命令返回:

q201:/ $ cat /proc/mounts
rootfs / rootfs ro,seclabel 0 0
...

以下命令:

1|q201:/ $ mount -o rw,remount /

返回:

mount: 'rootfs' not user mountable in fstab

在根级别启动 adb adb root 不会改变任何东西。

有人可以帮忙吗?

【问题讨论】:

    标签: android adb mount television


    【解决方案1】:

    rw模式下不能重新挂载rootfs,只能挂载系统分区。

    查看已安装的内容:

    cat /proc/mounts
    

    或可用的分区:

    cat /proc/partitions
    

    【讨论】:

      猜你喜欢
      • 2015-03-16
      • 2018-08-23
      • 2012-07-05
      • 2021-03-04
      • 2017-01-15
      • 1970-01-01
      • 2011-11-18
      • 2014-02-21
      • 1970-01-01
      相关资源
      最近更新 更多