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可用

你可能感兴趣的:(笔记,个人笔记)