Simulator
Explore how to detect and analyze file system corruption using a simulator based on a very simple file system. Understand inode and data block bitmaps, directory structures, and how inconsistencies arise. This lesson guides you to identify corrupt states within the file system and validate your findings using built-in tools.
We'll cover the following...
We'll cover the following...
This exercise introduces fsck.py, a simple file system simulator. Some
familiarity with the vsfs.py simulator (described in an earlier chapter on
file system implementation ...