The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 08-15-2008
incredible incredible is offline Forum Advisor  
Registered User
  
 

Join Date: May 2008
Location: s'pore
Posts: 2,109
your root partition contains ALL.
check the /var directories...remove old logs, crash dumps etc..
find / -size +100000 -print to find out the huge files r simply cd to the directories and run du -sk * |sort -rn |head