Olof Lagerkvist
Olof Lagerkvist
I just tried to open that image with UdfReader class and it seems to work correctly after a quick look. I get these files and lengths in it: Name Length...
Sounds perfect! Yes images like this are often not ISO 9660 but instead UDF, so it is worth trying UdfReader too when this happens. They are really very different kinds...
I have considered this project as practically abandoned for a while now and started working on a fork where I have fixed lots of bugs, particularly regarding ntfs and ext,...
This repo and my fork are not exactly interchangeable because of breaking changes in interfaces, method return types and some other things. Typically not that difficult to adjust to when...
I would suggest that you reference DiscUtils.Containers.dll and then in your code call DiscUtils.Containers.SetupHelper.RegisterContainers() before any code that open disk images. Similarly, reference DiscUtils.FileSystems.dll and call DiscUtils.FileSystems.SetupHelper.RegisterFileSystems() before code that...
Unfortunately, this repo seems to not be that active nowadays. I made a fork with lots of fixes like this one, performance improvements, bugfixes in many different places, async and...
I agree that CAS is not something that should limit a library like this these days. Practically speaking the only time it is relevant now is ASP.NET applications running in...
Looks like the XVA archive has an invalid timestamp for one of the files in the archive. If you open the XVA file in for example 7-zip or with `tar...
I just tried to decompress the gzip compressed file. I then renamed the resulting file .xva too, just in case. Then tried the following in PowerShell. ``` add-type -path .\DiscUtils.FileSystems.dll...
No new features are added to ImDisk anymore, it is only available for use on legacy systems, where newer alternatives are not available. But to support this image file format,...