androidadbdiskspace

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


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.


Solution

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