|
2010-02-08
, 11:32
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#2
|
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-02-08
, 11:37
|
|
Posts: 253 |
Thanked: 184 times |
Joined on Nov 2009
@ Bristol, UK
|
#3
|
|
2010-02-08
, 11:38
|
|
Posts: 245 |
Thanked: 62 times |
Joined on Jan 2009
@ Bad Homburg, Deutschland
|
#4
|
|
2010-02-08
, 11:39
|
|
Posts: 253 |
Thanked: 184 times |
Joined on Nov 2009
@ Bristol, UK
|
#5
|
|
2010-02-08
, 11:40
|
|
Posts: 245 |
Thanked: 62 times |
Joined on Jan 2009
@ Bad Homburg, Deutschland
|
#6
|
"ls -lah" doesn't recurse.
The directory "archives", in itself doesn't take up any space. Its 13Mb of contents will be picked up by "du" but not by "ls".
|
2010-02-08
, 13:14
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#7
|
There was a bug prior to PR1.1 (I thought it had been fixed though), where deleted package files weren't properly cleared up until after a reboot.
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
|
2010-02-08
, 23:22
|
|
Posts: 245 |
Thanked: 62 times |
Joined on Jan 2009
@ Bad Homburg, Deutschland
|
#8
|
What's technically happening is that there is an application keeping the file(s) there open. Deleted files aren't physically removed from the filesystem until the last process which had opened the file closes it. Reboot will of course close the process, thus freeing the space. But if you can identify the active process then it would be enough to kill, or otherwise terminate the offending process.
It states that the there is 18MB used, but I can not find any files(or directories) that take up that much space. Here is what I mean:
Save the whales, feed the hungry, free the mallocs!