Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
windows:wmi:disks:wmi_and_disks_msft [07/05/2023 17:16] thierry [MSFT_Volume] |
windows:wmi:disks:wmi_and_disks_msft [09/06/2023 16:20] (Version actuelle) thierry [Vierge] |
||
---|---|---|---|
Ligne 137: | Ligne 137: | ||
}; | }; | ||
+ | </codedoc></codedoc> | ||
+ | ==== Comparaison MSFT_Disk / MSFT_PhysicalDisk / Win32_DiskDrive ==== | ||
+ | <codedoc> | ||
+ | instances of MSFT_Disk | ||
+ | <codedoc toggle> | ||
+ | instance of MSFT_Disk | ||
+ | { | ||
+ | AllocatedSize = "512110190592"; | ||
+ | BootFromDisk = TRUE; | ||
+ | BusType = 11; | ||
+ | FirmwareVersion = "T0929A0"; | ||
+ | FriendlyName = "Intenso SSD SATAIII"; | ||
+ | HealthStatus = 0; | ||
+ | IsBoot = TRUE; | ||
+ | IsClustered = FALSE; | ||
+ | IsHighlyAvailable = FALSE; | ||
+ | IsOffline = FALSE; | ||
+ | IsReadOnly = FALSE; | ||
+ | IsScaleOut = FALSE; | ||
+ | IsSystem = TRUE; | ||
+ | LargestFreeExtent = "0"; | ||
+ | Location = "Integrated : Bus 0 : Device 23 : Function 0 : Adapter 0 : Port 0"; | ||
+ | LogicalSectorSize = 512; | ||
+ | Model = "Intenso SSD SATAIII"; | ||
+ | Number = 1; | ||
+ | NumberOfPartitions = 3; | ||
+ | ObjectId = "{1}\\\\PC-THIERRY\\root/Microsoft/Windows/Storage/Providers_v2\\WSP_Disk.ObjectId=\"{6e6eee87-74ee-11e9-8b27-806e6f6e6963}:DI:\\\\?\\scsi#disk&ven_intenso&prod_ssd#4&61b3d44&0&000400#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\""; | ||
+ | OfflineReason = 0; | ||
+ | OperationalStatus = {53264}; | ||
+ | PartitionStyle = 1; | ||
+ | Path = "\\\\?\\scsi#disk&ven_intenso&prod_ssd#4&61b3d44&0&000400#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}"; | ||
+ | PhysicalSectorSize = 512; | ||
+ | ProvisioningType = 2; | ||
+ | SerialNumber = "AA000000000000000494"; | ||
+ | Signature = 2303424239; | ||
+ | Size = "512110190592"; | ||
+ | UniqueId = "ATA Intenso SSD SATAIII AA000000000000000494"; | ||
+ | UniqueIdFormat = 1; | ||
+ | }; | ||
+ | |||
+ | instance of MSFT_PhysicalDisk | ||
+ | { | ||
+ | AllocatedSize = “512110190592”; | ||
+ | BusType = 11; | ||
+ | CannotPoolReason = {7}; | ||
+ | CanPool = FALSE; | ||
+ | DeviceId = “1”; | ||
+ | FirmwareVersion = “T0929A0”; | ||
+ | FriendlyName = “Intenso SSD SATAIII”; | ||
+ | HealthStatus = 0; | ||
+ | IsPartial = TRUE; | ||
+ | LogicalSectorSize = “512”; | ||
+ | MediaType = 4; | ||
+ | Model = “Intenso SSD SATAIII”; | ||
+ | ObjectId = “{1}\\\\PC-THIERRY\\root/Microsoft/Windows/Storage/Providers_v2\\SPACES_PhysicalDisk.ObjectId=\”{6e6eee87-74ee-11e9-8b27-806e6f6e6963}:PD:{3d29fe32-dc1f-60cd-fd4b-f51e648eeb67}\“”; | ||
+ | OperationalStatus = {2}; | ||
+ | PhysicalLocation = “Integrated : Bus 0 : Device 23 : Function 0 : Adapter 0 : Port 0”; | ||
+ | PhysicalSectorSize = “512”; | ||
+ | SerialNumber = “AA000000000000000494”; | ||
+ | Size = “512110190592”; | ||
+ | SpindleSpeed = 0; | ||
+ | SupportedUsages = {1, 2, 3, 4, 5}; | ||
+ | UniqueId = “ATA Intenso SSD SATAIII AA000000000000000494”; | ||
+ | UniqueIdFormat = 1; | ||
+ | Usage = 1; | ||
+ | VirtualDiskFootprint = “0”; | ||
+ | }; | ||
+ | instance of Win32_DiskDrive | ||
+ | { | ||
+ | BytesPerSector = 512; | ||
+ | Capabilities = {3, 4, 10}; | ||
+ | CapabilityDescriptions = {“Random Access”, “Supports Writing”, “SMART Notification”}; | ||
+ | Caption = “Intenso SSD SATAIII”; | ||
+ | ConfigManagerErrorCode = 0; | ||
+ | ConfigManagerUserConfig = FALSE; | ||
+ | CreationClassName = “Win32_DiskDrive”; | ||
+ | Description = “Lecteur de disque”; | ||
+ | DeviceID = “\\\\.\\PHYSICALDRIVE1”; | ||
+ | FirmwareRevision = “T0929A0”; | ||
+ | Index = 1; | ||
+ | InterfaceType = “IDE”; | ||
+ | Manufacturer = “(Lecteurs de disque standard)”; | ||
+ | MediaLoaded = TRUE; | ||
+ | MediaType = “Fixed hard disk media”; | ||
+ | Model = “Intenso SSD SATAIII”; | ||
+ | Name = “\\\\.\\PHYSICALDRIVE1”; | ||
+ | Partitions = 3; | ||
+ | PNPDeviceID = “SCSI\\DISK&VEN_INTENSO&PROD_SSD\\4&61B3D44&0&000400”; | ||
+ | SCSIBus = 0; | ||
+ | SCSILogicalUnit = 0; | ||
+ | SCSIPort = 0; | ||
+ | SCSITargetId = 4; | ||
+ | SectorsPerTrack = 63; | ||
+ | SerialNumber = “AA000000000000000494”; | ||
+ | Signature = 2303424239; | ||
+ | Size = “512105932800”; | ||
+ | Status = “OK”; | ||
+ | SystemCreationClassName = “Win32_ComputerSystem”; | ||
+ | SystemName = “PC-THIERRY”; | ||
+ | TotalCylinders = “62260”; | ||
+ | TotalHeads = 255; | ||
+ | TotalSectors = “1000206900”; | ||
+ | TotalTracks = “15876300”; | ||
+ | TracksPerCylinder = 255; | ||
+ | }; | ||
</codedoc></codedoc> | </codedoc></codedoc> | ||
Ligne 274: | Ligne 379: | ||
}; | }; | ||
</codedoc></codedoc> | </codedoc></codedoc> | ||
+ | |||
+ | ==== Comparaison MSFT_Partition / Win32_DiskPartition==== | ||
+ | <codedoc> | ||
+ | instances of MSFT_Partition / Win32_DiskPartition | ||
+ | <codedoc toggle> | ||
+ | instance of MSFT_Partition | ||
+ | { | ||
+ | AccessPaths = {"C:\\", "\\\\?\\Volume{894b76ef-0000-0000-0000-602200000000}\\"}; | ||
+ | DiskId = "\\\\?\\scsi#disk&ven_intenso&prod_ssd#4&61b3d44&0&000400#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}"; | ||
+ | DiskNumber = 1; | ||
+ | DriveLetter = '\x43'; | ||
+ | IsActive = FALSE; | ||
+ | IsBoot = TRUE; | ||
+ | IsDAX = FALSE; | ||
+ | IsHidden = FALSE; | ||
+ | IsOffline = FALSE; | ||
+ | IsReadOnly = FALSE; | ||
+ | IsShadowCopy = FALSE; | ||
+ | IsSystem = FALSE; | ||
+ | MbrType = 7; | ||
+ | NoDefaultDriveLetter = FALSE; | ||
+ | ObjectId = "{1}\\\\PC-THIERRY\\root/Microsoft/Windows/Storage/Providers_v2\\WSP_Partition.ObjectId=\"{6e6eee87-74ee-11e9-8b27-806e6f6e6963}:PR:{00000000-0000-0000-0000-602200000000}\\\\?\\scsi#disk&ven_intenso&prod_ssd#4&61b3d44&0&000400#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\""; | ||
+ | Offset = "576716800"; | ||
+ | OperationalStatus = 1; | ||
+ | PartitionNumber = 2; | ||
+ | Size = "510968987648"; | ||
+ | TransitionState = 1; | ||
+ | UniqueId = "{00000000-0000-0000-0000-602200000000}ATA Intenso SSD SATAIII AA000000000000000494"; | ||
+ | }; | ||
+ | instance of Win32_DiskPartition | ||
+ | { | ||
+ | BlockSize = “512”; | ||
+ | Bootable = FALSE; | ||
+ | BootPartition = FALSE; | ||
+ | Caption = “Disque n° 1, partition n° 1”; | ||
+ | CreationClassName = “Win32_DiskPartition”; | ||
+ | Description = “Système de fichiers installable”; | ||
+ | DeviceID = “Disk #1, Partition #1”; | ||
+ | DiskIndex = 1; | ||
+ | Index = 1; | ||
+ | Name = “Disque n° 1, partition n° 1”; | ||
+ | NumberOfBlocks = “997986304”; | ||
+ | PrimaryPartition = TRUE; | ||
+ | Size = “510968987648”; | ||
+ | StartingOffset = “576716800”; | ||
+ | SystemCreationClassName = “Win32_ComputerSystem”; | ||
+ | SystemName = “PC-THIERRY”; | ||
+ | Type = “Installable File System”; | ||
+ | }; | ||
+ | </codedoc></codedoc> | ||
+ | |||
+ | |||
===== MSFT_PartitionToVolume ===== | ===== MSFT_PartitionToVolume ===== | ||
Ligne 401: | Ligne 558: | ||
</codedoc></codedoc> | </codedoc></codedoc> | ||
- | ==== Comparaison avec ==== | + | ==== Comparaison MSFT_Volume / Win32_Volume ==== |
<codedoc> | <codedoc> | ||
Ligne 457: | Ligne 614: | ||
</codedoc></codedoc> | </codedoc></codedoc> | ||
- | ===== Vierge ===== | ||
- | <codedoc> | ||
- | instance of MSFT_Partition | ||
- | <codedoc toggle> | ||
- | </codedoc></codedoc> | ||