Block Mapping
Background information
Often considered the most important part of a FTL Block mapping is responsible for translating physical addresses of data stored on dies in the form,
Of logical sectors to digital addresses in the form of blocks and pages and in reverse, due to the fact that an entire file data may not be sorted linearly and is likely
stored in separate areas or chips all together, block mapping is responsible for mapping the scatted physical cells into one coherent digital "chunk" of data.
While every controller tends to have a different block mapping algorithm, most tend to use blocks for their conversions, however some algorithms do use pages and or both.
Flow chart of order of operations
Insert a flow chart of steps and actions for each task (create using diagram)
Related Topics
Topics such as desoldering to chip off or firmware dumping for disk PCB repairs
Further reading
External references in wiki references can just be cited through the keyword link
- Reference 1: Source details
- Reference 2: Source details