Reply
Thread Tools
Posts: 7 | Thanked: 1 time | Joined on Sep 2010 @ Germany
#1
hi,

Last three days the free space on rootfs decreases for about 1 Mb per day (90.0 MB -> 89.1 MB -> 87.8 MB). No new modules were installed last days, kernel is 2.6.28power37.
No widgets, only couple of contacts are placed on the desktop.

How to determine, who eats free space on rootfs?

Thanks in advance.
 
Posts: 278 | Thanked: 303 times | Joined on Feb 2010 @ Norwich, UK
#2
Most likely caches.
It's normal, the decrease will stop sooner or later.
Also jesus, you have *tons* of free rootfs space.
 
Posts: 7 | Thanked: 1 time | Joined on Sep 2010 @ Germany
#3
Originally Posted by nidO View Post
Most likely caches.
It's normal, the decrease will stop sooner or later.
Thank You.
But this is not the answer for the question - how to check, which modules are responsible for the problem? I hope, that this is the cache, but if not?
By the way - today I have only 82.1 MB.
 
deadmalc's Avatar
Posts: 415 | Thanked: 182 times | Joined on Nov 2007 @ Leeds UK
#4
Originally Posted by Modron Wedroid View Post
Thank You.
But this is not the answer for the question - how to check, which modules are responsible for the problem? I hope, that this is the cache, but if not?
By the way - today I have only 82.1 MB.
something like....

open a terminal...

find / -mtime -1 -exec ls -l {}/;

will list files modified in the last day
you can ignore any /proc /sys files
__________________
Life on the edge....always waiting to fall
 
Posts: 701 | Thanked: 585 times | Joined on Sep 2010 @ London, England
#5
Better yet, you can add "-xdev" to that find command and then it will only search the root filesystem and not everything on the N900.
 

The Following User Says Thank You to retsaw For This Useful Post:
Posts: 2,802 | Thanked: 4,490 times | Joined on Nov 2007
#6
Originally Posted by Modron Wedroid View Post
Last three days the free space on rootfs decreases for about 1 Mb per day (90.0 MB -> 89.1 MB -> 87.8 MB).
It could be something creating new files and/or growing existing ones, or something keeping deleted/replaced files open thus not allowing the kernel to reclaim their space.

How to determine, who eats free space on rootfs?
For the first case, try running "du -x /" from time to time and comparing the output.

For the second, lsof might help (but be aware of bug 6183).
 
Posts: 2,802 | Thanked: 4,490 times | Joined on Nov 2007
#7
Originally Posted by deadmalc View Post
find / -mtime -1 -exec ls -l {}/;
The Maemo busybox find is built without -exec support :-(
 
Posts: 842 | Thanked: 1,196 times | Joined on May 2010
#8
then "gfind" if you have it installed
 
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#9
Execute as root:

/etc/osso-af-init/temp-reaper-startup.sh start
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:33.