Computer Science 105
Quiz

Question

(5 Points): Explain each of the following two concepts:

Inode
The data structure within a file system that contains information about each file. Such information includes, filename, creation date, protections, type, etc.

Superblock
A block on a disk that describes the structure of the file system, e.g., size of partition, block size, location of root directory, location of free list, etc.

Mike Erlinger

Last Modified Thursday, 30-Jun-2011 12:44:15 PDT