리눅스 & 안드로이드
remount ro filesystem to rw filesystem
세월의돌
2011. 1. 17. 23:24
cmd> adb shell
$ su
# mount -o rw,remount /system
또는
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock0 /system