Linux File System Inodes Explained
Posted by: [NT] on: 05/02/2006 12:12 PM [ Print | 0 comment(s) ] · 999 views
Inode stores basic information about a regular file, directory, or other file system object. The inode number is a unique integer assigned to the device upon which it is stored. All files are hard links to inodes. Whenever a program refers to a file by name, the system conceptually uses the filename to search for the corresponding inode. Many computer programs often give i-node numbers to designate a file. Popular disk integrity checking utilities fsck or pfiles command may serve here as examples.
FULL STORY
FULL STORY
« Logitech Special Edition MX610 Mouse Review · Linux File System Inodes Explained
· Google points finger at Microsoft and its IE7 search »



