-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Unable to write file: Function not implemented on ReFS file system since version 2.48.1 #5427
Comments
I use a DevDrive (which is ReFS, I believe) on Is there maybe any way you can build Git and see what exact function call reports |
I have the same issue with version 2.48.1 on Windows Server 2022 (10.0.20348.3091) when using an ReFS disk. |
@jensver so maybe you can build Git and single-step to find out which function call reports
If you want to be stuck with that version, that's a fine approach. |
I'm sorry, that's not really my area of expertise. |
@jensver sorry to hear that. |
After I've updated my Git to
v2.48.1.windows.1
, the commandsgit init
,git gc
andgit add
(probably many more, I haven't tried) started failing in repositories that reside on ReFS formatted disks.This problem was not present in previous release
2.47.1(2)
.Example:
The same commands still work without problems on NTFS formatted disks. The same commands also work in previous
2.47.1(2)
Git version on the same ReFS disks.And no, disks are not damaged, I tried same commands on two different SSDs, and two different HDDs.
Additional info
OS version: Windows Server 2022
10.0.20348.3207
Some relevant .gitconfig entries:
The text was updated successfully, but these errors were encountered: