I'm checking the integrity of my 'Old projects' CDs/DVDs with XCOPY *.* /s to my hard disk.
I have two copies of each CD/DVD, so the first copy goes to Folder1, the second to Folder2, and then I compare these folders.
I notice that the second XCOPY often goes really fast (typically < 20 seconds versus > 1.5 minutes for a CD), and this makes me suspicious:
It almost looks like the second copy is coming from a cache of the first one.
I remember making these copies in the past by telling the software (typically ImgBurn) to make two copies.
Could it really be that I'm reading from a cache? How can I find out? It would make this comparison method worthless....
This is on Windows 11
robocopywhich has an "unbuffered I/O" option sorobocopy /J source destmight be worth a shot...