Introduction
Imagine having a huge pile of papers with no order. Finding a specific paper would be frustrating and slow. Computers face a similar problem with data stored on disks, so they need a way to keep everything neat and easy to find.
Think of a library where books are placed randomly on shelves versus a library where books are sorted by categories and authors. In the organized library, you can find any book quickly without searching every shelf.
┌─────────────────────────────┐
│ Persistent Storage │
│ (Hard Drive, SSD, etc.) │
└─────────────┬───────────────┘
│
┌───────▼────────┐
│ File System │
│ (Organizer) │
└───────┬────────┘
│
┌───────────┼─────────────┐
│ │ │
┌─▼─┐ ┌─▼─┐ ┌─▼─┐
│Files│ │Folders│ │Index│
└────┘ └──────┘ └─────┘