-
Notifications
You must be signed in to change notification settings - Fork 387
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
[virtio-fs] rm -rf
'ing a directory silently fails
#985
Comments
Forgot to add, the directory can be deleted via Explorer, and |
virtiofsd version, please |
Can't reproduce with Git Bash 2.33.1.1 |
There's no version info in the resources, and no Not sure if it helps:
This is in
Here's a log from when I hit on the
|
Virtiofsd is the host daemon |
Oh derp, my bad:
|
The exact revision is the
|
I can reproduce this issue with Git-2.42.0.2-64-bit.exe |
Since I filed this issue, my host has updated, but the VM remains untouched and the problem remains.
Are there binaries of the updated drivers somewhere I could download? I'm not set up to build them currently. I'm reluctant to update anything else on the host as this specific software combination is a good reproducer. |
Describe the bug
rm -rf
'ing a directory via Git Bash (Git for Windows) silently fails.To Reproduce
Steps to reproduce the behaviour:
Install & configure virtiofs:
Open Git Bash (
Git-2.41.0-64-bit.exe
)Run
cd /z mkdir -p dira/diraa mkdir -p dira/dirab touch dira/diraa/file1.txt rm -rf dira/
Observe
dira
and contents still existing.Expected behavior
The directory and all contents to be
rm -rf
'd.Host:
6.1.52
8.1.0
9.7.0
VM:
Microsoft Windows [Version 10.0.19045.3448]
virtio-fs
virtio-win-0.1.240.iso
,07/21/2023,100.93.104.24000
in the INFAdditional context:
The text was updated successfully, but these errors were encountered: