Quote:
Originally Posted by wareck
I found the issue
It's when I use parallel tool, like mpz_mtx.
when I click on abort , there is some threads still running.
Because of that, temporay folder and archive are still in use.
So when I click on retry, diskspan can't delete conversion temporay file and make some error code.
I just need to check is there is no anymore process still runing...
was my bad
thanks !
best regards
|
This is because mtx using chunks to process data. Each chunk (x MB) needs to finish before anything else happens. The more chunks you have (x cpu threads) and how big the chunks are (x MB) the more time it takes.
One solution is to taskkill all mtx processes if click on "Abort" button.