Tagged Questions
8
votes
3answers
4k views
Enumerating all available drive letters in Windows
I want to enumerate all available drive letters (which aren't already taken) in Windows using VC++.
How can I do this?
2
votes
6answers
2k views
How to match linux device path to windows drive name?
I'm writing an application that on some stage performs low-level disk operations in Linux environment. The app actually consists of 2 parts, one runs on Windows and interacts with a user and another ...