Comment 17 for bug 784836

Revision history for this message
Paul Larson (pwlars) wrote : Re: Identify what's left to do to get automatic Android validation finished

Zach, I sorted out what's going on I think.
/etc/vold.fstab contains
dev_mount sdcard /mnt/sdcard 6 /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc0

This is arguably not the best way to ensure that /sdcard gets mounted in the proper sport, given that it's very platform specific. So much so, in fact, that it doesn't even work on panda in the -leb image (the non-leb builds do, which is what Jeremy seems to have based this on).

I've tried some other things, but I'm having trouble finding the magic sys path to make vold.fstab happy. Any suggestions for what we could use here?
Typically, the sdcard partition will be on /dev/mmcblk0p6, however the preferred way to mount it would be via the fs label "sdcard".