C:\Users\Matt>copy C:\testfolder\rld-me3a.iso C:\testfolder\copy-rld-me3a.iso
The file or directory is corrupted and unreadable.
0 file(s) copied.
C:\Users\Matt>copy C:\testfolder\rld-me3a.iso c:\copy-rld-me3a.iso
The file or directory is corrupted and unreadable.
0 file(s) copied.
For rld-me3a.iso (7.94 GB) from windows 7 (C: ) to E:
It fails at:
Time remaining: About 60 seconds
Items remaining: 1 (3.61gb)
For a different one (from C:\Users\Matt\Documents to E: ) (7.42 gb)
It fails at:
Time remaining: About 60 seconds
Items remaining: 1 (1.78 gb)
C:\Users\Matt>move C:\testfolder\rld-me3a.iso C:\test.iso
1 file(s) moved.
so move success. nice. But that took only 1 or 2 seconds...right? It just put a pointer in another folder to the blocks on disk.
The ISO files copy fails always on same place?, so
For rld-me3a.iso (7.94 GB) from windows 7 (C: ) to E:
It fails at:
Items remaining: 1 (3.61gb)
For a different one (from C:\Users\Matt\Documents to E: ) (7.42 gb)
It fails at:
Items remaining: 1 (1.78 gb)
copy them in windows to test! The ISO's have bad blocks on disk!
perform from elevated command prompt:
Code:
chkdsk/f/r c:
chkdsk/f/r e:
any errors, and are they corrected? This takes hours, please be patient.