I'm having a problem with sdcard detection. I've gotten the sdcard mounted, it lists as a mount point and the SD card and phone storage read it and can list available space, however any apps requiring the card still do not detect it. Here is my mount info; # mount rootfs on / type rootfs (rw) proc on /proc type proc (rw) sys on /sys type sysfs (rw) /dev/block/mmcblk0p1 on /sdcard type vfat (rw,noatime,nodiratime,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1,flush) /dev/block/mmcblk0p1 on /cache type vfat (rw,noatime,nodiratime,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1,flush) /dev/block/loop0 on /data type ext2 (rw,sync,noatime,nodiratime,errors=continue) /dev/block/loop1 on /system type ext2 (ro,noatime,nodiratime) tmpfs on /dev type tmpfs (rw,mode=755) devpts on /dev/pts type devpts (rw,mode=600) tmpfs on /sqlite_stmt_journals type tmpfs (rw,size=4096k)
here is the command I've used to mount the sd; mount -t vfat -o fmask=0000,dmask=0000,rw,flush,noatime,nodiratime /dev/block/ mmcblk0p1 /sdcard In the global environment I've made sure the external storage is set to /sdcard and I've notified vold that the sdcard is already mounted in my init.rc using the following command; setprop EXTERNAL_STORAGE_STATE mounted I hope this is the right forum, I've never had to post in here before. Thanks for the help --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

