Michael Bisbjerg

Results 320 comments of Michael Bisbjerg

Sure there is. If the ACL for the root is changed to allow it, any user group can write to the root. In general, you'll want to do something along...

Hmm. It could indicate that a write operation wasn't completed, are you (or we) closing all streams properly when writing? Do you know if Windows can mount the VHD and...

This is actually a .NET Core issue. Some of the System.Text things have been split, so the default codepages that used to be loaded, no longer are. Good find. Iirc...

Could you try calling this method in your app, before you use DiscUtils? public static void LoadExtendedCodepages() { Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); } I believe you additionally need to reference the nuget package...

Note: This is still a bug on DU's end.

> Q: am I blind? Is there a method that I overlooked? So. I've created another [NTFS library](https://github.com/lordmike/ntfslib) which should be able to provide you with nitty-gritty access to structures...

Ah. You're making a filesystem extraction tool? I'll recommend taking special care of the first 24 records (ignore the bad sectors f.ex.), and then simply doing one pass of all...

Seems like #77 - try the workaround there.

Although that is primarily for .NET Core, ... if it works, somethings wrong with .NET Framework (or you're secretly running Core :P) - if it doesn't, we need to figure...

Additionally, when the current locale is danish, "Week" isn't translated.. :) PR created, #720. Untested, hoping Typescript build will tell me if it works.