Skip to content
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

Can't Unlink file on Windows #88

Open
jues1991 opened this issue Dec 6, 2024 · 0 comments
Open

Can't Unlink file on Windows #88

jues1991 opened this issue Dec 6, 2024 · 0 comments

Comments

@jues1991
Copy link

jues1991 commented Dec 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant