Hi,
As part of developing a WMI based management application for storage
product on Windows 2000 and Windows Server 2003, I am looking for a way to
obtain the mount points and scsi address of all the disks on the
system(using WMI). There seems to be a class “Win32_MountPoint” which gives
the details of mount points in the system and another class
“Win32_DiskDrive” provides the details of SCSI address of each of these
disks. However, I could not find a way to map the details provided by
Win32_MountPoint to the details provided by Win32_DiskDrive. Can some one
please help me out on this?
We cannot use Win32/SDK API’s to do the same, as our requirement is to
collect these details using WMI.
Regards,
Girish.