One Last Problem: Lost Writes
This lesson discusses another issue in disks, the lost writes.
Unfortunately, misdirected writes (discussed in the previous lesson) are not the last problem we will address. Specifically, some modern storage devices also have an issue known as a lost write, which occurs when the device informs the upper layer that a write has completed but in fact, it never is persisted. Thus, what remains is the old contents of the block rather than the updated new contents.
The obvious question here is: do any of our checksumming strategies from ...
Get hands-on with 1400+ tech skills courses.