Template:Infobox hard drive/doc

Icon This is a documentation subpage for Template:Infobox hard drive.

It contains usage information, categories and other content that is not part of the original template page.

This infobox is designed for hard drive model articles. It shows various hard drive parameters, such as speed, capacity and per-platter capacity.

Examples

This example infobox is generated using the following code:

{{infobox hard drive
|image1 = Toshiba HDWD240 top-down view.jpg
|caption1 = Top-down view of a HDWD240.
|image2 = File:Toshiba HDWD240 CDI SMART printout.png
|caption2 = CrystalDiskInfo printout of SMART attributes.
|manufacturer = [[Toshiba]]
|family = [[Toshiba P300]]/[[Toshiba DT02]]
|form_factor = 3.5"
|z-height = 26.1 mm
|speed = 5,400
|capacity = 4
|capacity_unit = tb
|af = 512e
|max_transfer = 176.4 (from DT02ABA400)
|ncq = Yes
|apm = Yes
|aam = Yes
|trim = No
|scterc = Read: Disabled<br>Write: Disabled
|interface = SATA
|interface_version = SATA 3.3 (600 MB/s)
|command_set = ACS-3 Revision 5
|platters = 2
|heads = 4
|capacity_per_platter = 2
|capacity_per_platter_unit = tb
|recording_method = smr
|cache = 128
|cache_unit = mb
|mttf = None
|max_load_cycles = 600,000
|unrecoverable_error_rate = <math>1</math> in <math>10^{14}</math>
|released = 2019
}}

Capacity discrepancy verification

This template verifies whether the following rules are true.

  1. There cannot be more heads than double the platter count. (2 platters, 4 heads is legal, since 2×2=4, but 2 platters, 6 heads is not legal, since 2×25.)
  2. The total capacity equals the difference between the following:
    • Platter capacity multiplied by (number of heads divided by 2)
    • Subtracted by short stroked capacity
    • Summed up by this mathematical statement: C=(P×h/2)S

If one or both of these rules are not true, the page is placed into the category Category:Hard drive models with capacity, capacity per platter and short stroked capacity calculation errors, and an error appears in the Capacity field. Please correct the following fields, preferably by consulting a source such as the RML527 HDD Platter Capacity Database.

  • capacity and capacity_unit
  • capacity_per_platter and capacity_per_platter_unit
  • platters (if the problem is that there are too few platters for the number of heads)
  • heads
  • short_stroked_capacity and short_stroked_capacity_unit

TemplateData

Displays information on hard drive models.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Image 1image1

File name for the first image on the infobox.

Example
TOSHIBA HDWJ110.jpg
Filesuggested
Image caption 1caption1

An image caption to accompany image 1. Also acts as alt text if not explicity provided.

Example
Top down view of the hard drive.
Contentsuggested
Alt text 1alt1

Alt text associated with image 1.

Default
{{{caption1}}}
Stringoptional
Image 2image2

File name for the second image on the infobox.

Example
Toshiba HDWJ110 SMART printout.png
Fileoptional
Image caption 2caption2

An image caption to accompany image 2. Also acts as alt text if not explicitly provided.

Contentoptional
Alt text 2alt2

Alt text associated with image 2.

Default
{{{caption2}}}
Stringoptional
Image 3image3

File name for the third image on the infobox.

Example
Toshiba HDWJ110 SMART printout.png
Fileoptional
Image caption 3caption3

An image caption to accompany image 3. Also acts as alt text if not explicitly provided.

Stringoptional
Alt text 3alt3

Alt text associated with image 3.

Default
{{{caption3}}}
Stringoptional
Manufacturermanufacturer

The company who manufactures or manufactured this hard drive model.

Example
[[Western Digital]]
Page namerequired
Product familyfamily

The product family the hard drive model belongs to.

Example
[[Toshiba P300]]
Page namesuggested
Platform/Drive familyplatform

The platform name (such as a WD Marvell family).

Example
Diablo3s
Stringoptional
Form factorform_factor

