You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to access the new file system immediately after it is built fails with ERROR_INVALID_FUNCTION or ERROR_INVALID_PARAMETER (depending on type of access).
IMHO, Build by default should wait for the file system to be ready.
This might be due to DokanCreateFileSystem returning before DispatchDedicatedIoCallback worker threads (which fully enable the device when they first reach the kernel and register themselves).
We would need to add a logic that they signal they get there.
Trying to access the new file system immediately after it is built fails with
ERROR_INVALID_FUNCTION
orERROR_INVALID_PARAMETER
(depending on type of access).IMHO,
Build
by default should wait for the file system to be ready.Workaround
See also dokan-dev/dokan-dotnet#356
The text was updated successfully, but these errors were encountered: