Search⌘ K

Exercise

Explore file system implementation by using the vsfs.py simulator to observe state changes during file system operations. Learn how inode and data-block allocation algorithms behave, analyze file system limits with constrained resources, and understand successful and failed operations in varied simulated environments.

We'll cover the following...

Simulator

Use this simulator, vsfs.py, to study how file system state changes as various operations take place. The file system begins in an empty state, with just a root directory. As the simulation takes place, various operations are performed, thus slowly ...