Understand file directories and file layout alternatives.
Reading Assignments
MOS 6.2, 6.3.1-6.3.3, 6.4.3, 6.4.5
Issues
The textbook lists three ways to implement files: linked list allocation
scheme, linked list allocation with an index, and i-node. Discuss
what is your favorite scheme and why.
What is your favorite method to implement file directories? Discuss why
you like your choice.