|
|
|
|
|
by sillysaurus3
3700 days ago
|
|
It wasn't a rhetorical question. What could this program possibly do to recover? If the CPU fails, no one would say the program was unreliable. In this case, the disk failed, because the antivirus unplugged it. Was the program unreliable? |
|
In Linux a signal can cause an I/O to fail. In Windows it's antivirus and other background tasks can cause I/O to fail.
What can it do to recover? Retry the I/O operation! It should keep trying until the operator tells it to stop.