I-nodes
The in-memory version of the i-node has supplemental information.
When the same file is opened more than once, only one copy of the i-node is kept in memory.
When changes are made to the i-node, it must be written back to the disk. This creates problems!!!