Re: wim by imagex from deduplicated volume - extraction error
Posted: Mon Dec 05, 2016 7:46 pm
Have you tested the command on files that are inaccessible due to wrong reparse point information? Mabye that's the problem, although I hoped that wouldn't be an issue for deleting reparse points.
Thanks for your hint for only skipping Data Deduplication reparse points, that sounds a lot better than always just returning 0.
Thanks to your good instructions compiling was a lot easier than I thought from the first look
I did a short test which looked good and now I am applying a larger wim.
I am not sure if I completely get why you are not using that fix in general, but maybe this could help in some cases:
Only skip writing the reparsepoint if you are applying on windows AND the reparse point makes the data unreadable. And you don't mind it beeing kind of ugly. At least imagex discovered the error when I used verify/check, propably because rereading the files failed. Which also indicates that wimlib is not rereading the files for verifying the checksums.
Using NTFS-3G on a deduplicated volume seems to be a dangerous idea to me.
Thanks for your hint for only skipping Data Deduplication reparse points, that sounds a lot better than always just returning 0.
Thanks to your good instructions compiling was a lot easier than I thought from the first look
I did a short test which looked good and now I am applying a larger wim.
I am not sure if I completely get why you are not using that fix in general, but maybe this could help in some cases:
Only skip writing the reparsepoint if you are applying on windows AND the reparse point makes the data unreadable. And you don't mind it beeing kind of ugly. At least imagex discovered the error when I used verify/check, propably because rereading the files failed. Which also indicates that wimlib is not rereading the files for verifying the checksums.
Using NTFS-3G on a deduplicated volume seems to be a dangerous idea to me.