Is there reliable way to find mount points for all physical SD cards mounted?
Environment.getExternalStorageDirectory does not work in many cases. For instance, I have Droid X with 16 GB SD card mounted on /mnt/sdcard-ext and Environment.getExternalStorageDirectory returns /mnt/sdcard. Parsing /proc/mounts also does not always work as it includes faked mount points for instance installed by VZ backup utility. -- 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

