The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-10-05
, 16:28
|
Posts: 299 |
Thanked: 557 times |
Joined on Aug 2012
|
#12
|
you can run as root in terminal:
apt-get autoremove
this would delete the .deb files that you may have downloaded into your root partition; other than that you shouldn't be messing with anything else...
apt-get clean
cd / du -k * | sort -nr | head
du -sk * | sort -nr | more
The Following 3 Users Say Thank You to brkn For This Useful Post: | ||
![]() |
2012-10-05
, 16:29
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#13
|
![]() |
2012-10-05
, 16:33
|
Posts: 545 |
Thanked: 560 times |
Joined on Dec 2011
@ lebanon
|
#14
|
![]() |
2012-10-05
, 16:54
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#15
|
![]() |
2012-10-05
, 17:02
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#16
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-10-05
, 17:19
|
Posts: 646 |
Thanked: 1,124 times |
Joined on Jul 2010
@ Espoo, Finland
|
#17
|
Or you could just check folder sizes withCode:du -sh * | sort -nr | more
The Following 2 Users Say Thank You to minimos For This Useful Post: | ||
![]() |
2012-10-05
, 17:30
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#18
|
do you have nitdroid installed ? If yes move apps to sd (MyDocs) .if no try the above post
![]() |
2012-10-05
, 17:40
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#19
|
You could as well go with
which will give you a reverse ordered list from biggest to smallest file (filesize is shown in kilobytes).Code:cd / du -k * | sort -nr | head
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 withCode:du -sh * | sort -nr | more
![]() |
2012-10-05
, 18:07
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#20
|
In terminal you can type:
Edit: On second thought when you click on manage applications, the size of the package should be there too...Maybe you want to check using that way?
Edit 2: Just checked a test and its "realgolf" not "real golf" so just take note in case you get nothing from the find i posted above
Last edited by thedead1440; 2012-10-05 at 16:28.