Android remount命令的两种写法

不同系统的参数格式可能不一样,而且可能没有--help打印,记录一下:

mount -o remount -rw /system

mount -o remount,rw /system

原文地址:https://www.cnblogs.com/albert1017/p/9144662.html