This presentation discusses NTFS and inodes. It provides an overview of NTFS, including its architecture, metadata files like the master file table, directories, files, security features, and clusters. It also describes Unix file systems and how they use inodes to store metadata about each file, such as the file size, owner, and pointers to data blocks. Inodes are allocated from a free inode list and contain information about the file as well as pointers to data blocks.