The form factor of the hard drive model, expressed in inches (as in, 3.5").

Example
3.5"
Stringrequired
z-heightz-height

The total z-height of the drive in millimetres. Most useful for 2.5"s, most 3.5"s are 26.1.

Example
9.5
Numbersuggested
Capacitycapacity

The total capacity of the hard drive model. Do not include units, and do not use binary capacities (such as 236 instead of 256).

Example
500
Numbersuggested
Capacity unitcapacity_unit

The two- or three- letter acronym for the capacity's unit. Case insensitive. Accepts all parameters that Template:Cache unit accepts.

Example
gb
Stringrequired
Rotation speedspeed

The speed that the hard drive platters rotate at.

Example
5,400
Numbersuggested
Cachecache

The amount of cache RAM the hard drive contains.

Example
64
Numbersuggested
Cache unitcache_unit

The two- or three- letter acronym for the cache capacity's unit. Case insensitive. Accepts all parameters that Template:Cache unit accepts.

Example
mb
Stringsuggested
Advanced Format statusaf

Whether the hard drive supports Advanced Format, and if so, what type it supports (512e, or 4Kn)

Example
No
Stringsuggested
Maximum sustained transfer ratemax_transfer

The maximum specified transfer rate, in MB/s. Note that some datasheets specify this in Mbits for some reason; for those, provide an MB/s translation as well as the original.

Example
180
Numbersuggested
Interfaceinterface

The acronym for the interface in use (pata, sata, scsi, sas). Case insensitive.

Example
sata
Stringsuggested
Interface versioninterface_version

The version of the interface in use, and its speed.

Example
SATA 3.3 (600 MB/s)
Stringsuggested
Command setcommand_set

The command set used for interfacing with the drive.

Example
ACS-3 Revision 5
Stringsuggested
APM?apm

Whether the hard drive supports Advanced Power Management (APM).

Example
Yes
Stringsuggested
NCQ?ncq

Whether the hard drive supports Native Command Queing (NCQ).

Example
Yes
Stringrequired
AAM?aam

Whether the hard drive supports Automatic Acoustic Management (AAM).

Example
No
Stringsuggested
TRIM?trim

Whether the hard drive supports the TRIM command. Only specify "No" if the drive is SMR; leave blank otherwise.

Example
Yes
Stringoptional
SIE?sie

Whether the hard drive model supports Sanitize Instant Erase (SIE).

Default
No
Example
Yes
Stringoptional
SED algorithmsed

If supported, defines what algorithm the model uses for self-encryption. Specify "Unknown (supported)" if not known.

Default
None
Example
AES-256
Stringoptional
SCTERC defaultsscterc

The default settings for SCTERC.

Example
Read: Disabled<br>Write: Disabled
Stringsuggested
Device Statistics?statistics

Whether the device supports Device Statistics.

Example
Yes
Stringrequired
Platter countplatters

Number of known platters in a hard drive model.

Example
7
Numbersuggested
Recording head countheads

Number of recording heads in a hard drive model.

Example
14
Numbersuggested
Capacity per plattercapacity_per_platter

The amount of capacity stored on each platter.

Example
1.43
Numbersuggested
Capacity per platter unitcapacity_per_platter_unit

The two- or three- letter acronym for the capacity's unit. Case insensitive. Accepts all parameters that Template:Cache unit accepts. Accepts all parameters that Template:Cache unit accepts, but this should not be used with binary units normally.

Example
tb
Stringsuggested
Recording methodrecording_method

The three, four or similar acronym for the recording. Case insensitive.

Example
cmr
Stringsuggested
Mean time to failuremttf

Mean time to failure published by the manufacturer. Do not use crowd-sourced information such as ST3000DM001s all failing at low hour numbers.

Default
Not specified
Example
600,000 hours
Numbersuggested
Maximum load/unload cyclesmax_load_cycles

Maximum load/unload cycle count published by the manufacture. Specify "N/A" if this is a contact start-stop HDD.

Example
600,000
Numbersuggested
Unrecoverable error rateunrecoverable_error_rate

Unrecoverable error rate specified by the manufacturer. Use math when possible.

Example
<math>1</math> in <math>10^14</math>
Auto value
<math>1</math> in <math>10^14</math>
Contentsuggested
KCC/MSIP IDkcc

An identifier assigned by the KCC (Korean Communications Commission)/MSIP (Ministry for Science, ICT and Future Planning).

Example
R-R-T48-MG08ADA400N
Stringsuggested
KCC wikitextkcc_wikitext

Custom wikitext to use for the KCC/MSIP ID parameter. By default, the infobox places the ID given in kcc into a wikilink; use this to disable it if that causes problems.

Unbalanced wikitextoptional
PCB part number(s)pcb

The part numbers of all known PCBs used by this drive.

Example
G0066A
Stringsuggested
Date releasedreleased

The year (add more precision if desired/known) the hard drive model was released.

Example
2012
Datesuggested
Date discontinueddiscontinued

The year (add more precision if desired/known) the model was discontinued.

Example
2017
Dateoptional
Force categorisationforce_cat

Force automatic categorisation to be suppressed (-1) or always show (1). Leave blank or use any other value to automatically categorise only in mainspace.

Example
-1
Numberoptional
Cookies help us deliver our services. By using our services, you agree to our use of cookies.