I just wanted to say thank you for the attached advice regarding APIs which
can be used to establish the logical volume <-> physical drive
relationship. Based on your suggestion I’ve looked at what WMI has to
offer and it appears this advice is sound.
Thanks again.
-Robert
At 01:52 PM 4/11/2002 -0500, ntdev wrote:
Im not sure if this is exactly what you are looking for but, WMI provodes a
lot of info on this sort of thing on 2000 and XP. If you have the WMI sdk
installed (it comes with Platform SDK) run the WMI Object Viewer and browse
for Win32_DiskDrive. There will be objects for all drives ie.
\\.\PHYSICALDRIVE0,\\.\PHYSICALDRIVE1. Select from any of them and
there will be an entry for Win32_DiskDriveToDiskPartition.Dependent, from
here you can link to the DeviceID “C:\”.I have done a similar thing from user mode to match PhysicalDrive? with
their corresponding controllers (IDE,USB,1394,SCSI)
You are currently subscribed to ntdev as: xxxxx@computing-machines-corp.com
To unsubscribe send a blank email to %%email.unsub%%