This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I ran the following command to clone the hard disk (128 GB) on my computer (running Ubuntu 14.04.5, kernel version 3.13.0-110 on 64 bit x86) to a partition on an external drive: dd if=/dev/sda of=/dev/sdc1 bs=32M conv=sync,noerror Note that /dev/sda was mounted when I ran dd, which (dd) terminated after [...] read more