Quote:
Originally Posted by sorg
The problem is that WBFS library code is not trustful yet.
It's good to have an option to transfer directly from WBFS to WBFS, but it's better to have normal ISO archive somewhere (on NAS for example) and just have batch import function.
It will minimize amount of corrupted data.
|
If you dump your games from DVD to WBFS with USBLoader, and extract them using the same WBFS to an ISO you won't have less corrupted data, than transferring data than WBFS to WBFS.
If you corrupt data when you read, even if you put it in an ISO you will not correct those data.
If you corrupt data when you write, even if you read them from an ISO (that you previously extract) you won't correct those data too.
As on the copy I use similar code to read and write, without having to pass in ISO file writing, it minimize error as there is less chance to corrupt data for passing to another media.
So what do you mean It will minimize amount of corrupted data (using ISO)???