Closed sole closed 10 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
done in #59
Maybe with
./adb shell df
?