home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / periphs / scsi / 6767 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.0 KB

  1. Path: sparky!uunet!ogicse!decwrl!csus.edu!netcom.com!netcomsv!ntg!dplatt
  2. From: dplatt@ntg.com (Dave Platt)
  3. Newsgroups: comp.periphs.scsi
  4. Subject: Re: Noise like a seek coming from new scsi hard drive.
  5. Message-ID: <1993Jan27.183549.10996@ntg.com>
  6. Date: 27 Jan 93 18:35:49 GMT
  7. Article-I.D.: ntg.1993Jan27.183549.10996
  8. References: <1330@alsys1.aecom.yu.edu>
  9. Organization: New Technologies Group, Inc.  Palo Alto CA
  10. Lines: 29
  11.  
  12. >Most (not quite all) the bugs are out, however one thing worries me
  13. >somewhat. Every so often on intervals on the order of 20 to 30
  14. >minutes apart, (not too regular) there is a momentary sound from
  15. >the hard drive that lasts for about one second (by my reckoning)
  16. >and sound like the drive has been given a seek command. Is this
  17. >possible?
  18.  
  19. The controller is very probably doing a "calibration seek".  As the
  20. drive warms up or cools down, various components such as the arm and
  21. head expand or shrink slightly.  This changes the relationship between
  22. the actuator's voice-coil position and the track over which the head
  23. sits.  Periodically, the drive controller does a series of seeks across
  24. the disk and updates its internal table of actuator-position-to-track
  25. values.  This allows it to seek to an arbitrary (PC-specified) track
  26. quite quickly.
  27.  
  28. Remember, these embedded-SCSI drive controllers have quite a lot
  29. of intelligence on-board... usually at least the equivalent of a
  30. Z80, and often much more.  I've heard that the firmware for some of the
  31. Imprimis/Seagate Wren drives runs into the tens of thousands of lines of
  32. C code.  Quite a lot of mechanism management, cacheing, performance
  33. tuning, and error recovery is being performed by the controller, mostly
  34. or entirely "invisible" to the host.  The sort of thermal-effects
  35. calibration you have observed is merely the tip of the iceberg.
  36.  
  37. -- 
  38. Dave Platt                                                VOICE: (415) 813-8917
  39.               Domain: dplatt@ntg.com      UUCP: ...netcomsv!ntg!dplatt
  40.  USNAIL: New Technologies Group Inc. 2470 Embarcardero Way, Palo Alto CA 94303
  41.