Attribute Summary |
character | InterfaceType
Interface type of the disk drive. Example: SCSI. |
integer | Partitions
Number of partitions on the disk drive that are recognized by the operating system. Example: 2. |
integer | SCSIBus
SCSI bus number of the disk drive. Example: 0. |
integer | SCSILogicalUnit
SCSI logical unit number (LUN) of the disk drive. Example: 0. |
integer | SCSIPort
SCSI port number of the disk drive. Example: 0. |
integer | SCSITargetID
SCSI ID number of the disk drive. Example: 0. |
integer | SectorsPerTrack
Number of sectors in each track of the disk drive. Example: 63. |
decimal | Size
Size of the disk drive. To calculate this, multiply the total number of cylinders, tracks in each cylinder, sectors in each track, and bytes in each sector. |
decimal | TotalCylinders
Number of cylinders on the disk drive. The value for this attribute is obtained through extended functions of BIOS interrupt 13h. The value might be inaccurate if the drive uses a translation scheme to support high-capacity disk sizes. Consult the manufacturer for accurate drive specifications. Example: 657. |
integer | TotalHeads
Number of heads on the disk drive. The value for this attribute is obtained through extended functions of BIOS interrupt 13h. The value might be inaccurate if the drive uses a translation scheme to support high-capacity disk sizes. Consult the manufacturer for accurate drive specifications. |
decimal | TotalSectors
Number of sectors on the disk drive. The value for this attribute is obtained through extended functions of BIOS interrupt 13h. The value might be inaccurate if the drive uses a translation scheme to support high-capacity disk sizes. Consult the manufacturer for accurate drive specifications. |
decimal | TotalTracks
Number of tracks on the disk drive. The value for this attribute is obtained through extended functions of BIOS interrupt 13h. The value might be inaccurate if the drive uses a translation scheme to support high-capacity disk sizes. Consult the manufacturer for accurate drive specifications. |
integer | TracksPerCylinder
Number of tracks in each cylinder on the disk drive. The value for this attribute is obtained through extended functions of BIOS interrupt 13h. The value might be inaccurate if the drive uses a translation scheme to support high-capacity disk sizes. Consult the manufacturer for accurate drive specifications. |