Oye, intenta ver si encuentras una carpeta llamada EMMC
Edito: ah, tan solo segundos antes ya habías puesto lo que escribí.
Mira, en un post de XDA alguien en Noviembre comenta lo siguiente (en inglés)
(Click para mostrar/ocultar)
http://forum.xda-developers.com/show....php?t=1038476
i'm having the same issue.
EMMC not seen by non root explorers
the only way to acces the emmc is by using a root explorer...
LE: found a fix:
External SD card will get mounted as /mnt/emmc. This may not be visible to all apps. If you desperately need the contents visible to apps only looking in /mnt/sdcard, create an empty directory there and remount the /mnt/emmc there as well:
Using either the terminal emulator or adb shell:
su
mkdir -p /mnt/sdcard/external_sd
mount /dev/block/vold/179:9 /mnt/sdcard/external_sd
Note: This is only a temporary fix for when needed. It will cause issues when you try to use USB sharing later. Write the following to get things back to normal:
umount /mnt/sdcard/external_sd
Entiendo lo que dice pero no se como hacerlo, aunque dice que esa solución puede traer problemas con el USB por lo que tendría que revertirse.
Lo único que puedo pensar es que sea problema de la Rom como tal porque veo que a más de uno le sucedió algo parecido.