Project

General

Profile

Support #943

Out of inodes Error Message on FreeBSD

Added by Daniel Curtis over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Mail Server
Target version:
Start date:
09/15/2018
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

Description

I recently lost access to one of my servers and managed to finally get access, and when I did I found an errors stating "out of disk space" and "out of inodes". Running a `df -h` showed that I still had plenty of space left. This is how I managed to work around this error.

  • Display the free inode space:
    df -hi
    
  • Remove the ports tree:
    rm -rf /usr/ports/*
    

Freeing up any other additional space will help as well, but removing the ports tree was enough to get to where I can keep my users happy.

Resources

#1

Updated by Daniel Curtis over 5 years ago

  • Description updated (diff)
  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis almost 5 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF