Tips, Tricks And Computer Info..

About

Movie Category 1

Latest Posts

[3] [recent] [recent] [Lastest Posts]

Subscribe Us

Template Information

Test Footer 2

Movie Category 3

Theme images by hdoddema. Powered by Blogger.

All Movies Collection

Movies of The Week

Recent

[7][recent][recent-right]

Popular Posts

Join This Site On Google Friend

FAQs

[1] [FAQs] [one] [FAQs]

tech

[6] [techbuzz] [slider-left] [Slider Right]

Movie Category 5

techbuzz

[2] [Techbuzz] [one] [Technology]

Movie Category 4

Latest Posts

[5] [dp] [slider-top-big] [Slider Top]
You are here: Home / What does defragmenting your disk does?.

What does defragmenting your disk does?.

| No comment

You must have noticed people defragmenting their disks, but what does it actually does?
So here i am with your answer...



Defragmentation solves a problem that occurs because of the way hard disks store data.
Three key facts about hard disks:
  1. Hard disks store data in chunks called sectors. If you imagine the surface of the disk divided into rings (like the rings of a tree), and then imagine dividing each ring into pie-slices, a sector is one pie-slice on one ring. Each sector holds a fixed amount of data, like 512 bytes.
  2. The hard disk has a small arm that can move from ring to ring on the surface of the disk. To reach a particular sector, the hard disk moves the arm to the right ring and waits for the sector to spin into position.
  3. Hard disks are slow in computer terms. Compared to the speed of the processor and its memory, the time it takes for the arm to move and for a sector to spin into place is an eon.
Because of fact #3, you want to minimize arm movement as much as possible, and you want data stored in sequential segments on the disk.
So let's imagine that you install a new application onto an empty hard disk. Because the disk is empty, the computer can store the files of the application into sequential sectors on sequential rings. This is an efficient way to place data on a hard disk.
As you use a disk, however, this efficient technique becomes harder for a disk. What happens is that the disk fills up. Then you erase files to reclaim space. These files that you delete are scattered all over the surface of the disk. When you load a new application or a large file onto the disk, it ends up being stored in hundreds or thousands of these scattered pockets of space. Now when the computer tries to load the scattered pieces, the disk's arm has to move all over the surface and it takes forever.
The idea behind the disk defragmenter is to move all the files around so that every file is stored on sequential sectors on sequential rings of the disk. In addition, a good defragmenter may also try to optimize things even more, for example by placing all applications "close" to the operating system on the disk to minimize movement when an application loads. When done well on older disks, defragmenting can significantly increase the speed of file loading. On a new disk that has never filled up or had any significant number of file deletions, it will have almost no effect because everything is stored sequentially already.
As you might imagine, the process of indivdually picking up and moving thousands of files on a relatively slow hard disk is not a quick process -- it normally takes hours.
The defragmenter can take a considerable time to run, so start the Defragmenter before going out for the evening or at the end of the day, before going to sleep.!