Below are the responses of command you recommended to check. $ adb shell df /dev: 47172K total, 12K used, 47160K available (block size 4096) /sqlite_stmt_journals: 4096K total, 0K used, 4096K available (block size 4096) /system: 65536K total, 49132K used, 16404K available (block size 4096) /data: 65536K total, 15668K used, 49868K available (block size 4096) /cache: 65536K total, 1156K used, 64380K available (block size 4096)
$ adb shell mount rootfs / rootfs ro 0 0 tmpfs /dev tmpfs rw,mode=755 0 0 devpts /dev/pts devpts rw,mode=600 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0 /dev/block/mtdblock0 /system yaffs2 ro 0 0 /dev/block/mtdblock1 /data yaffs2 rw,nosuid,nodev 0 0 /dev/block/mtdblock2 /cache yaffs2 rw,nosuid,nodev 0 0 So.. looks like sdcard is not mounted properly. I also tried the 'adb remount' but it does not help. -Anand On Aug 31, 8:59 pm, Chris Stratton <[email protected]> wrote: > probably adb shell mount rather than df, if the goal is to see if > anything is mounted, since this would also tell if it's mounted rw or > ro. > > However, the permissions of the mount point look a bit suspect, > too... > I have d---rwxrwx on a saphire... suspect some startup script is not > doing it's thing? > > On Aug 31, 11:47 am, Marco Nelissen <[email protected]> wrote: > > > > > What does 'adb shell df' say? > > > On Mon, Aug 31, 2009 at 7:26 AM, Anand<[email protected]> wrote: > > > While the emulator is launched successfully, the sdcard is shown as > > > read only. That is how the content can not be pushed inside. > > > > # ls -l > > > drwxrwxrwt root root 2009-08-31 19:55 > > > sqlite_stmt_journals > > > drwxrwx--- system cache 2009-08-31 19:55 cache > > > d--------- system system 2009-08-31 19:55 sdcard- Hide > > > quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

