Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

partition full

Status
Not open for further replies.

datadan

IS-IT--Management
Jul 22, 2002
283
US
I have a full partition, but I cannot determine what is taking up space.

I do a df and see that /var is 100% full, but I can't determine what in var is taking up space. What commands can I use to determine what is taking up space.

Thanks,
Dan
 
Quite often, var fills up because /var/adm/wtmp and wtmpx grow without being pruned. Have a look at them and if necessary do a cat /dev/null > /var/adm/wtmp(x) to clear them down. You can also do a find /var -size +2000 -print to find any largish files which could also be pruned. HTH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top