-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix unmount iso/virtual drives after eject #9770
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
Fix unmount iso/virtual drives after eject #9770
Conversation
I think it was like that because when you have a "real" CDrom drive (or even a daemon tools-like drive), when you eject a CD you don't want to remove the drive from the list, but just update the label. |
Plus even if you do this I think the empty drive will still appear in windows explorer. |
Oh okay. Now I understand.
oops yes. I see it :/ |
Uh good question. I guess we could:
|
Just checked [2]: |
Wow. I was looking in a different implementation but great, Thank you @gave92 |
Thanks! Does it work on your end as well then? |
Yes I tried and it works. |
I can confirm that on my end removing a usb key works (I have only one with which to try though). I'm on windows 10 (if that matters). |
I am on win 11 & So there's safe to remove hardware notification & no error. But the drive is still there on the UI. Once I remove it physically it's removed. Debug log doesn't show any error. |
|
No, It's gone from the Explorer. (before removing physically)
No, it doesn't disappear from Files on the main branch |
Resolved / Related Issues
Items resolved / related issues by this PR.
Details of Changes
Add details of changes here.
Validation
How did you test these changes?