|
|
|
Ask HN: How IO Works?
|
|
2 points
by atif089
661 days ago
|
|
I want to learn how I/O works in a reasonable detail. For instance, when I want to do something with a disk, IIRC, things that get involved are - Kernel / OS calls (maybe we can skip this)
- File System
- MBR / GPT
- Random v/ Sequential calls I want to understand what happens in each level. Is there anything I can read to gain understanding of all of these areas? |
|
At the top end is a program asking built in function or library to print some text. Many layers down is the final hardware receiving the text and displaying it. These two video will cover the lower layers
https://www.youtube.com/playlist?list=PLowKtXNTBypFWff2QjXCW...
https://www.youtube.com/playlist?list=PLowKtXNTBypFbtuVMUVXN...