Jump to content

Hard Disk Drive: Difference between revisions

From Advanced Computers Wiki
Created page with "alt=Hard disk drive|thumb|Hard disk drive Hard disk drives (HDDs) are one of the items providing functionality for storing data that persists across computer reboots. They come in many different tiers, though currently the only difference is visually. In the future, different drives will offer a different amount of storage space, perhaps also different access timings and maybe more. == Provided component == This item provi..."
 
No edit summary
Line 1: Line 1:
[[File:Hard disk drive netherite thumbnail.png|alt=Hard disk drive|thumb|Hard disk drive]]
[[File:Hard disk drive netherite thumbnail.png|alt=Hard disk drive|thumb|Hard disk drive]]
Hard disk drives (HDDs) are one of the items providing functionality for storing data that persists across computer reboots. They come in many different tiers, though currently the only difference is visually. In the future, different drives will offer a different amount of storage space, perhaps also different access timings and maybe more.
Hard disk drives (HDDs) are one of the items providing functionality for storing data that persists across computer reboots. They come in many different tiers with different amounts of storage space. In the future, different drives might also differ in terms of access timings.
{| class="wikitable"
|+Tier comparison
!Tier
!Storage space (MiB)
|-
|Iron
|<math>\frac{1}{2}</math>
|-
|Copper
|2
|-
|Gold
|4
|-
|Diamond
|16
|-
|Netherite
|64
|}
 
== Provided component ==
== Provided component ==
This item provides the <code>massStorage</code> component which is either [[ManagedMassStorage]] or [[UnmanagedMassStorage]], though currently only the managed version is implemented. For details on the available functions, see the those links.{{Navbox content}}
This item provides the <code>massStorage</code> component which is either [[ManagedMassStorage]] or [[UnmanagedMassStorage]], though currently only the managed version is implemented. For details on the available functions, see the those links.{{Navbox content}}

Revision as of 23:48, 17 August 2026

Hard disk drive
Hard disk drive

Hard disk drives (HDDs) are one of the items providing functionality for storing data that persists across computer reboots. They come in many different tiers with different amounts of storage space. In the future, different drives might also differ in terms of access timings.

Tier comparison
Tier Storage space (MiB)
Iron 12
Copper 2
Gold 4
Diamond 16
Netherite 64

Provided component

This item provides the massStorage component which is either ManagedMassStorage or UnmanagedMassStorage, though currently only the managed version is implemented. For details on the available functions, see the those links.