Closed 239573049 closed 1 year ago
I use drivers in server 2022, but for some unknown reason I cannot use the copy folder
I am not aware of any server 2022 issues. Could you explain what you mean by copy folder ? Can it be repro with the samples and the native samples ?
When I was using the driver in 2022, I was unable to copy the file to my system for unknown reasons, but in win11 and server2019, there is no problem. The error code is 0x80070057
Windows server 2022 probably send different requests to Dokan during copy which is forwarded to your implementation. I would suggest looking at what happens during the copy and see if there is some error or improper data returned that could be the root cause.
Windows server 2022 probably send different requests to Dokan during copy which is forwarded to your implementation. I would suggest looking at what happens during the copy and see if there is some error or improper data returned that could be the root cause.
He got the error code 0x80070057
I imagine this is the error prompt by Explorer ? I was referring to the mirror or your filesystem implementation activity.
I imagine this is the error prompt by Explorer ? I was referring to the mirror or your filesystem implementation activity.
How do I need to observe it
Does the driver have compatibility issues with server 2022?