MTimeout value [3600000] exceeded executing error.
I ran the following command to get a disk dump "diskdump-x86.exe 0 c:\temp\driveimage.4APR24.raw max_bytes 212980862976"
And got the following truncated output:
"R [1048576] [56664.0 MB] [27.9%] [20.8 MB/s]
R [1048576] [56665.0 MB] [27.9%] [6.0 MB/s]
R [1048576] [56666.0 MB] [27.9%] [11.5 MB/s]
R [1048576] [56667.0 MB] [27.9%] [18.8 MTimeout value [3600000] exceeded executing [c:\temp\diskdump-x86.exe 0 c:\temp\R12-D58-132211.driveimage.4APR24.raw max_bytes
212980862976]. "
How can I get the command to not timeout at the arbitrary value of 3600000 milliseconds (one hour)? This isn't enough time to complete the imaging of a large drive. There doesn't seem to be any documentation on this time limit. Alternatively, how can I get the command to continue imaging where it left off to a separate file?