Traditional file systems - the UNIX file system File system consists of 3 important data structures Super block (file system information) Inodes (file information) Directories are "special" inodes that contains (filename, inode number) pairs Free list (free space) Super block contains pointer to first element on the free block list. The free block list is stored in block space. Slide 7