Mark Harmstone
Mark Harmstone
Is `btrfs check --repair` actually fixing the errors? I've seen it claim to fix free space errors, but when you run `btrfs check` again they're still there. Also, what's the...
If you can send me a minidump the next time it happens, I'll look into it.
Could you send me a minidump please?
Thanks @psisis. This crash is at https://github.com/maharmstone/btrfs/blob/master/src/fileinfo.c#L885 - something, presumably one of the reading or writing functions, has overwritten some of the pointers: ``` ffffdf0b`192f6c00 4e 20 57 49 54...
Thanks @Lieutenant-L-T-Smash. This is a crash caused by something called AppLocker trying to set an EA on a file...
Thanks. This is the same issue, which is fixed by https://github.com/maharmstone/btrfs/commit/5524b2726e5951494b36496ebca76f71e4ca9a5b.
Is the driver running? Try `sc query btrfs` from an admin command prompt. If not, what does `sc start btrfs` say?
@citizenserious, the driver works out of the box as is, you don't need to mess around with signatures. Try installing the latest version as described in the README (i.e. not...
The inf is signed
> I'm sorry for being a Windows on Arm user You have my condolences. My experiments with Windows on ARM have been less than successful - I eventually managed to...