[email protected] wrote:
>> Can you see anything that can be deleted?
>>
> 
> 
> Hi Robin,
> You might find that there are a whole load of '.deb' files in
> /var/cache/apt/archives/, these are normally left over from when packages
> are installed and can be safely deleted.
> 
> The easiest way to clean up is to do 'sudo apt-get autoclean' which will
> delete temporary files used in during package installation.
> 
> You can also clear out unneeded packages (dependencies of deleted
> applications and the like) with 'sudo apt-get autoremove'.
> 
While normally a good idea, in this case it will not help as he has /var
in a different partition that already has a lot of free space there.
His partition layout is a little odd as well (256Mb for /boot, /lib, and
/root is way too small IMO).

In this case /usr has its own partition so the bulk of the application
binaries and libraries are not a problem.  Likely the problem is /lib
and /boot, and there is not a lot that you can remove by hand from
there.  To figure out where all the space is going to, I would run the
following in /
du -smcx /* |sort -g

Personally I think his best bet is to start from scratch, and to use a
single a partition for /.

Hth,

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to