- Jul 25, 2017
- 1
- 0
- 0
Hi!
I'm running low on free space on my Android. I have installed Termux so I could use "du -sk | sort -n" and stuff to find the largest directories, but:
$ cd /mnt/sdcard
$ du -sh . # count space used
545.0M .
$ df . # show disk usage
Filesystem Size Used Avail Free Blksize
. 4.6G 4.5G 125.3M 125.3M 4096
So it seems that of the 4.5G I as a regular user can only see (and thus do something about) about a half gigabyte.
Is there a way to find out what exactly is eating up the space without rooting the phone?
I'm running low on free space on my Android. I have installed Termux so I could use "du -sk | sort -n" and stuff to find the largest directories, but:
$ cd /mnt/sdcard
$ du -sh . # count space used
545.0M .
$ df . # show disk usage
Filesystem Size Used Avail Free Blksize
. 4.6G 4.5G 125.3M 125.3M 4096
So it seems that of the 4.5G I as a regular user can only see (and thus do something about) about a half gigabyte.
Is there a way to find out what exactly is eating up the space without rooting the phone?
