If I run the df command from the android shell, I get the sizes of all file systems in human readable numbers. It seems that the command is not accepting any parameters (e.g. -something ).
I want to get the exact file system size (in bytes).
I know that I can get dimensions by creating an application that uses statfs. Is there any other way to do this (via command)?
source share