IO - Write
About
A write is a persistent storage operation that write data into a storage device
Abstraction
- The storage device performs write one sector at at time
- The OS file system write abstracts the storage device write.
A write is a persistent storage operation that write data into a storage device