linux mount unmout cmd集合

linux mount unmout cmd集合

1.adb shell
2.su
3.mount|grep ‘img’
4.mount -o rw,remount -t ‘type’ ‘device’ ‘img’
5.mount|grep ‘img’
可能用到adb disable-verity ,解决adb remount时的read only file system 问题, 新版adb可用

猜你喜欢

转载自blog.csdn.net/weixin_38242400/article/details/86069614