C++\Win32 Information about all drives: hard drives, USB drives, disc drives, diskette drives etc

StackOverflow https://stackoverflow.com/questions/11901990

  •  25-06-2021
  •  | 
  •  

Question

I want to get information about all types of drives in the system: Hard Drives, USB Drives, Disk Drives, Diskette Drives.

About each I want to know: size, free space, file system and whether it is real or emulated.

Hard Drives: internal or external.

Was it helpful?

Solution

Short answer WMI Windows Management Instrumentation. Search for it. It will tell more info than you ever wanted to know.

Or you can refer to GetLogicalDrives() : Listing physical drives installed on my computer

OTHER TIPS

We're developing this API that will eventually allows you to communicate with storage devices. It's open source and you can see the current code for some information. Check back for more features: https://github.com/virtium/vtStor

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top