Michael Bisbjerg

Results 320 comments of Michael Bisbjerg

Maybe. In any case, it seems to me like an off-by-one to try to write a final cluster when none is needed. Can you verify, that when it succeeds, your...

Just dividing up those numbers tells me that it's an issue of not initializing the bitarray correctly. The diff in your case is 57 (which tells me the bitarray internally...

Our in-memory representation _should report the correct number_ .. That the last ones are set to `1` is an implementation detail. That it's stored on disk in 8-byte increments is...

For that, you would do one of the following: * Read your current drive, byte for byte, and write it to the VHD(X) (without creating the target filesystem - since...

I Believe Sysinternals' Disk2Vhd.exe does that last part, it reads each file on its own...

It should be entirely possible to do it with DU. Sysinternals is just an example of a tool that does it using a file-based approach (since it starts a Shadow...

It should be. I think I've seen overloads somewhere allowing to pass a name of an ADS.

As a minimum, I can find this method, which seems to be it. Not sure how to call it :) https://github.com/DiscUtils/DiscUtils/blob/develop/Library/DiscUtils.Ntfs/File.cs#L454-L462

Could you ensure that all projects have been built? I can see it says 29 up to date - but I've experienced from time to time that VS picks the...

Is it a missing project dependency?