File Systems

inode

English

Overview

A structure that holds a file's metadata -- name, permissions, location -- separately from its actual data.

Details

A management structure that holds a file's metadata -- owner, permissions, timestamps, the location of its data blocks -- managed separately from the file name. The number of inodes is fixed when a file system is created, so creating huge numbers of small files can exhaust them even while disk space itself remains free, leaving no way to create new files.

More Linux terms