Basic File System Concepts Every Linux filesystem implements a basic set of common concepts derivated from the Unix operating system [Bach 1986] files are represented by inodes, directories are simply files containing a list of entries and devices can be accessed by requesting I/O on special files. Inodes Each file is represented by a structure, called an inode. Each inode contains the description