Hard Disk Drive: Difference between revisions
Appearance
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 |
||
| (One intermediate revision by the same user not shown) | |||
| 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 | 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) | |||
|- | |||
|[[File:Hard disk drive iron thumbnail.png|16px]] Iron | |||
|<math>\frac{1}{2}</math> | |||
|- | |||
|[[File:Hard disk drive copper thumbnail.png|16px]] Copper | |||
|2 | |||
|- | |||
|[[File:Hard disk drive gold thumbnail.png|16px]] Gold | |||
|4 | |||
|- | |||
|[[File:Hard disk drive diamond thumbnail.png|16px]] Diamond | |||
|16 | |||
|- | |||
|[[File:Hard disk drive netherite thumbnail.png|16px]] 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}} | ||
Latest revision as of 23:50, 17 August 2026

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 | Storage space (MiB) |
|---|---|
| 2 | |
| 4 | |
| 16 | |
| 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.