sorry for the dumb question, but how do i copy and paste the output after running the adb shell df command? i ran it in the command window but there is no option to let me copy and paste the results.
do this
Code:
cd C:
adb shell df > df.txt
then you will have a file on your C: drive called df.txt that has the output in it.
thanks a lot. so I ran it and these are the results I got. Not sure what any of it means though
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 115600 0 115600 0% /dev
tmpfs 115600 0 115600 0% /mnt/asec
/dev/block/mtdblock4 143744 143744 0 100% /system
/dev/block/mtdblock6 268032 112464 155568 42% /data
/dev/block/mtdblock5 94848 31420 63428 33% /cache
/dev/block/mtdblock0 1536 1176 360 77% /config