================ Start Lecture #14 ================

Review material from last lecture for midterm

Chapter 4: File Systems

Requirements

  1. Size: Store very large amounts of data
  2. Persistence: Data survives the creating process
  3. Access: Multiple processes can access the data concurrently

Solution: Store data in files that together form a file system

4.1: Files

4.1.1: File Naming

Very important. A major function of the filesystem.