vote up 0 vote down star

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!!!

flag

67% accept rate
Getting the RAID type could be rather difficult (unless you always expect the same hardware). Different RAID controllers have totally different methods of exposing their information, but essentially they just hand the operating system a handle to a "hard drive"--so the OS doesn't have any idea that it's a bunch of disks in a RAID set. – ewall Oct 26 at 21:12

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.