模拟器System分区写保护取消 命令 mount -o rw,remount /system 参数含义 # 用可读写模式,重新挂载 -o rw,remount # 指定重挂载的分区 /system 同理:system分区以只读模式重新挂载 mount -o ro,remount /system