전 개발자가 아닙니다 , 공부하고있습니다.  가르침을 받겟습니다.
-----------------------------------------------------------------------------------------------------------------------

/system/core/rootdir/init.rc

init.rc 의  on init 부분에 

  mount rootfs rootfs / ro remount
------------------------------------------------------------
                             을
------------------------------------------------------------
    mount rootfs rootfs / rw remount
---------------------------- --------------------------------
                            로 바꾸고
------------------------------------------------------------
    mount yaffs2 mtd@system /system
    mount yaffs2 mtd@system /system ro remount
------------------------------------------------------------
                            을 
------------------------------------------------------------
#    mount yaffs2 mtd@system /system
#    mount yaffs2 mtd@system /system ro remount
---------------------------------------------------------------
                         로 바꿔도 

면 rootfs 이 rw 권한으로 빌드 되어져   그 아래단에 있는 /system  도 ro remount 주석처리 하였으니  rw 로 된다고 생각 하는데요 
 
안되네요;;; 

타겟을 adb shall 을 이용하여 루트권한에서  /system 단 아래에 디렉토리 생성을 하려해도   여전희  read only  file system 이네요


요지는 - 어떻게 하면   타겟에 /system 의 ro 권한을 rw권한으로 되도록 파일시스템을 빌드 할수있는가 입니다. 

읽어주시느라 수고 하셧습니다. 감사합니다.