View Single Post
Posts: 259 | Thanked: 161 times | Joined on Aug 2012 @ Athens, GR
#19
Originally Posted by brkn View Post
You could as well go with
Code:
cd /
du -k * | sort -nr | head
which will give you a reverse ordered list from biggest to smallest file (filesize is shown in kilobytes).

Seems like home/user is pretty loaded but definetely not full.
Next culprit is usr/ and opt/ so should I just delete files from there or this will destroy my phone?

Or you could just check folder sizes with
Code:
du -sh * | sort -nr | more
I get lots of "du: can't open 'proc/........ permission denied" lines...
I am logged in with devel-su.