To find disk usage on a directory level, on the command line try:-

cd /
du --human --max-depth=1  --one-file-system

then repeat using cd & du traversing directories you think are candidates for 
clean up.

Use the following in a directory to see files sorted by size

ls --sort=size -lh

Also from the GUI, at least in Ubuntu, you can use Disk Usage Analyser to 
effectively perform a graphical du as above.




Martin Visser

Technology Consultant
Technology Solutions Group

410 Concord Road
Rhodes NSW  2138
Australia

Mobile: +61-411-254-513
Fax: +61-2-9022-1800
E-mail: martin.visserAThp.com

This email (including any attachments) is intended only for the use of the 
individual or entity named above and may contain information that is 
confidential, proprietary or privileged. If you are not the intended recipient, 
please notify HP immediately by return email and then delete the email, destroy 
any printed copy and do not disclose or use the information in it.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bill
Sent: Wednesday, 16 April 2008 8:26 AM
To: [email protected]
Subject: [SLUG] Disk Full Message - help pls


I;m running Kubuntu Hardy 8.40 beta.

I have "/" on a 10 gb partition and "/home" on a separate 10gb partition.

I am suddenly getting messages that there is not enough room in "/tmp"
or that my partition is full.

As I remember, the initial install used something like 6 or 7 gb. I have not 
installed many additional packages.

I've looked through the "/tmp" and "/var" directoties but there are only very 
small files there. If I were to remove backup logs, old kernels etc I would 
gain very little space.

Is it possible that .debs downloaded for updates are being kept instead of 
being deleted?  Neither Synaptic or Adept appear to have an option for 
"keep/delete after installation"

I dont want to have to attempt to enlarge the partition as this will change its 
UUID and create even more problems with grub etc then needing to be altered.

Is there someway to determine if there are any large unneccessary files held in 
the "/" partition?

Ideas and suggestions please.

Bill


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ 
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to