Ah, the wheel. Without it we wouldn't have cars--or hard drives. And the truth is, storage engineers love things that spin. Before the hard drive, magnetic tape on reels spun frantically on mainframe computers. Problem was, if the piece of data you wanted was at the end of the tape and you were at the beginning, you had to endure a seemingly interminable wait for an entire spool of tape to spin onto the take-up reel before you could get to the part you wanted.
By comparison, magnetic disk recording must have offered quite the epiphany. With magnetic disk recording, you can move the read/write head more-or-less directly to where the data is--allowing you random access and a much quicker process than waiting for a thousand feet of tape to spin under the read/write head.
A hard drive is a storage device that rapidly records and reads data represented by a collection of magnetized particles on spinning platters.
If a computer's CPU is the brain of the PC, the hard drive is its long-term memory--preserving data programs and your operating system even while the machine is asleep or off. Most people will never see the inside of a hard drive, hermetically shrouded as it is in its aluminum housing; but you may have noticed an exposed PC (printed circuit) board on the bottom.
This PC board is where the brains of a drive are found, including the I/O controller and firmware, embedded software that tells the hardware what to do and communicates with your PC. You'll also find the drive's buffer here. The buffer is a holding tank of memory for data that's waiting to be written or sent to your PC. As fast as a modern hard drive is, it's slow compared to the data flow its interface is capable of handling.
If you took apart a desktop hard drive, you'd typically see from one to four platters, each of which would be 3.5 inches in diameter. The diameter of the platters used in hard drives for mobile products vary from as little as 1 inch for drives that are used in music players and pocket hard drives to the 1.8-inch and 2.5-inch platters typically used in notebook hard drives. These platters, also known as
Data is written and read as a series of bits, the smallest unit of digital data. Bits are either a 0 or a 1, or on/off state if you prefer. These bits are represented on a platter's surface by the longitudinal orientation of particles in the magnetically sensitive coating that are changed (written) or recognized (read) by the magnetic field of the read/write head. Data isn't just shoveled onto a hard drive raw, it's processed first, using a complex mathematical formula. The drive's firmware adds extra bits to the data that allow the drive to detect and correct random errors.
Rapidly replacing longitudinal magnetic recording in new drive manufacture is a process called
Information is written to and read from both sides of the platters using mechanisms mounted on arms that are moved mechanically back and forth between the center of the platter and its outer rim. This movement is called
In the event a drive's read/write head doesn't arrive at the track it's seeking, you may experience what's called
Typically, PCs rely on either a PATA (Parallel Advanced Technology Attachment) or SATA (Serial ATA) connection to a hard drive. You might even have both: Most modern motherboards offer both interfaces during the current period of transition from PATA to SATA; this arrangement is likely to continue for some time, as the PATA interface will remain necessary for connecting internal optical drives to the PC. The
PATA drives (also commonly called
You can typically recognize an ATA drive by its 2-inch-wide 40-wire or 80-wire cables, though some 40-pin cables are round. Desktop drives typically use a 40-pin connector; the extra wires on 80-wire cables are to physically separate the data wires to prevent crosstalk at ATA-100 and ATA-133 speeds. Notebooks with 2.5-inch drives use a 44-pin connector, and 1.8-inch drives use a 50-pin connector.
At 133MB per second, the ATA interface began to run into insurmountable technical challenges. In response to those challenges, the SATA interface was designed. At the moment, SATA comes in two flavors: 150MBps and 300MBps. Spec mongers may notice that those two versions are alternately referred to as 1.5-gigabit-per-second SATA and 3-gbps SATA, but the math seems a little fuzzy: 3 gbps divided by 8 (the number of bits in a byte) is 375MBps, not the 300MBps you'll see referred to. This is because the gigabits-per-second-speed is a signaling rate; 300MBps is the maximum transfer rate of the data. The roadmap for the interface sees speed doubling yet again. As it stands today, however, the sustained data transfer rate of single SATA hard drives is comfortably handled within the 150MBps spec. It takes a striped RAID, which feeds the data from two or more drives into the pipeline, to benefit from the greater bandwidth of a 300MBps interface.
SATA drives have a much thinner cable and smaller connectors than ATA drives, which allows for more connectors on motherboards and better airflow inside cases. And SATA simplifies setup by using a point-to-point topology, allowing one connection per port and cable. So gone are the jumpers and master/slave connections of PATA drives, where one cable would be used to connect two drives. And unlike PATA, SATA is also suitable for direct-attached external drives, allowing up to 2-meter-long cables on an interface (referred to as external SATA, or eSATA) that's significantly faster than USB 2.0 or FireWire. External SATA added a slightly different connector that's rated for more insertions and designed to lock in place, plus some additional error correction, but it is otherwise completely compatible.
One connection interface you hear less about these days is SCSI (for Small Computer System Interface). At one time, SCSI was a means to achieving faster performance from a desktop hard drive; however, the SATA connection has since replaced SCSI.
Eventually, all desktop and mobile hard drives will use the SATA interface and perpendicular magnetic recording. Any new PC you look for should have a SATA interface at least; you can upgrade to a perpendicular drive later when prices fall. Expect capacities to continue to grow exponentially, and for performance to grow moderately. Read "The Hard Drive Turns 50" for a look at where hard drives have been, and where they're going.
Jon L. Jacobi