crutchcorn / WMIControl

WMI scanner, asset management medium, and management software
Mozilla Public License 2.0
12 stars 4 forks source link

Allow logical disks to span among physical disks #25

Closed crutchcorn closed 7 years ago

crutchcorn commented 7 years ago

As logical disks can span physical disks (IE: RAID). I'll need to change the relationship in the database from LogicalDisk.disk =many-to-one> PhysicalDisk to LogicalDisk.disk =many-to-many> PhysicalDisk

               DISK1      DISK2
               /  \       /
PARTITION(DISK1)|PARTITION(DISK1/2)