{{Short description|none}} <!-- This short description is INTENTIONALLY "none" - please see WP:SDNONE before you consider changing it! --> Higher performance in hard disk drives comes from devices which have better performance characteristics.<ref name="PCTechGuide"/><ref name="RedHat"/> These performance characteristics can be grouped into two categories: access time and data transfer time (or rate).<ref name="RefGuide-Access"/>
==Access time== thumb|A hard disk head on an access arm just above a hard disk platter.
The ''access time'' or ''response time'' of a rotating drive is a measure of the time it takes before the drive can actually transfer data. The factors that control this time on a rotating drive are mostly related to the mechanical nature of the rotating disks and moving heads. It is composed of a few independently measurable elements that are added together to get a single value when evaluating the performance of a storage device. The access time can vary significantly, so it is typically provided by manufacturers or measured in benchmarks as an average.<ref name="RefGuide-Access"/><ref name="Symantec"/>
The key components that are typically added together to obtain the access time are:<ref name="RedHat"/><ref name="HDD Glossary"/>
* Seek time * Rotational latency * Command processing time * Settle time <!--- to be integrated {{About||access time in hard disk drives|Disk access time|access time in Unix file statistics|stat (system call)}} '''Access time''' is the time delay or latency between a request to an electronic system, and the access being completed or the requested data returned * In a computer, it is the time interval between the instant at which an instruction control unit initiates a call for data or a request to store data, and the instant at which delivery of the data is completed or the storage is started. -->
==={{anchor|SEEKTIME}}Seek time=== With rotating drives, the ''seek time'' measures the time it takes the head assembly on the actuator arm to travel to the track of the disk where the data will be read or written.<ref name="HDD Glossary"/> The data on the media is stored in sectors which are arranged in parallel circular tracks (concentric or spiral depending upon the device type) and there is an actuator with an arm that suspends a head that can transfer data with that media. When the drive needs to read or write a certain sector it determines in which track the sector is located.<ref>{{cite web|url=https://www.techopedia.com/definition/3558/seek-time|title=What is Seek Time? - Definition from Techopedia|website=Techopedia.com}}</ref> It then uses the actuator to move the head to that particular track. If the initial location of the head was the desired track then the seek time would be zero. If the initial location was the outermost edge of the media and the desired track was at the innermost edge then the seek time would be the maximum for that drive.<ref name="RefGuide-Seek"/><ref name="RefGuide-Track">{{cite web |archive-url= https://web.archive.org/web/20190118000000/http://www.pcguide.com/ref/hdd/geom/tracks.htm |url=http://www.pcguide.com/ref/hdd/geom/tracks.htm |url-status=dead |title= Hard Disk Tracks, Cylinders and Sectors |website=The PC Guide |last=Kozierok |first=Charles |archive-date=18 January 2019 |date=17 April 2001 |access-date=January 7, 2020}} [http://www.thecomputerrepairguide.com/hard-disk-tracks-cylinders-sectors/ Alt URL]</ref> Seek times are not linear compared with the seek distance traveled because of factors of acceleration and deceleration of the actuator arm.<ref name="Intro Disk Modeling"/>
A rotating drive's ''average seek time'' is the average of all possible seek times which technically is the time to do all possible seeks divided by the number of all possible seeks, but in practice it is determined by statistical methods or simply approximated as the time of a seek over one-third of the number of tracks.<ref name="HDD Glossary"/><ref name="RefGuide-Seek"/><ref name="Auto6R-2"/>
===Seek times & characteristics=== The first HDD<ref name="Auto6R-3"/> had an average seek time of about 600 ms.<ref name="IBM350">{{cite web |url=http://www-03.ibm.com/ibm/history/exhibits/storage/storage_350.html |archive-url=https://web.archive.org/web/20050409064858/http://www-03.ibm.com/ibm/history/exhibits/storage/storage_350.html |url-status=dead |archive-date=April 9, 2005 |title=IBM Archives: IBM 350 disk storage unit |date=23 January 2003 |access-date=October 19, 2012}}</ref> and by the middle 1970s, HDDs were available with seek times of about 25 ms.<ref name="Auto6R-4"/> Some early PC drives used a stepper motor to move the heads, and as a result had seek times as slow as 80–120 ms, but this was quickly improved by voice coil type actuation in the 1980s, reducing seek times to around 20 ms. Seek time has continued to improve slowly over time.
The fastest high-end server drives of 2010 had a seek time around 4 ms.<ref>{{cite web |url=http://www.anandtech.com/show/3636/western-digitals-new-velociraptor-vr200m-10k-rpm-at-450gb-and-600gb |archive-url=https://web.archive.org/web/20100410184500/http://www.anandtech.com/show/3636/western-digitals-new-velociraptor-vr200m-10k-rpm-at-450gb-and-600gb |url-status=dead |archive-date=April 10, 2010 |title=Western Digital's New VelociRaptor VR200M: 10K RPM at 450GB and 600GB |date=April 6, 2010 |access-date=December 19, 2013 |author=Anand Lal Shimpi |website = anandtech.com}}</ref> Some mobile devices have 15 ms drives, with the most common mobile drives at about 12 ms<ref name="WD-Scorpio Blue-specs"/> and the most common desktop drives typically being around 9 ms.
Two other less commonly referenced seek measurements are ''track-to-track'' and ''full stroke''. The track-to-track measurement is the time required to move from one track to an adjacent track.<ref name="HDD Glossary"/> This is the shortest (fastest) possible seek time. In HDDs this is typically between 0.2 and 0.8 ms.<ref name="HP_SSD"/> The full stroke measurement is the time required to move from the outermost track to the innermost track. This is the longest (slowest) possible seek time.<ref name="RefGuide-Seek"/>
====Short stroking==== ''Short stroking'' is a term used in enterprise storage environments to describe an HDD that is purposely restricted in total capacity so that the actuator only has to move the heads across a smaller number of total tracks.<ref>{{cite web|url=https://www.tomshardware.com/reviews/short-stroking-hdd,2157.html|title=Accelerate Your Hard Drive By Short Stroking|date=5 March 2009|website=Tom's Hardware}}</ref> This limits the maximum distance the heads can be from any point on the drive thereby reducing its average seek time, but also restricts the total capacity of the drive. This reduced seek time enables the HDD to increase the number of IOPS available from the drive. The cost and power per usable byte of storage rises as the maximum track range is reduced.<ref name="Auto6R-5"/><ref name="NullLobur2014">{{cite book|last1=Null|first1=Linda|last2=Lobur|first2=Julia|title=The Essentials of Computer Organization and Architecture|url=https://books.google.com/books?id=GKgxDwAAQBAJ&pg=PT499|date=14 February 2014|publisher=Jones & Bartlett Learning|isbn=978-1-284-15077-3|pages=499–500}}</ref>
====Effect of audible noise and vibration control==== Measured in dBA, audible noise is significant for certain applications, such as DVRs, digital audio recording and quiet computers. Low noise disks typically use fluid bearings, lower rotational speeds (usually 5,400 rpm) and reduce the seek speed under load (AAM) to reduce audible clicks and crunching sounds. Drives in smaller form factors (e.g. 2.5 inch) are often quieter than larger drives due to smaller actuators, platters and usually are 5,400 rpm as opposed to 7,200 rpm for most 3.5 drives.<ref name="RefGuide-Noise"/>
Some desktop- and laptop-class disk drives allow the user to make a trade-off between seek performance and drive noise. For example, Seagate offers a set of features in some drives called Sound Barrier Technology that include some user or system controlled noise and vibration reduction capability. Shorter seek times typically require more energy usage to quickly move the heads across the platter, causing loud noises from the pivot bearing and greater device vibrations as the heads are rapidly accelerated during the start of the seek motion and decelerated at the end of the seek motion. Quiet operation reduces movement speed and acceleration rates, but at a cost of reduced seek performance.<ref name="Auto6R-6"/>
===Rotational latency=== {| class="wikitable floatright" |+Typical HDD figures !HDD spindle<br />speed [rpm] !! Average<br />rotational<br />latency [ms] |-align="right" | 4,200||7.14 |-align="right" | 5,400||5.56 |-align="right" | 7,200||4.17 |-align="right" | 10,000||3.00 |-align="right" | 15,000||2.00 |}
''Rotational latency'' (sometimes called ''rotational delay'' or just ''latency'') is the delay waiting for the rotation of the disk to bring the required disk sector under the read-write head.<ref name="Auto6R-7"/> Older 3,600 rpm drives had a latency of 8.33 ms though this rpm is only found in drives from the mid-1990s and earlier. It depends on the rotational speed of a disk (or spindle motor), measured in revolutions per minute (RPM).<ref name="HDD Glossary"/><ref name="Auto6R-8"/> For most magnetic media-based drives, the ''average rotational latency'' is typically based on the empirical relation that the average latency in milliseconds for such a drive is one-half the rotational period. ''Maximum rotational latency'' is the time it takes to do a full rotation excluding any spin-up time (as the relevant part of the disk may have just passed the head when the request arrived).<ref name="Scott_Lowe"/> *'''''Maximum latency''''' ''= 60/rpm'' *'''''Average latency''''' ''= 0.5*Maximum latency'' Therefore, the rotational latency and resulting access time can be improved (decreased) by increasing the rotational speed of the disks.<ref name="HDD Glossary" /> This also has the benefit of improving (increasing) the throughput (discussed later in this article).
{{Details|topic=|Disk storage#CAV-CLV||}}
The spindle motor speed can use one of two types of disk rotation methods: 1) constant linear velocity (CLV), used mainly in optical storage, varies the rotational speed of the optical disc depending upon the position of the head, and 2) constant angular velocity (CAV), used in HDDs, standard FDDs, a few optical disc systems, and vinyl audio records, spins the media at one constant speed regardless of where the head is positioned.
Another wrinkle occurs depending on whether surface bit densities are constant. Usually, with a CAV spin rate, the densities are not constant so that the long outside tracks have the same number of bits as the shorter inside tracks. When the bit density is constant, outside tracks have more bits than inside tracks and is generally combined with a CLV spin rate. In both these schemes contiguous bit transfer rates are constant. This is not the case with other schemes such as using constant bit density with a CAV spin rate.
====Effect of reduced power consumption==== Power consumption has become increasingly important, not only in mobile devices such as laptops but also in server and desktop markets. Increasing data center machine density has led to problems delivering sufficient power to devices (especially for spin-up), and getting rid of the waste heat subsequently produced, as well as environmental and electrical cost concerns (see green computing). Most hard disk drives today support some form of power management which uses a number of specific power modes that save energy by reducing performance. When implemented, an HDD will change between a full power mode to one or more power saving modes as a function of drive usage. Recovery from the deepest mode, typically called Sleep where the drive is stopped or spun down, may take as long as several seconds to be fully operational thereby increasing the resulting latency.<ref name="Auto6R-9"/> The drive manufacturers are also now producing ''green drives'' that include some additional features that do reduce power, but can adversely affect the latency including lower spindle speeds and parking heads off the media to reduce friction.<ref name="Auto6R-10"/>
===Other=== The ''{{visible anchor|command processing time|Command processing time}}'' or ''command overhead'' is the time it takes for the drive electronics to set up the necessary communication between the various components in the device so it can read or write the data. This is of the order of 3 μs, very much less than other overhead times, so it is usually ignored when benchmarking hardware.<ref name="RedHat"/><ref name="RefGuide-Overhead"/>
The ''{{visible anchor|settle time|Settle time}}'' is the time it takes the heads to ''settle'' on the target track and stop vibrating so they do not read or write ''off track''. This time is usually very small, typically less than 100 μs, and modern HDD manufacturers account for it in their seek time specifications.<ref name="RefGuide-Settle"/>
==Data transfer rate== thumb|A plot showing dependency of transfer rate on cylinder The ''data transfer rate'' of a drive (also called ''throughput'') covers both the internal rate (moving data between the disk surface and the controller on the drive) and the external rate (moving data between the controller on the drive and the host system). The measurable data transfer rate will be the lower (slower) of the two rates. The ''sustained data transfer rate'' or ''sustained throughput'' of a drive will be the lower of the sustained internal and sustained external rates. The sustained rate is less than or equal to the maximum or burst rate because it does not have the benefit of any cache or buffer memory in the drive. The internal rate is further determined by the media rate, sector overhead time, head switch time, and cylinder switch time.<ref name="HDD Glossary"/><ref name="refGuide-Trans"/>
; Media rate: Rate at which the drive can read bits from the surface of the media. ; Sector overhead time: Additional time (bytes between sectors) needed for control structures and other information necessary to manage the drive, locate and validate data and perform other support functions.<ref name="RefGuide-Head-Switch"/> ; Head switch time: Additional time required to electrically switch from one head to another, re-align the head with the track and begin reading; only applies to multi-head drive and is about 1 to 2 ms.<ref name="RefGuide-Head-Switch"/> ; Cylinder switch time: Additional time required to move to the first track of the next cylinder and begin reading; the name cylinder is used because typically all the tracks of a drive with more than one head or data surface are read before moving the actuator. This time is typically about twice the track-to-track seek time. As of 2001, it was about 2 to 3 ms.<ref name="RefGuide-Cyl-Switch"/>
Data transfer rate (read/write) can be measured by writing a large file to disk using special file generator tools, then reading back the file. On rotational drives this rate depends on the track location, so it will be higher on the outer zones (where there are more data sectors per track) and lower on the inner zones (where there are fewer data sectors per track); and is generally somewhat higher for 10,000 RPM HDDs.
* A typical enterprise-grade disk from the 2020s claim a sustained rate above 500 MB/s.<ref>{{cite web |title=Datasheet Exos 2X18 |url=https://www.seagate.com/content/dam/seagate/migrated-assets/www-content/datasheets/pdfs/exos-2x18-DS2093-1-2202GB-en_SG.pdf}}</ref> ** The very fastest HDD in 2009 achieves a sustained transfer rates up to 204 MB/s (vendor claim).<ref>{{cite web|title=Cheetah 15K.7 (600, 450 and 300GB • 15K RPM • 6Gb/s Serial Attached SCSI • 4Gb/s Fibre Channe)|url=https://www.seagate.com/files/docs/pdf/datasheet/disc/cheetah-15k.7-ds1677.3-1007us.pdf|date=2009}}</ref> ** {{As of|2010}}, a typical 7,200 RPM desktop HDD has a "disk-to-buffer" data transfer rate up to 1030 Mbit/s (128.75 MB/s).<ref name="Auto6R-11"/> * Floppy disk drives have sustained "disk-to-buffer" data transfer rates that are one or two orders of magnitude lower than that of HDDs. * The sustained "disk-to-buffer" data transfer rates varies amongst families of Optical disk drives with the slowest 1x CDs at 1.23 Mbit/s floppy-like while a high performance 12x Blu-ray drive at 432 Mbit/s approaches the performance of HDDs.
A widely used standard for the "buffer-to-computer" interface in 2010 is 3.0 Gbit/s SATA, which can send about 300 megabyte/s (10-bit encoding) from the buffer to the computer, and thus is still comfortably ahead of most disk-to-buffer transfer rates.
SSDs do not have the same internal limits of HDDs, so their internal and external transfer rates are often maximizing the capabilities of the drive-to-host interface. The newer SATA generation doubles the speed to 6.0 Gbit/s and is sufficient for early (2010s) SSDs.
===Effect of file system=== Transfer rate can be influenced by file system fragmentation and the layout of the files. Defragmentation is a procedure used to minimize delay in retrieving data by moving related items to physically proximate areas on the disk.<ref name="itworld-2001-04-18"/> Some computer operating systems perform defragmentation automatically. Although automatic defragmentation is intended to reduce access delays, the procedure can slow response when performed while the computer is in use.<ref name="Auto6R-12"/>
===Effect of areal density=== HDD data transfer rate depends upon the rotational speed of the disks and the data recording density. Because heat and vibration limit rotational speed, increasing density has become the main method to improve sequential transfer rates.<ref name="RefGuide-Areal"/> ''Areal density'' (the number of bits that can be stored in a certain area of the disk) has been increased over time by increasing both the number of tracks across the disk, and the number of sectors per track. The latter will increase the data transfer rate for a given RPM speed. Improvement of data transfer rate performance is correlated to the areal density only by increasing a track's linear surface bit density (sectors per track). Simply increasing the number of tracks on a disk can affect seek times but not gross transfer rates. According to industry observers and analysts for 2011 to 2016,<ref name="isuppli2012">{{cite press release |url=http://www.storagenewsletter.com/rubriques/market-reportsresearch/ihs-isuppli-storage-space/ |title=HDD Areal Density Doubling in Five Years |publisher=IHSi iSuppli Research |agency=storagenewsletter.com |date=2012-05-24 |access-date=2014-05-31 }}</ref><ref name="Dave Anderson 2013">{{cite web | url = https://www.dtc.umn.edu/resources/bd2013_anderson.pdf | title = HDD Opportunities & Challenges, Now to 2020 | year = 2013 | access-date = 2014-05-23 | author = Dave Anderson | publisher = Seagate }}</ref> “The current roadmap predicts no more than a 20%/yr improvement in bit density”.<ref name="Rosenthal2012">{{cite conference |last1=Rosenthal |first1=David S.H. |last2=Rosenthal |first2=Daniel C. |last3=Miller |first3=Ethan L. |last4=Adams |first4=Ian F. |title=The Economics of Long-Term Digital Storage |pages=513–528 |url=http://www.ciscra.org/docs/UNESCO_MOW2012_Proceedings_FINAL_ENG_Compressed.pdf |conference=UNESCO International Conference, Memory of the World in the Digital Age: Digitization and Preservation |conference-url=http://www.unesco.org/new/fileadmin/MULTIMEDIA/HQ/CI/CI/pdf/mow/mow_vancouver_programme_en.pdf |publisher=UNESCO |date=2012-09-28 }}</ref> Seek times have not kept up with throughput increases, which themselves have not kept up with growth in bit density and storage capacity.
===Interleave=== [[File:IBM PC XT 10 meg MFM low level format.jpg|thumb|Low-level formatting software from 1987 to find highest performance interleave choice for {{nowrap|10 MB}} {{nowrap|IBM PC XT}} hard disk drive]]
Sector interleave is a mostly obsolete device characteristic related to data rate, dating back to when computers were too slow to be able to read large continuous streams of data. Interleaving introduced gaps between data sectors to allow time for slow equipment to get ready to read the next block of data. Without interleaving, the next logical sector would arrive at the read/write head before the equipment was ready, requiring the system to wait for another complete disk revolution before reading could be performed.
However, because interleaving introduces intentional physical delays between blocks of data thereby lowering the data rate, setting the interleave to a ratio higher than required causes unnecessary delays for equipment that has the performance needed to read sectors more quickly. The interleaving ratio was therefore usually chosen by the end-user to suit their particular computer system's performance capabilities when the drive was first installed in their system.
Modern technology is capable of reading data as fast as it can be obtained from the spinning platters, so interleaving is no longer used.
==Power consumption== Power consumption has become increasingly important, not only in mobile devices such as laptops but also in server and desktop markets. Increasing data center machine density has led to problems delivering sufficient power to devices (especially for spin up), and getting rid of the waste heat subsequently produced, as well as environmental and electrical cost concerns (see green computing). Heat dissipation is tied directly to power consumption, and as drives age, disk failure rates increase at higher drive temperatures.<ref name="xbit-2007-12-06"/> Similar issues exist for large companies with thousands of desktop PCs. Smaller form factor drives often use less power than larger drives. One interesting development in this area is actively controlling the seek speed so that the head arrives at its destination only just in time to read the sector, rather than arriving as quickly as possible and then having to wait for the sector to come around (i.e. the rotational latency).<ref name="AutoMK-73"/> Many of the hard drive companies are now producing Green Drives that require much less power and cooling. Many of these Green Drives spin slower (<5,400 rpm compared to 7,200, 10,000 or 15,000 rpm) thereby generating less heat. Power consumption can also be reduced by parking the drive heads when the disk is not in use reducing friction, adjusting spin speeds,<ref name="AutoMK-74"/> and disabling internal components when not in use.<ref name="AutoMK-75"/>
Drives use more power, briefly, when starting up (spin-up). Although this has little direct effect on total energy consumption, the maximum power demanded from the power supply, and hence its required rating, can be reduced in systems with several drives by controlling when they spin up.
* On SCSI hard disk drives, the SCSI controller can directly control spin up and spin down of the drives. * Some Parallel ATA (PATA) and Serial ATA (SATA) hard disk drives support power-up in standby (PUIS): each drive does not spin up until the controller or system BIOS issues a specific command to do so. This allows the system to be set up to stagger disk start-up and limit maximum power demand at switch-on. * Some SATA II and later hard disk drives support staggered spin-up, allowing the computer to spin up the drives in sequence to reduce load on the power supply when booting.<ref name="AutoMK-76"/>
Most hard disk drives today support some form of power management which uses a number of specific power modes that save energy by reducing performance. When implemented an HDD will change between a full power mode to one or more power saving modes as a function of drive usage. Recovery from the deepest mode, typically called Sleep, may take as long as several seconds.<ref name="AutoMK-77"/>
==Shock resistance== Shock resistance is especially important for mobile devices. Some laptops now include active hard drive protection that parks the disk heads if the machine is dropped, hopefully before impact, to offer the greatest possible chance of survival in such an event. Maximum shock tolerance to date is 350 g for operating and 1,000 g for non-operating.<ref name="AutoMK-78"/>
==SMR drives== {{expand section|date=November 2020}}
Hard drives that use shingled magnetic recording (SMR) differ significantly in write performance characteristics from conventional (CMR) drives. In particular, sustained random writes are significantly slower on SMR drives.<ref>{{cite web |last1=Kennedy |first1=Patrick |title=Surreptitiously Swapping SMR into Hard Drive Lines Must Stop |url=https://www.servethehome.com/surreptitiously-swapping-smr-into-hard-drives-must-end/ |website=ServeTheHome |access-date=6 November 2020 |location=The 2-minute SMR and Industry Background |language=en |date=2020-04-26}}</ref> As SMR technology causes a degradation on write performance, some new HDD with Hybrid SMR technology (making it possible to adjust the ratio of SMR part and CMR part dynamically) may have various characteristics under different SMR/CMR ratios.<ref>{{cite web |last1=Collins |first1=Brendan |title=Dynamic Hybrid SMR |url=https://blog.westerndigital.com/dynamic-hybrid-smr/ |website=WesternDigital BLOG |access-date=2026-04-08 |language=en |date=2017-11-13|archive-url=https://web.archive.org/web/20260106105740/https://blog.westerndigital.com/dynamic-hybrid-smr/|archive-date=2026-01-06}}</ref>
==Comparison to solid-state drives== {{main|Solid-state drive#Comparison with other technologies}} Solid-state devices (SSDs) do not have moving parts. Most attributes related to the movement of mechanical components are not applicable in measuring their performance, but they are affected by some electrically based elements that causes a measurable access delay.<ref name="Auto6R-1">{{cite web |url=http://rtcmagazine.com/articles/view/101053 |title=To Defrag or Not to Defrag–That Is the Question for SSD |last=Lee |first=Yu Hsuan |publisher=rtcmagazine.com |date=December 2008 |access-date=July 1, 2011 |archive-url=https://web.archive.org/web/20110424002223/http://rtcmagazine.com/articles/view/101053 |archive-date=April 24, 2011 |url-status=dead }}</ref>
Measurement of seek time is only testing electronic circuits preparing a particular location on the memory in the storage device. Typical SSDs will have a seek time between 0.08 and 0.16 ms.<ref name="HP_SSD">{{cite web |url=http://h41112.www4.hp.com/promo/blades-community/eur/en/library/weekly_comment/081027_HP-SSD-part2-v2_clean.pdf |title=Understanding Solid State Drives (part two – performance) |publisher=HP |date=October 27, 2008 |access-date=July 6, 2011}}</ref>
Flash memory-based SSDs do not need defragmentation. However, because file systems write pages of data that are smaller (2K, 4K, 8K, or 16K) than the blocks of data managed by the SSD (from 256 KB to 4 MB, hence 128 to 256 pages per block),<ref>{{Cite web|url=https://www.extremetech.com/extreme/210492-extremetech-explains-how-do-ssds-work|title = How do SSDS Work? - ExtremeTech}}</ref> over time, an SSD's write performance can degrade as the drive becomes full of pages which are partial or no longer needed by the file system. This can be ameliorated by a TRIM command from the system or internal garbage collection. Flash memory wears out over time as it is repeatedly written to; the writes required by defragmentation wear the drive for no speed advantage.<ref name="Auto6R-13">{{cite web |url=http://www.supertalent.com/datasheets/TRIM%20White%20Paper.pdf |title=Sustaining SSD Performance |year=2010 |access-date=July 6, 2011}}</ref>
==See also== * vRPM * Hybrid drive * IOPS * Standard RAID levels
==References== {{Reflist|30em|refs= <ref name="PCTechGuide">{{cite web |url=https://www.pctechguide.com/hard-disks/hard-disk-hard-drive-performance-transfer-rates-latency-and-seek-times |title=Hard Disk (Hard Drive) Performance – transfer rates, latency and seek times |website=PCTechGuide |access-date=2011-07-01}}</ref> <ref name="RedHat">{{cite web |url=http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/Introduction_To_System_Administration/s1-storage-perf.html |title=Red Hat Documentation: Hard Drive Performance Characteristics |publisher=redhat.com |access-date=2011-07-01}}</ref> <ref name="RefGuide-Access">{{cite web |url=http://pcguide.com/ref/hdd/perf/perf/spec/posAccess-c.html |title=Access Time |website=The PC Guide |last=Kozierok |first=Charles |date=2001-04-17 |access-date=2012-04-04 |archive-url=https://web.archive.org/web/20120319101435/http://www.pcguide.com/ref/hdd/perf/perf/spec/posAccess-c.html |archive-date=2012-03-19 |url-status=dead }}</ref> <ref name="Symantec">{{cite web |url=https://community.broadcom.com/symantecenterprise/communities/community-home/librarydocuments/viewdocument?DocumentKey=33141cc6-ef99-4dbb-b6dc-05e57706355b&CommunityKey=63b01f30-d5eb-43c7-9232-72362b508207&tab=librarydocuments |title=Getting the hang of IOPS |date=2011-04-25 |access-date=2011-07-03}}</ref> <ref name="HDD Glossary">{{cite web |url=http://www.newyorkdatarecovery.com/hard-drive-glossary.html |title=Hard Drive Data Recovery Glossary |publisher=New York Data Recovery |access-date=2011-07-14 |archive-url=https://web.archive.org/web/20110715222759/http://www.newyorkdatarecovery.com/hard-drive-glossary.html |archive-date=2011-07-15 |url-status=dead }}</ref> <ref name="RefGuide-Seek">{{cite web |url=http://pcguide.com/ref/hdd/perf/perf/spec/posSeek-c.html |title=Seek Time |website=The PC Guide |last=Kozierok |first=Charles |date=2001-04-17 |access-date=2012-04-04 |archive-url=https://web.archive.org/web/20120419052217/http://www.pcguide.com/ref/hdd/perf/perf/spec/posSeek-c.html |archive-date=2012-04-19 |url-status=dead }}</ref> <ref name="Intro Disk Modeling">{{Cite web |url=http://www.cs.uh.edu/~paris/7360/PAPERS03/IEEEComputer.DiskModel.pdf |title=An introduction to disk drive modeling |author1=Chris Ruemmler |author2=John Wilkes|publisher=Hewlett-Packard Laboratories |date=March 1994 |access-date=2011-08-02}}</ref> <ref name="Auto6R-2">{{cite web |url=http://www.lintech.org/comp-per/10HDDISK.pdf |title=Definition of Average Seek time |access-date=2011-07-06 |url-status=dead |archive-url=https://web.archive.org/web/20101217143655/http://lintech.org/comp-per/10HDDISK.pdf |archive-date=2010-12-17 }}</ref> <ref name="WD-Scorpio Blue-specs">{{cite web|date=June 2010|url=http://www.wdc.com/en/products/products.aspx?id=140|title=WD Scorpio Blue Mobile: Drive Specifications|publisher=Western Digital|access-date=2011-01-15|url-status=dead|archive-url=https://web.archive.org/web/20110105162632/http://www.wdc.com/en/products/products.aspx?id=140|archive-date=2011-01-05}}</ref> <ref name="Auto6R-3">{{cite web |url=http://www-03.ibm.com/ibm/history/exhibits/storage/storage_350.html |archive-url=https://web.archive.org/web/20050409064858/http://www-03.ibm.com/ibm/history/exhibits/storage/storage_350.html |url-status=dead |archive-date=April 9, 2005 |title=IBM Archives – IBM 350 disk storage unit |date=23 January 2003 |publisher=IBM|access-date=2011-07-04}}</ref> <ref name="Auto6R-4">{{Cite web |url=http://www-03.ibm.com/ibm/history/exhibits/storage/storage_3350.html |archive-url=https://web.archive.org/web/20050121014610/http://www-03.ibm.com/ibm/history/exhibits/storage/storage_3350.html |url-status=dead |archive-date=January 21, 2005 |title=IBM Archives – IBM 3350 direct access storage |date=23 January 2003 |publisher=IBM|access-date=2011-07-04}}</ref> <ref name="Auto6R-5">{{cite web |url=http://www.tomshardware.com/reviews/short-stroking-hdd,2157.html |title=Accelerate Your Hard Drive By Short Stroking |last1=Schmid |first1=Patrick |last2=Roos |first2=Achim |publisher=tomshardware.com |date=2009-03-05|access-date=2011-07-05}}</ref> <ref name="RefGuide-Noise">{{cite web |url=http://pcguide.com/ref/hdd/perf/qual/issuesNoise-c.html |title=Noise and Vibration |at=Hard Disk Quality and Reliability Issues |website=The PC Guide |last=Kozierok |first=Charles |date=2001-04-17 |access-date=2012-04-04 |archive-url=https://web.archive.org/web/20120101162803/http://www.pcguide.com/ref/hdd/perf/qual/issuesNoise-c.html |archive-date=2012-01-01 |url-status=dead }}</ref> <ref name="Auto6R-6">{{cite web |url=http://www.seagate.com/docs/pdf/whitepaper/sound_barrier.pdf |title=Seagate's Sound Barrier Technology |date=November 2000 |access-date=2011-07-06 |url-status=dead |archive-url=https://web.archive.org/web/20120324185420/http://www.seagate.com/docs/pdf/whitepaper/sound_barrier.pdf |archive-date=2012-03-24 }}</ref> <ref name="Auto6R-7">In the 1950s and 1960s magnetic data storage devices used a drum instead of flat discs.</ref> <ref name="Auto6R-8">In some early PCs the internal bus was slower than the drive data rate so sectors would be missed resulting in the loss of an entire revolution. To prevent this sectors were interleaved to slow the effective data rate preventing missed sectors. This is no longer a problem for current PCs and storage devices.</ref> <ref name=Scott_Lowe>{{cite web |url=http://www.techrepublic.com/blog/datacenter/calculate-iops-in-a-storage-array/2182 |title=Calculate IOPS in a storage array |last=Lowe |first=Scott |publisher=techrepublic.com |date=2010-02-12 |access-date=2011-07-03}}</ref> <ref name="Auto6R-9">{{cite web |url=http://www.almaden.ibm.com/almaden/mobile_hard_drives.html#2 |title=Adaptive Power Management for Mobile Hard Drives |publisher=IBM |access-date=2011-07-06}}</ref> <ref name="Auto6R-10">{{cite web |url=http://www.seagate.com/ww/v/index.jsp?vgnextoid=5fb658a3fd20a110VgnVCM100000f5ee0a0aRCRD |title=Momentus 5400.5 SATA 3Gb/s 320-GB Hard Drive |access-date=2011-07-06 |url-status=dead |archive-url=https://web.archive.org/web/20101129121351/http://www.seagate.com/ww/v/index.jsp?vgnextoid=5fb658a3fd20a110VgnVCM100000f5ee0a0aRCRD |archive-date=2010-11-29 }}</ref> <ref name="RefGuide-Overhead">{{cite web |url=http://pcguide.com/ref/hdd/perf/perf/spec/posOverhead-c.html |title=Command Overhead Time |website=The PC Guide |last=Kozierok |first=Charles |date=2001-04-17 |access-date=2012-04-04 |archive-url=https://web.archive.org/web/20120419165013/http://www.pcguide.com/ref/hdd/perf/perf/spec/posOverhead-c.html |archive-date=2012-04-19 |url-status=dead }}</ref> <ref name="RefGuide-Settle">{{cite web |url=http://pcguide.com/ref/hdd/perf/perf/spec/posSettle-c.html |title=Settle Time |website=The PC Guide |last=Kozierok |first=Charles |date=2001-04-17 |access-date=2012-04-04 |archive-url=https://web.archive.org/web/20120108061506/http://www.pcguide.com/ref/hdd/perf/perf/spec/posSettle-c.html |archive-date=2012-01-08 |url-status=dead }}</ref> <ref name="refGuide-Trans">{{cite web |url=http://pcguide.com/ref/hdd/perf/perf/spec/trans.htm |title=Transfer Performance Specifications |website=The PC Guide |last=Kozierok |first=Charles |date=2001-04-17 |access-date=2012-04-04 |archive-url=https://web.archive.org/web/20120320185116/http://www.pcguide.com/ref/hdd/perf/perf/spec/trans.htm |archive-date=2012-03-20 |url-status=dead }}</ref> <ref name="RefGuide-Head-Switch">{{Cite web |url=http://pcguide.com/ref/hdd/perf/perf/spec/transHeadSwitch-c.html |title=Head switch Time |website=The PC Guide |last=Kozierok |first=Charles |date=2001-04-17 |access-date=2012-04-04 |archive-url=https://web.archive.org/web/20130314222805/http://pcguide.com/ref/hdd/perf/perf/spec/transHeadSwitch-c.html |archive-date=2013-03-14 |url-status=dead }}</ref> <ref name="RefGuide-Cyl-Switch">{{cite web |url=http://pcguide.com/ref/hdd/perf/perf/spec/transCylinderSwitch-c.html |title=Cylinder switch Time |website=The PC Guide |last=Kozierok |first=Charles |date=2001-04-17 |access-date=2012-04-04 |archive-url=https://web.archive.org/web/20130314222755/http://pcguide.com/ref/hdd/perf/perf/spec/transCylinderSwitch-c.html |archive-date=2013-03-14 |url-status=dead }}</ref> <ref name="Auto6R-11">{{cite web |url=http://www.seagate.com/www/en-us/support/before_you_buy/speed_considerations |title=Speed Considerations |publisher=Seagate |access-date=2013-12-02 |archive-url=https://web.archive.org/web/20110920075313/http://www.seagate.com/www/en-us/support/before_you_buy/speed_considerations |archive-date=20 September 2011}}</ref> <ref name="itworld-2001-04-18">{{cite news |title=How to defrag |first=Dave |last=Kearns |date=2001-04-18 |newspaper=ITWorld |url=http://www.itworld.com/NWW01041100636262 |access-date=2011-07-03 |archive-date=2010-02-20 |archive-url=https://web.archive.org/web/20100220000835/http://www.itworld.com/NWW01041100636262 |url-status=dead }}</ref> <ref name="Auto6R-12">{{cite news |title=Turning Off Disk Defragmenter May Solve a Sluggish PC |first=Rick |last=Broida |newspaper=PCWorld |date=2009-04-10 |url=http://www.pcworld.com/article/162955/turning_off_disk_defragmenter_may_solve_a_sluggish_pc.html |access-date=2011-07-03}}</ref> <ref name="RefGuide-Areal">{{cite web |url=http://pcguide.com/ref/hdd/perf/perf/spec/postransAreal-c.html |url-status=dead |archive-url=https://web.archive.org/web/20170316205453/http://pcguide.com/ref/hdd/perf/perf/spec/postransAreal-c.html |archive-date=2017-03-16 |title=Areal Density |website=The PC Guide |last=Kozierok |first=Charles |date=2001-04-17 |access-date=2012-04-04}}</ref> <!-- <ref name="Auto6R-14">{{cite web|url=http://www.hardwarezone.com.ph/articles/view.php?cid=1&id=1805&pg=2|title=Seagate Outlines the Future of Storage :: Articles :: www.hardwarezone.com|publisher=www.hardwarezone.com|date=2006-01-27|access-date=2009-03-13}}</ref> --> <ref name="xbit-2007-12-06">{{ cite news | newspaper = Xbit Laboratories | title = Hard Disk Drive Power Consumption Measurements: X-bit's Methodology | date = 6 December 2007 | first = Oleg | last = Artamonov | url = http://www.xbitlabs.com/articles/storage/display/hdd-power-cons.html | url-status = dead | archive-url = https://web.archive.org/web/20121016070233/http://www.xbitlabs.com/articles/storage/display/hdd-power-cons.html | archive-date = 16 October 2012 }}</ref> <ref name="AutoMK-73">e.g. Western Digital's [http://www.wdc.com/en/flash/index.asp?family=intelliseek Intelliseek] {{webarchive|url=https://web.archive.org/web/20121118141002/http://www.wdc.com/en/flash/index.asp?family=intelliseek |date=2012-11-18 }}</ref> <ref name="AutoMK-74">{{ cite web | url = http://www.xbitlabs.com/news/storage/display/20071022123416.html | title = Hitachi Unveils Energy-Efficient Hard Drive with Variable Spindle Speed | publisher = Xbitlabs.com | date = 22 October 2007 | access-date = 26 April 2012 | url-status = dead | archive-url = https://web.archive.org/web/20120817085131/http://www.xbitlabs.com/news/storage/display/20071022123416.html | archive-date = 17 August 2012 }}</ref> <ref name="AutoMK-75">{{ cite book | title = Green tech: how to plan and implement sustainable IT solutions | publisher = AMACOM | first1 = Lawrence | last1 = Webber | first2 = Michael | last2 = Wallace | isbn = 978-0-8144-1446-0 | year = 2009 | url = https://archive.org/details/greentechhowtopl00webb_0 | url-access = registration | quote = green disk drive. | page = [https://archive.org/details/greentechhowtopl00webb_0/page/62 62] }}</ref> <ref name="AutoMK-76">{{ cite news | title = Hitachi Deskstar 7K500 500GB HDD: As fast as it's big? | author = Trusted Reviews | date = 31 August 2005 | url = https://www.theregister.co.uk/2005/08/31/review_hitachi_7k500/ }}</ref> <ref name="AutoMK-77">{{ cite web | url = http://www.almaden.ibm.com/almaden/mobile_hard_drives.html#2 | title = Adaptive Power Management for Mobile Hard Drives | publisher = Almaden.ibm.com | access-date = 26 April 2012 }}</ref> <ref name="AutoMK-78">[http://www.seagate.com/ww/v/index.jsp?vgnextoid=5fb658a3fd20a110VgnVCM100000f5ee0a0aRCRD Momentus 5400.5 SATA 3Gb/s 320-GB Hard Drive] {{webarchive|url=https://web.archive.org/web/20101129121351/http://www.seagate.com/ww/v/index.jsp?vgnextoid=5fb658a3fd20a110VgnVCM100000f5ee0a0aRCRD |date=2010-11-29 }}</ref> }}
Category:Computer storage devices Category:Hard disk drives Category:Computer peripherals