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

Usb device is not powered off after eject_disk. #74

Open
xiaoxiangmoe opened this issue Mar 8, 2019 · 1 comment
Open

Usb device is not powered off after eject_disk. #74

xiaoxiangmoe opened this issue Mar 8, 2019 · 1 comment

Comments

@xiaoxiangmoe
Copy link

xiaoxiangmoe commented Mar 8, 2019

Usb device is not powered off after eject_disk in Windows and drive letter remains there.

// FIXME: This is just a stub copy of `UnmountDisk()`,
// and needs implementation!
MOUNTUTILS_RESULT eject_disk(const char *device) {
return unmount_disk(device);
}

same behavior as #6


But https://www.npmjs.com/package/removedrive works.

@lurch
Copy link
Contributor

lurch commented Mar 8, 2019

ping @jviotti
https://www.npmjs.com/package/removedrive says the 'homepage' is https://github.com/jviotti/removedrive but that just 404s 😕

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

No branches or pull requests

2 participants