The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 08-31-2007
DukeNuke2's Avatar
DukeNuke2 DukeNuke2 is offline
Soulman
 

Join Date: Jul 2006
Location: Germany, Berlin
Posts: 1,580
delete unused files... looks like you are running out of inodes!

check it with:
Code:
# df -F ufs -o i
Reply With Quote