I want to learn how I/O works in a reasonable detail.<p>For instance, when I want to do something with a disk, IIRC, things that get involved are<p>- Kernel / OS calls (maybe we can skip this)
- File System
- MBR / GPT
- Random v/ Sequential calls<p>I want to understand what happens in each level. Is there anything I can read to gain understanding of all of these areas?