How to get available/free sdcard space in android with adb command

Venkatesh picture Venkatesh · Apr 8, 2014 · Viewed 35.2k times · Source

I am trying to get free sdcard space with adb command, but I could not able to achieve. Any suggestions how to get the sdcard space.

Answer

CommonsWare picture CommonsWare · Apr 8, 2014

Use df, as with any Linux distro. Not all Android devices may have it, but it usually seems to be available.