<<O>>  Difference Topic FileSystemInode (r1.2 - 22 Nov 2003 - KirkStrauser)
Changed:
<
<
META TOPICPARENT WebHome
>
>
META TOPICPARENT Main

An inode is a FileSystem? entry that links the name and attributes of a file to the file's actual contents. Therefore, the number of inodes used (as reported by certain administrative tools) roughly corresponds to the number of files on that filesystem. Many modern filesystems maintain a table of inodes that is fixed in size for efficiency reasons. However, that means that a given FileSystem? can only hold a set number of files, regardless of the actually amount of free disk space.

This is very rarely a problem, but a wise SystemAdministrator? will periodically check anyway.

-- KirkStrauser - 20 Mar 2003

Added:
>
>
META TOPICMOVED KirkStrauser? date="1069521732" from="Main.FileSystemInode" to="Computing.FileSystemInode"
 <<O>>  Difference Topic FileSystemInode (r1.1 - 20 Mar 2003 - KirkStrauser)
Line: 1 to 1
Added:
>
>
META TOPICPARENT WebHome
An inode is a FileSystem? entry that links the name and attributes of a file to the file's actual contents. Therefore, the number of inodes used (as reported by certain administrative tools) roughly corresponds to the number of files on that filesystem. Many modern filesystems maintain a table of inodes that is fixed in size for efficiency reasons. However, that means that a given FileSystem? can only hold a set number of files, regardless of the actually amount of free disk space.

This is very rarely a problem, but a wise SystemAdministrator? will periodically check anyway.

-- KirkStrauser - 20 Mar 2003

Revision r1.1 - 20 Mar 2003 - 16:00 - KirkStrauser
Revision r1.2 - 22 Nov 2003 - 17:22 - KirkStrauser