-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken VSS after installing #406
Comments
Might be a dup of https://github.com/openzfsonwindows/ZFSin/issues/354. @marcal commented 2 weeks ago there:
@SomebodyOdd, might be worth checking? |
|
OK it says
|
Interesting to note that if I change mimic to say
Wonder if we need to change the default back to always say |
Fair enough! Judging by the amount of similar effort put into WinBTRFS, eg. maharmstone/btrfs#681, now I think it's very much worth to mimic NTFS until OpenZFS driver gets bullet-proof. The workarounds (needed to turn off the mimicking and stay a distinct FS) could be added later (or by additional contributors if the project gets some ones). |
I still don't get why VSS even wants to talk with ZFS, even when I report as ZFS. I don't claim to support it, so it is frustrating it even tries. |
Dokany seems to not break VSS (at least, when I last dealt with it, I cannot try it for now) while dealing with being a filesystem itself, maybe something can be found in source code regarding that? Sorry for not providing further logs and diagnostics, I'm not near my windows machine and won't be for some time. |
I assume winbtrfs also doesnt break |
System information
Describe the problem you're observing
Just installing OpenZFS 2.2.6 RC7 breaks VSS, even if there are no pools present on system.
Most notably - it manifests as errors during chkdsk runs.
Describe how to reproduce the problem
chkdsk /scan
on NTFS volume (or any operation that tries to create a shadow copy, really)Include any warning/errors/backtraces from the system logs
This results in errors related to shadow copy provider from chkdsk command. Application event log contains VSS event 12289 with
hr = 0x80070001, Incorrect function
This error is consistent no matter what tries to create a shadow copy - I was able to reproduce it using chkdsk, built-in System Restore feature and Macrium Reflect trial version.
The text was updated successfully, but these errors were encountered: