Mapping Physical drives to logical drives part 2
Posted by: Richard Siddaway
We have seen how to get physical disk information and how to get the associations between WMI classes. We’ll now start to put this together.
Mapping physical disks to logical drives
Posted by: Richard Siddaway
We have looked at physical disks and logical disks. We know there is a relationship between them.
disk drive – partition – logical disk
In WMI this maps to.
Win32_DiskDrive - Win32_DiskPartition - Win32_LogicalDisk.DeviceID
We have two classes that provide the...
Disks Part 4: Mount points
Posted by: Richard Siddaway
We have seen how to discover our physical and logical disks. In a quick digression I want to cover Mount Points. These allow us to mount the volume into an empty folder in the file system rather than having a new drive. They are useful when we have lots of volumes and need to...
Disks Part 3
Posted by: Richard Siddaway
We have seen how to use Win32_DiskDrive to look at our physical disks but this isn’t the whole story. We also need to consider logical disks or volumes
Disks Part 2
Posted by: Richard Siddaway
Moving swiftly on from last time we can expand the information returned on our disks




