How Linux File Systems and Disk I/O Work
Like the CPU and memory, the file system and disk I/O are also core functionalities of the Linux operating system. The disk provides the most basic persistent storage for the system. The file system, built on top of the disk, provides a tree structure for managing files. File System 1. Inodes and Directory Entries Everything … Read more