Veja as Limitações da memória Flash.
Ler perturbar
The method used to read NAND flash memory can cause nearby cells in the same memory block to change over time (become programmed). This is known as read disturb. The threshold number of reads is generally in the hundreds of thousands of reads between intervening erase operations. If reading continually from one cell, that cell will not fail but rather one of the surrounding cells on a subsequent read.
Mas:
To avoid the read disturb problem the flash controller will typically count the total number of reads to a block since the last erase. When the count exceeds a target limit, the affected block is copied over to a new block, erased, then released to the block pool. The original block is as good as new after the erase. If the flash controller does not intervene in time, however, a read disturb error will occur with possible data loss if the errors are too numerous to correct with an error-correcting code.
Como o limite está nas centenas e milhares de leituras, o efeito de apenas ler a unidade flash seria mínimo; é mais provável que ele tenha morrido devido a um dano físico, e não devido ao desgaste.
Você também deve estar ciente de que há um problema vitalício com dados armazenados em uma unidade flash . Os dados são armazenados como uma série de cargas estáticas - com o passar do tempo, essas cargas se dissipam e seus dados evaporam, embora, novamente, uma expectativa razoável para você se deparar com esse problema seja de aproximadamente 10 anos.
Em conclusão, você pode seguramente assumir que o seu método não afetará a vida útil do seu flash drive na medida em que será a principal causa da morte do seu flash drive.