On Tue, 31 Jan 2023, Ali via cctalk wrote:
Hmmm.. I wonder if there is a program akin to Spinrite
that will do that
on SSDs (i.e. reread and rewrite every byte). I know Steve Gibson is
working on a new version of Spinrite that will work with SSDs so that
could be the solution when it comes out...
If you just need READ, and not WRITE, howzbout COPY *.* NUL
actually
XCOPY *.* NUL /S/E
to include subdirectories