A Log-Structured FTL
In this lesson, we discuss the working of a log-structured FTL.
Logging
Most FTLs today are log structured, an idea useful in both storage devices (as we’ll see now) and file systems above them (as we saw in the chapter on log-structured file systems). Upon a write to logical block , the device appends the write to the next free spot in the currently-being-written-to block; we call this style of writing logging. To allow for subsequent reads of a block ...
Access this course and 1400+ top-rated courses and projects.