← Back to Labs
NAND Flash and the FTL
Write pages, watch the FTL remap, run GC, and measure write amplification live
interactiveBeginner
Press "write sequential" to write the next logical block, or "write random" to write a random block. Watch how every write lands in a fresh page and old locations turn red (invalid). Run "GC" to reclaim invalid pages by copying surviving data and erasing the source block.
Press "write 4 KiB" to start. Watch the FTL map LBAs to fresh pages.
W = seq write · R = rand write · G = GC · T = TRIM · X = reset
Tap buttons to drive the SSD