Skip to content

DiskType

URI: DiskType

Permissible Values

Value Meaning Description
local HDD None A hard disk drive is a storage device that uses an electro-mechanical system ...
local SSD None A SDD hard disk is a storage device that relies on flash memory technology, i...
magnetic hard drive None Storage device that uses rotating magnetic disks (platters) to read and write...
hybrid hard drive None Storage device that combines both platters and flash memory, so increases bot...
shared network storage None The information is stored in a central resource that is accessible to multipl...
other None Storage device no further described

Slots

Name Description
diskType The type of storage drive

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: DiskType
from_schema: https://w3id.org/gaia-x/development#disk
permissible_values:
  local HDD:
    text: local HDD
    description: A hard disk drive is a storage device that uses an electro-mechanical
      system to store and retrieve digital data.
  local SSD:
    text: local SSD
    description: A SDD hard disk is a storage device that relies on flash memory technology,
      integrated circuits and solid-state electronics to store data.
  magnetic hard drive:
    text: magnetic hard drive
    description: Storage device that uses rotating magnetic disks (platters) to read
      and write data into the hard drive.
  hybrid hard drive:
    text: hybrid hard drive
    description: Storage device that combines both platters and flash memory, so increases
      both storage capabilities and storage capacity.
  shared network storage:
    text: shared network storage
    description: The information is stored in a central resource that is accessible
      to multiple users or data systems.
  other:
    text: other
    description: Storage device no further described.