In: Categories » Computers and technology » Hardware » Hard Drive Terminology (HDD) ~ What Is a Hard Drive ~ How Does It Work
| If you were to take some form of martial arts, the instructor would show you how to do some basic punches and kicks before teaching you to spar or compete. The instructor would be well aware that jumping into combat without the basics could do you more damage than good. PC repair works the same way: before discussing the installation and configuration of IDE and SCSI devices, it is important to cover some basics. Disk geometry This article will introduce you to disk geometry. You will learn some of the terminology that is required in order to understand the internal construction of a disk. Platters A platter is a physical object (actually, a plate) that resides inside the hard disk and is responsible for storing the data. A platter is similar to a record on an old record player—the main difference being that a hard disk has many platters, while a record player only holds one record at a time. The platters are very much like records on a record player in the sense that they spin around in a circle on a spindle that runs through the center of all the platters. Each platter has two sides for storing information, and each side of the platter has a unique ID. The ID for the first side of the first platter is 0, and each side increases by 1. For example, if there were two platters in the disk, the first platter would have Side 0 and Side 1, while the second platter would have Side 2 and Side 3. Since there will be a writing mechanism—a head—for each side of the platter, many people use the terms “head” and “side” interchangeably. The head is more accurately called the read/write head, because it will move over the disk surface and read or write to the disk. Like a needle on a record player, the read/write head moves over the surface of the disk with the help of an arm, called the actuator arm (also known as the head positioning mechanism). There is a read/write head for each platter surface on the disk. When information is written to the disk, the read/write head will move to the same track on all platters in a single movement and then write to the same track on all platters. The actuator arm has multiple read/write heads on it. Tracks Just as there are grooves, or tracks, on a record or music CD, there are also tracks on each platter. These tracks are evenly spaced across the platter’s surface. Sectors The platter is divided into pie slices, thus dividing the tracks into 512-byte sectors. Sectors are the actual storage areas for data, and each has an address that is made up of the platter side number, the track number, and the sector number on that track. For the Core Hardware exam, know that a low-level format is performed by the manufacturer and is responsible for preparing the disk for data storage by creating the tracks and sectors. Clusters A group of any number of sectors can make up a cluster. When a partition is formatted, the file system will determine the cluster size based off the partition size. For example, a partition that is 2GB in size formatted as FAT will use a 32K-cluster size. That same 2GB partition formatted as FAT32 will use only a 4K-cluster size. Having a partition use a 4K-cluster size means there will be 8 sectors that make up a cluster. Keep in mind that once a file has been saved to the cluster, no other file can occupy that cluster. For example, if you had a 32K-cluster size and you saved a 3K file to the hard disk, the file would be saved to an empty cluster—but only 3K of it would be used, and the remaining 29K would be left unused. The remaining 29K is now considered unusable space; no other file can be saved to that unused 29 K. Cylinders Each platter in the disk contains the same number of tracks; these tracks are numbered from the outside in, starting with zero. For example, if there were ten tracks on a platter, the track closest to the edge of the platter would be Track 0, while the track closest to the center would be Track 9. A cylinder consists of the same track on both sides of all the platters. In other words, when you reference Track 0, you reference a particular track on a particular platter, but when you reference Cylinder 0, you reference Track 0 on all platters. If you know the number of cylinders, heads, and sectors per track, you can calculate the size of a disk. For example, if you have a drive that has 4,092 cylinders, 16 heads, and 63 sectors per track, the size of the disk would be 2,111,864,832 bytes (2.1GB). The formula to calculate the size of the disk is Cylinders × Heads × Sectors × 512 bytes per sector. Read/write process Platters are divided into 512 byte sectors. These sectors are the area on the platter that data is written to. The platters have a magnetic coating applied to them that is extremely sensitive to magnetism. While the platters are rotating in a circle, the read/write heads are moved over the disk surface to the location where they need to write (or save) information. The read/write heads do not actually touch the surface of the disk platters; instead, they “hover” about ten micro-inches (or millionths of an inch) above—that’s not even enough space to place a hair between the read/write head and the platter’s surface. This design helps improve disk performance, because a read/write head that made contact with the platter would cause friction, slowing down the rotation speed of the disk. While the platters spin around in circles, the read/write head moves from track to track until it reaches the desired one. Then it waits for the appropriate sector to move underneath it, at which time the read/write head is energized to apply a magnetic charge to the particles in the disk coating. This changes the particle binary state from zero to one, thus creating data. Performance Disk performance can be measured in terms of several important characteristics: seek time, latency, access time, and the spin speed of the disk. Measuring Hard Disk Performance Seek time is the time it takes to move the read/write heads to the desired track. Seek time is a calculated average, since the time it takes to move to the desired track will differ from one instance to another. For example, if the read/write heads are on Track 1, they will take a longer amount of time moving to Track 12 than to Track 3 (because the distance is greater between Track 1 and Track 12). Seek time is measured in milliseconds, or millionths of a second. Latency is the time it takes for the appropriate sector to move under the read/write head. Latency is measured in milliseconds. Access time Access time is a term used to describe the overall speed of the disk. It is a combination of seek time and latency. The lower the access time, the better. Spin speed is the speed at which the platters spin in a circle, measured in revolutions (rotations) per minute, or rpm. The larger the rpm value the faster the disk, which means less latency. Master boot record While I’m discussing disk geometry, I should make a brief comment about the Master Boot Record. The Master Boot Record (MBR) is the first sector on the first track of the first side of the first platter; it holds the operating system boot code that controls the loading of the operating system. The MBR also holds drive characteristics—such as the partition table. During the boot process the system has to find a primary partition that is active and it will do this by looking in the boot record. In general, if anything goes wrong with the MBR, you will be unable to boot the system. Since this boot record is always found in the same location on every disk, it becomes very easy for developers to write viruses that will modify or corrupt it. This is one reason you should always run virus detection software.
|
legal disclaimer
1) Our website is not responsible for the information contained by this article as well for any and all copyright infringements by authors and writers. E-articles is a free information resource. If you suspect this article for any copyright infringements, please read the Terms of service and contact us to investigate the problem.
2) The E-articles directory team is not responsible for inaccuracies, falsehoods, or any other types of misinformation this tutorial may contain and will not be liable for any loss or damage suffered by a user through the user's reliance on the information gained here. Please read the Terms of service
Useful tools and features
related articles
In this article, you will learn to install and troubleshoot IDE devices. First, you’ll be given an overview of IDE devices and some of their features, and then you’ll be shown a number of different configurations for installing IDE devices into a computer system. IDE overview The hard drive controller is responsible for converting signals made by the system CPU to signals that the hard disk can understand. These signals include instructions on where to find data and how to...
2. How Does a Printer Work ~ The printing process ~ Types of Printers
Although many different manufacturers make printers, you’re likely to encounter only three real categories of printers (so far). The three types of printers discussed in this article are: Laser Printers Inkjet Printers Dot-matrix Printers The exam touches base on each of these, but the wise technician should focus on laser printers, not only for the exam’s sake, but because these printers are the most common type in today’s computing environm...
3. Pocket PC Installation
Installing Pocket PC programs is fairly straightforward. Palmtop computers use an interface with a hosting laptop or desktop computer. The handheld is updated and installed through this interface. This interface also provides a means to install third-party programs onto the iPAQ. The procedure typically is as follows: The program is downloaded to the desktop. The user installs program from desktop, just like any other program. ...
4. General Bus Architectures
On the system board are a number of expansion slots that are used to expand on the computer’s capabilities. When it is first purchased, a computer only has so many capabilities—the nice thing is that you can expand on those capabilities. Expansion slots expand on what the computer can do. The problem is that there are different types of expansion slots in the system, so when you go to purchase that sound card or network card, you have to make sure that you purchase the right type. In the following sections...
5. Basic Motherboard Components
When you look at the motherboard inside your computer, you notice that there are a number of different items connected to this board. The memory sockets are installed on this board; the CPU socket is located on the motherboard, and the BIOS chip is also located on the motherboard. In this section, we will identify the different system board components. Processor One of the easiest items to recognize on the motherboard is the processor. The processor is usually the l...
6. Managing Windows Services from the Command Line
You can manage services through the command-line interface as well as the GUI; in some cases, the command line can be faster and easier. There are two ways to do this. The first is with the net command. The commands net start servicename and net stop servicename start and stop a service on the local computer. If the service name has spaces in it, you must enclose the name in quotation marks ("), and you can specify either the service's Display Name (the name listed in the Services management display), or the shorter S...
7. How to Choose and Install Memory on Your Compter
In general, upgrading memory is a simple task—assuming you purchase the proper type of memory for the upgrade. Factors that affect the proper type of memory are: - The speed of the memory - Pin connector type - Parity versus non-parity The following sections discuss each of the factors that affect the purchase of memory for your system. Speed When purchasing memory, you need to first take into account the speed of the memory, which is typically measured ...
8. IBM Wireless Security Auditor
WSA is an IBM research prototype of an 802.11 wireless LAN security auditor, running under Linux on an iPAQ PDA. WSA automatically audits a wireless network for the proper security configuration to help network administrators close any vulnerabilities before hackers try to break in. Although there are other 802.11 network analyzers out there (wlandump, ethereal, Sniffer), these tools are aimed at protocol experts who want to capture wireless packets for detailed analysis. WSA is intended for the more general audience of networ...
9. Types Of Motherboards
A motherboard form factor just describes the dimensions or size of the motherboard and what the layout of the motherboard components are. It is important to understand the different motherboard form factors, because you cannot take any motherboard and place it in a computer case. You must put an ATX board in an ATX case. Full AT The first type of motherboard that we want to talk about is the full AT motherboard. The full AT motherboard is 12 inches wide and 11 inches long. ...
10. How to Install SCSI devices
Once you understand the issues with SCSI, installing a SCSI bus is fairly simple. First, you want to assign a unique ID number to each device. I usually perform this step at the beginning so that when everything is connected, you won’t have to play around figuring out how to change the ID of the devices. When assigning the ID numbers, remember that you want to assign the bootable drive the ID of zero. You also want to enable the SCSI BIOS on the SCSI controller if you are booting off a SCSI hard disk. When you e...










