|
|
|
Defragmenting a Hard Drive How does your computer keep track of all the pieces of a file's data in a way that optimizes both space usage and access time? The solution that Windows adopted was the File Allocation Table, or FAT. Without going into boring details, simply a FAT can be thought of as a set of mailboxes, each of which holds the physical location of a piece of a file. Each file is assigned a FAT address (this is much the same as your mailbox and street address) when it is stored on the computer hard drive and if the file is much larger than the physical space of one FAT address (called a cluster), it gets assigned an additional FAT address until all of the file is stored on the disk. Then, when the next file gets stored, it takes the very next address right after the previous file. All files are store this way until the disk is full. As you know, as your work with files on your computer, you delete files you no longer need. When you delete files the address it held becomes empty. As an example, if you move out of your house, your house and address becomes empty. The FAT address works the same way. Now, when you add new files to your computer they use the empty FAT addresses first. Those empty addresses could be scattered all over your hard disk so this means your new files are scattered all over the disk. This results in a fragmented file, or one that is broken into two contiguous sections of the physical hard drive. As you can see, as more files get saved and deleted over a period of time, this fragmenting process is repeated until even a small file gets scattered over dozens of nonadjacent clusters. This causes the disk heads to work much harder than they should and can cause early hard drive mechanical failure as well as slow your computer down. It takes longer for a computer to move around to all those scattered clusters so that you can open a file. This problem can be prevented by rearranging the storage space of the file data so that it's all adjacent again. Defragmenting is the name of this process. Windows 95 and 98 includes the defragmenting utility to do this job. To defrag a disk:
|
|
Horizon Computers 3136 Bird Dr., Suite A Ravenna, Ohio 44266 330-296-3439 1-800-297-9875 © 1999 Horizon Computer Seminars All Rights Reserved
|