FTL Organization: A Bad Approach
Let's look at the direct mapped approach for FTL and its drawbacks.
We'll cover the following...
Direct mapped
The simplest organization of an FTL would be something we call direct mapped. In this approach, a read to the logical page is mapped directly to a read of a physical page ...