[OracleOSS] [TitleIndex] [WordIndex]

OCFS2/DesignDocs/OCFS2ExtInode

Extend Inode Block

Marcos Matsunaga, Feb 09 2007.

Problem:

The df output shows that a specific partition has enough space to create files, but when trying to create them, it fails with the message "No space left on device.".

Reason:

The partition ran out of inode blocks and can't allocate a new one, since there is not enough contiguous bits available.

Solution:

Create a script that does:


2011-12-23 01:01