Skip to content

DiskBusType

URI: DiskBusType

Permissible Values

Value Meaning Description
SATA None The SATA (Serial Advanced Technology Attachment) interface connects the stora...
PATA None Based on parallel signaling technology, the Parallel Advanced Technology Atta...
SCSI None Small Computer System Interface, uses a system interface that is a standard f...
SAS None The Serial Attached SCSI interface provides more performance than SCSI interf...
NVMe None The Non-volatile Memory Express interface is designed to address tasks that r...
other None Disk controller no further described

Slots

Name Description
diskBusType Type of disk controller the disk is attached to

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#disk

LinkML Source

name: DiskBusType
from_schema: https://w3id.org/gaia-x/development#disk
permissible_values:
  SATA:
    text: SATA
    description: The SATA (Serial Advanced Technology Attachment) interface connects
      the storage device to the computer using serial signaling technology.
  PATA:
    text: PATA
    description: Based on parallel signaling technology, the Parallel Advanced Technology
      Attachment (also known as IDE) interface can be used in old systems, PATA cable
      is usually flat and features 40-pin connectors on each side.
  SCSI:
    text: SCSI
    description: Small Computer System Interface, uses a system interface that is
      a standard for connecting peripheral devices such as printers, scanners, and
      others.
  SAS:
    text: SAS
    description: The Serial Attached SCSI interface provides more performance than
      SCSI interfaces, and it is usually convenient for environments that require
      high-performance data transfer.
  NVMe:
    text: NVMe
    description: The Non-volatile Memory Express interface is designed to address
      tasks that require high-performance computing environments.
  other:
    text: other
    description: Disk controller no further described.