tags:

views:

40

answers:

0

Hello, I'm making a program which tells me information about the system hardware, but I don't know how to know if the system has a RAID or not, and if it has, its type. The program is written in Python, but I'm using a library which wrappers C# libraries, like Win32_Classes, so I can use any C# libraries.

I've used a function called Win32_DiskDrive which tells me information about any disk drive in the system, but nothing about if it's in a RAID

Can anyone help me? Thanks a lot!!!