![]() |
2012-11-13
, 14:23
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#2
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-11-13
, 14:34
|
Posts: 1,313 |
Thanked: 2,978 times |
Joined on Jun 2011
@ Finland
|
#3
|
du -h /opt
The Following 3 Users Say Thank You to ajalkane For This Useful Post: | ||
![]() |
2012-11-13
, 14:45
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#4
|
du -sm /opt/ -d 1 | sort -nr
![]() |
2012-11-15
, 16:55
|
Posts: 4 |
Thanked: 0 times |
Joined on Nov 2012
|
#5
|
I was finding how to do a sort and using ajalkane's commands above you can do:
this would give you the size in MB of 1 level down in opt of the directories sorted from largest to smallest... You can replace the "1" in the command above if you want to increase the depth or you can take out "-d 1" so it will give you the breakdown of all sub-directories...Code:du -sm /opt/ -d 1 | sort -nr
Edit: You can replace "-sm" with "-sk" to give you the size of directories in KB instead of MB...
![]() |
2012-11-15
, 22:58
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#6
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-11-16
, 08:37
|
Posts: 158 |
Thanked: 56 times |
Joined on Jan 2012
@ Timisoara, Romania
|
#7
|
![]() |
2012-11-20
, 12:19
|
Posts: 4 |
Thanked: 0 times |
Joined on Nov 2012
|
#8
|
On your phone you should have an app called terminal, run it there...
If you don't have terminal on-device, go to security in settings and enable developer mode...
Also the most usage of those 2.1GB is usually by the stock games; galaxy of fire2, real golf and NFS shift so you can uninstall one or two to recover quite a substantial amount of space back...
![]() |
2012-11-20
, 12:25
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#9
|
~# du -sm /home/user/.cache/ -d 1 | sort -nr 201 /home/user/.cache/ 108 /home/user/.cache/tracker 37 /home/user/.cache/media-art 17 /home/user/.cache/music-suite 13 /home/user/.cache/data 11 /home/user/.cache/quasarmx 9 /home/user/.cache/telepathy 3 /home/user/.cache/Crochik 2 /home/user/.cache/com.meecast.omweather 0 /home/user/.cache/wocky 0 /home/user/.cache/wazapp 0 /home/user/.cache/video-suite 0 /home/user/.cache/rygel 0 /home/user/.cache/pipacs.com 0 /home/user/.cache/nokiapulse 0 /home/user/.cache/nmsrestapi 0 /home/user/.cache/libkok 0 /home/user/.cache/harbox 0 /home/user/.cache/farsight 0 /home/user/.cache/contactsd 0 /home/user/.cache/Nokia 0 /home/user/.cache/MeeGo
![]() |
2012-11-21
, 11:27
|
Posts: 4 |
Thanked: 0 times |
Joined on Nov 2012
|
#10
|
I'm coming across a problem with my N9 (16Gb), it looks like some application is eating up space, but I can't really see which one it is or where the data is stored. When I check the storage space info under Settings, I see that the usage of space allocated to applications is 2,0Gb/2,1Gb. In the details view, it is clear that the listed applications do not take up much space, but the last item on the list ("Others") shows 2,0Gb of used space.
Any ideas/tools to see exactly how much space each application is using? Thanks!