File Systems
Back: Operating Systems
The methods and data structures used by the operating system to organize and store data on disk. File systems manage how data is written, read, and structured, providing the interface between applications and persistent storage.
Concepts
- File System Concepts
- Journaling
- Copy-on-Write
- VFS (Virtual File System)
- Distributed File Systems
- IO Models