/dev: 47084K total, 0K used, 47084K available (block size 4096)
/sqlite_stmt_journals: 4096K total, 0K used, 4096K available (block size
/system: 73600K total, 73600K used, 0K available (block size 4096)
/data: 65536K total, 27972K used, 37564K available (block size 4096)
/cache: 65536K total, 1156K used, 64380K available (block size 4096)
/sdcard: 129024K total, 4833K used, 124191K available (block size 512)


C:\Users\a>adb push c:\android-study\hosts /system/etc/hosts
failed to copy 'c:\android-study\hosts' to '/system/etc/hosts': Out of memory

1.6 버젼에서는 /system 의 여유 공간이 있었는데.. 2.1에서는 여유공간이 없어서 파일 "Out of memory" 에러가 나는것 같습니다.

어떻게 해야 /system 의 용량을 늘릴수 있을까요??

/system/app 에있는 파일을 삭제(rm ..)해 봤지만 용량의 변화가 없네요..ㅠㅠ