Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

What are the main differences between desktop-series hard disks and server-series?

The obvious things I can see are: durability (server hardware mostly more qualitative and have more warranty) and power consumption (server hardware more focused on performance, than on power economy). Also server disks are usually a little faster, but it seems, that it is not always the case.

May be there are some other reasons, that make you choose server-oriented series (Seagate ES drives, for example) over desktop-oriented ones (Seagate Barracuda series)? What are they?

share|improve this question

4 Answers

up vote 5 down vote accepted

One very important difference is the Time-Limited Error Recovery (aka Command Completion Time Limit)

Time-Limited Error Recovery (TLER) is a name used by Western Digital for a hard drive feature that allows improved error handling in a RAID environment. In some cases, there is a conflict as to whether error handling should be undertaken by the hard drive or by the RAID controller, which leads to drives being marked as unusable and significant performance degradation, when this could otherwise have been avoided. Similar technologies are called Error Recovery Control (ERC), used by competitor Seagate, and Command Completion Time Limit (CCTL), used by Samsung and Hitachi.

This is very important in RAID arrays where one drive can lock up or degrade the array.

share|improve this answer
4  
it is a good idea to look for "RAID-compatible" drives, since most consumer drives will never be used this way. – Jeff Atwood Apr 30 '10 at 11:36

THE most important difference is the level of Vendor Support.

If you don't use "hardware compatible" equipment (i.e. OEM) then you may find yourself SOL when the kit dies and you need to get it fixed quick.

share|improve this answer
How vendor can support hard drive other than exchange it on warranty? Do HDDs require any support from vendor after they are purchased? – FractalizeR Apr 30 '10 at 11:27
@fractal not really, but the vendors tend to be jerks about this if they can.. if you put in a "non-authorized" drive they'll refuse to service the machine. – Jeff Atwood Apr 30 '10 at 11:35

Enterprise hard disks also tend to have a longer MTBF (Mean Time Between Failures), i.e. longer life span, than consumer grade ones.

share|improve this answer

Two things:

  • Cache size
  • Marketing

Reliability is not a distinguishing factor.

share|improve this answer
1  
agree, it's 95% marketing. There might be longer warranties if you pay more for the "enterprise" stuff, but economies of scale dictate that the drives will be basically identical. – Jeff Atwood Apr 30 '10 at 11:35
Some desktop models also have 32-64Mb cache size: seagate.com/www/en-us/products/internal-storage – FractalizeR Apr 30 '10 at 11:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.