Way to know if two partitions are in one physical hard disk without WMI?
- by Alon
Hey.
I have those partitions (in Windows) for example:
Hard Disk 1 - Partition C, Partition D
Hard Disk 2 - Partition E
Is there any way in a program language to know if for example partition C and partition D are in one physical hard disk without WMI?
I don't want to use WMI because it's slow - for this example, it took for me 0.5 seconds. I need it to be fast.
Thank you.