Comment 0 for bug 1243160

Revision history for this message
Botao (botao-sun) wrote : SD Card directory is unavailable after ADB file transfer.

On ARM Versatile Express A9 board with Linaro Android image:

https://android-build.linaro.org/builds/~linaro-android/vexpress-linaro-13.10-release/#build=2

SD Card directory is unavailable after ADB file transfer. The procedure list is:

1. Establish ADB connection over Ethernet;
2. From host machine, using "adb push" to transfer any file to path "/sdcard"
3. On target serial console, run "cd /sdcard"

Then the error shows:

root@vexpress:/data # cd /sdcard
/system/bin/sh: cd: /sdcard: Not a directory
2|root@vexpress:/data #

The file can be transferred successfully from host machine side, but can't be found under /sdcard