I have an Android emulator running, and am trying to figure out the file system. It doesn't seem to be 100% standard Linux layout.
Anyway, when opening a DDMS file browser, I get 3 folders at the "root": data
, mnt
and system
. When running ls /
from a shell, I get a much longer and different list. What is going on here?