Linux
Android ADB Read-only 해결
Dork94
2019. 7. 31. 19:05
# mount -o rw,remount /
변경한 후에 다시 read-only로 되돌리기 위해선 아래와 같이 하면 된다.
# mount -o ro,remount /