We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm try delete one file, open CMD input follow command: del Z:\test1\FileZilla_3.67.0_win64-setup.exe
del Z:\test1\FileZilla_3.67.0_win64-setup.exe
After cgofuse beacuse file open not release, can't delete file.
Key logs: 2024/12/06 10:47:34 [TRACK ] Open: fh=3. 2024/12/06 10:47:34 [TRACK ] Unlink: path=/test1/FileZilla_3.67.0_win64-setup.exe. 2024/12/06 10:47:34 [ERROR ] Unlink: remove err=code: 2011, message=busy. 2024/12/06 10:47:34 [TRACK ] Release: path=/test1/FileZilla_3.67.0_win64-setup.exe, fh=3.
Who is the reason behind it? cgofuse or Windows?
I expect to Release it first and then Unlink it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm try delete one file, open CMD input follow command:
del Z:\test1\FileZilla_3.67.0_win64-setup.exe
After cgofuse beacuse file open not release, can't delete file.
Key logs:
2024/12/06 10:47:34 [TRACK ] Open: fh=3.
2024/12/06 10:47:34 [TRACK ] Unlink: path=/test1/FileZilla_3.67.0_win64-setup.exe.
2024/12/06 10:47:34 [ERROR ] Unlink: remove err=code: 2011, message=busy.
2024/12/06 10:47:34 [TRACK ] Release: path=/test1/FileZilla_3.67.0_win64-setup.exe, fh=3.
Who is the reason behind it? cgofuse or Windows?
I expect to Release it first and then Unlink it.
The text was updated successfully, but these errors were encountered: