Michael Bisbjerg
Michael Bisbjerg
Initially, the library should fail or provide data, but it's likely there's some "if (date.IsValid) .." logic going on. If you could, can you try locating the parsing of the...
It's a series of streams, so I suppose it should be possible. Can you get a seekable stream (I imagine this is a requirement) from the zip file?
Could you try the reverse, create an image on Linux Mint and read it in DiscUtils?
I'm unsure of the DMG format - but it could be equal to a full disk image (with partition table and the likes). You may be reading from the incorrect...
Unfortunately the code base is huge and the associated documentation and examples is lacking to non-existent. Could you post the working code? - others may have the same issue as...
1. Not really. All filesystem implementations (NTFS and others) do not support multiple readers and writers at the same time, unless explicitly stated so. Even then, they will often at...
No - you wont. NtfsLib was always meant as an offline parser only, so it will suffer from the same consequences. Although NtfsLib does not contain as much consistency checking,...
I am unsure. But I would assume it wouldn't support it. Thread safety is hard to achieve in projects of this size and complexity.
.. but do test and report back.
There [is this](https://docs.microsoft.com/en-us/powershell/module/hyper-v/resize-vhd?view=win10-ps), if you need something quick & dirty. Depending on the size of the VHD's, you can also just create a new one and copy the contents over...