sole / aafm

Android ADB file manager
GNU General Public License v3.0
222 stars 50 forks source link

Show available disk space in the device #30

Closed sole closed 10 years ago

sole commented 12 years ago

Maybe with ./adb shell df ?

sole commented 12 years ago
$ adb shell df
Filesystem             Size   Used   Free   Blksize
/dev                   362M    76K   362M   4096
/mnt/asec              362M     0K   362M   4096
/mnt/obb               362M     0K   362M   4096
/system                568M   312M   256M   4096
/cache                 440M     7M   433M   4096
/data                   27G    19G     8G   4096
/efs                    11M     4M     7M   4096
/mnt/sdcard             27G    19G     8G   4096

^--- should parse the results in /mnt/sdcard

sole commented 10 years ago

done in #59