Construction and Operation of The Hard Disk
Construction and Operation of The Hard Disk
Construction and Operation of The Hard Disk
Burchtstraat 2
9300 Aalst
Belgium
Tel. : 0475 / 76.66.73
Fax : 053 / 41.75.84
In this section we dive into the guts of the hard disk and discover what makes it tick. We look at the
various key components, discuss how the hard disk is put together, and explore the various
important technologies and how they work together to let you read and write data to the hard disk.
My goal is to go beyond the basics, and help you really understand the design decisions and
tradeoffs made by hard disk engineers, and the ways that new technologies are being employed to
increase capacity and improve performance.
the drive. The hard disk's logic program then looks at the final number of the cylinder
requested. The cylinder number tells the disk which track to look at on the surface of the
disk. The board instructs the actuator to move the read/write heads to the appropriate track.
6. When the heads are in the correct position, the controller activates the head specified in the
correct read location. The head begins reading the track looking for the sector that was asked
for. It waits for the disk to rotate the correct sector number under itself, and then reads the
contents of the sector.
7. The controller board coordinates the flow of information from the hard disk into a temporary
storage area (buffer). It then sends the information over the hard disk interface, usually to
the system memory, satisfying the system's request for data.
Head Actuator
The actuator is the device used to position the head arms to different tracks on the surface of the
platter (actually, to different cylinders, since all head arms are moved as a synchronous unit, so each
arm moves to the same track number of its respective surface). The actuator is a very important part
of the hard disk, because changing from track to track is the only operation on the hard disk that
requires active movement: changing heads is an electronic function, and changing sectors involves
waiting for the right sector number to spin around and come under the head (passive movement).
Changing tracks means the heads must be shifted, and so making sure this movement can be done
quickly and accurately is of paramount importance. This is especially so because physical motion is
so slow compared to anything electronic--typically a factor of 1,000 times slower or more.
Head actuators come in two general varieties:
Stepper Motors: Originally, hard disk drives used a stepper motor to control the movement
of the heads over the surface of the platters. A regular motor turns in a rotary fashion
continuously; it can stop at any point in its rotation as it spins around, kind of like the
second hand on a wind-up wristwatch. A stepper motor can only stop at predefined "steps"
as it turns around, much the way the second hand turns on an electronic, quartz wristwatch.
A hard drive using a stepper motor for an actuator attaches the arms to the motor, and each
time the motor steps one position clockwise or counterclockwise, the arms move in or out
one position. Each position defines a track on the surface of the disk. Stepper motors are
also commonly used for both turning the spindle and positioning the head on floppy disk
drives. If you have a floppy drive, find one of its motors and turn it slowly with your hand;
you will feel the discrete step-wise nature of its motion.
A stepper motor actuator. The motor moves in steps, which you can feel if
you move the motor shaft by hand. The shaft has two thin strips of metal
wrapped around it, which are connected to a pivot that is rigidly attached
to the actuator arms. As the motor shaft turns, one half of this "split band"
coils onto the shaft and the other half uncoils. When the motor turns in the
opposite direction the process reverses. As this occurs the pivot moves
and in doing so, moves the actuator arms and the hard disk heads.
Voice Coils: The actuator in a modern hard disk uses a device called a voice coil to move
the head arms in and out over the surface of the platters, and a closed-loop feedback system
called a servo system to dynamically position the heads directly over the data tracks. The
voice coil works using electromagnetic attraction and repulsion. A coil is wrapped around a
metal protrusion on the end of the set of head arms. This is mounted within an assembly
containing a strong permanent magnet. When current is fed to the coil, an electromagnetic
field is generated that causes the heads to move in one direction or the other based on
attraction or repulsion relative to the permanent magnet. By controlling the current, the
heads can be told to move in or out much more precisely than using a stepper motor. The
name "voice coil" comes from the resemblance of this technology to that used to drive audio
speakers, which are also basically electromagnets. All PC hard disk voice coil actuators are
rotary, meaning that the actuator changes position by rotating on an axis.
Head Crashes
Since the read/write heads of a hard disk are floating on a microscopic layer of air above the disk
platters themselves, it is possible that the heads can make contact with the media on the hard disk
under certain circumstances. Normally, the heads only contact the surface when the drive is either
starting up or stopping. Considering that a modern hard disk is turning over 100 times a second, this
is not a good thing. :^)
If the heads contact the surface of the disk while it is at operational speed, the result can be loss of
data, damage to the heads, damage to the surface of the disk, or all three. This is usually called a
head crash, two of the most frightening words to any computer user. :^) The most common causes
of head crashes are contamination getting stuck in the thin gap between the head and the disk, and
shock applied to the hard disk while it is in operation.
Despite the lower floating height of modern hard disks, they are in many ways less susceptible to
head crashes than older devices. The reason is the superior design of hard disk enclosures to
eliminate contamination, more rigid internal structures and special mounting techniques designed to
eliminate vibration and shock. The platters themselves usually have a protective layer on their
surface that can tolerate a certain amount of abuse before it becomes a problem. Taking precautions
to avoid head crashes, especially not abusing the drive physically, is obviously still common sense.
Be especially careful with portable computers; I try to never move the unit while the hard disk is
active.