[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sytem running out of free disk space



Realos wrote:
hello,

I have a debian machine with 1.4G hard disk which is running out of
space. Running "apt-get autoclean" and "apt-get autoclean" have provided
me with about 100M free space but it is still too short for my server
machine.

I see there are lots of documentations and unnecessary things on my
system (like locales I will never use etc.).

Can you people point me to a documentation or give some hints how to
deal with such problems in debian? I am not new to linux but have
relatively little experience with debian.

Regards,



I hadn't seen this mentioned yet, but you can try apt-get clean :

proto:~# df -h /
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda5              19G   18G  597M  97% /
proto:~# apt-get clean
proto:~# df -h /
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda5              19G   17G  1.4G  93% /



Reply to: