What is the fastest and most reliable disk defragmenter?

What does disk defragmenter do to the disk?

  • explain as good as possible coz i don't get the word it self

  • Answer:

    What is file fragmentation? Sometimes when you install a program or create a data file, the file ends up chopped up into chunks and stored in multiple locations on the disk. This is called fragmentation. What makes this happen? When you first install your operating system and programs on your hard disk, they are written to the disk, for the most part, in one contiguous block without any gaps. The exceptions are certain system files that must be stored in specific locations. Over time, as you create and then delete documents or uninstall programs, once-filled locations are left empty and you end up with files dotted all over the disk. Now, when Windows is writing a file to the disk, it looks for a suitable piece of free space in which to store it. What happens, then, when you copy a 40M database or audio file to the disk and the biggest slice of free space is only 30M? Or say you modify an existing file, appending a whole bunch of data so the file now takes up more space on the disk. To accommodate the files, Windows writes the first part of the file in one section of the disk and then scouts around for other places to store the rest of the file. The end result is that a single file may be stored in several chunks scattered about the disk. Of FAT and files Windows keeps track of each file's location in the File Allocation Table, or FAT (Windows 98 and Me use a file system called FAT32). When your file is written to disk, FAT32 provides Windows with the address of an unoccupied disk cluster. FAT32 also tells Windows on which disk sectors it will find that cluster; that is, it provides the physical location of the cluster. This information is used by your PC's BIOS (the Basic Input/Output System) to direct the actual disk writing operation. If the file is too large to fit in a single cluster, Windows asks FAT32 for another vacant cluster, and another, and another until the whole file is written to disk. If you have lots of free clusters side by side, FAT32 can point Windows to an adjacent series of clusters, resulting in a file which occupies one contiguous chunk of the disk. If no adjacent cluster is available, FAT32 tracks down a space elsewhere on the disk and tells Windows to put the next bit of the file there; and so on until the full file is written to disk. A record of the clusters used for storing the file is kept by FAT32 so Windows can find the file once more when you want to read it. The fragmentation penalty Although this all happens quickly, it makes a lot of work for your hard disk. Its read/write head, which moves across the drive platter from location to location transferring data, has to zip all over the place when saving or opening a single highly fragmented file. (By the way, many disks have more than one read/write head and multiple platters.) If a file is unfragmented, the disk head moves to one location, reads the file in one sequential swoop, and that's it. A file stored in, say, four fragments, can easily take twice as long to open as the same file unfragmented, although the actual performance hit you take is affected by other factors, including the total size of the file. Defragging There's a simple solution to file fragmentation: use Windows Disk Defragmenter (Start –> Programs –> Accessories –> System Tools –> Disk Defragmenter). This utility, commonly called Defrag, gathers all the scattered file fragments and writes them into adjacent clusters, so each file occupies a contiguous section of the disk. Defrag works by moving slabs of data to unused parts of the disk, in order to open up a large free section of space. It then assembles the fragmented parts of a file and writes them in one complete piece to the cleared space; it then does the same with the next file; and so on until the entire disk is defragmented. Power Defrag Disk Defragmenter is a utility which has been hobbled by the rapid advance of drive technology. It works just fine on a smallish disk of 8G or so; but use it on a 20G drive or one of the new 100G drives and you can say goodbye to using your computer for the most part of a day. (Although Microsoft says it's okay for you to use your computer while defragging, in practice this rarely works, because every write to disk causes Defrag to restart). If you'd like to speed up Defrag and eliminate some of its problems, give Power Defrag a try.

v!ru$ m@kЄr at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

It's simple, takes all the data and organize the data for better and faster use. .

JD

Files are actually disk blocks of data, linked together (not even necessarily near each other). When the computer reads or writes a file, it has to chase these linked blocks all over the disk. it would be faster if the blocks were close together, but sometimes there isnt room and a piece of file or block is written way over somewhere else on the disk. This is fragmentation. De-fragmentation reorganizes these blocks so they are close together for a file, speeding up the reads and writes.

Rjmail

first you have to understand that when you delete a file, it isn't really deleted, just a "page" or the identifier, is. So 99% of the deleted file still exists on the HD, but cannot be accessed or read. Now, when you write a file to the HD, it has to jump over this deleted file. when that happens thousands of times, it slows the puter up. when you defrag, it deletes the deleted files and puts programs together so they don't have to jump all over the HD looking for files for their program.

mel

The hard disk comprises sectors that conatins all the data. Some of the sectors are unmovable and some of them are. Defragmentation basically moves all the movable sectors as close as possible to each other that aids in making some additional space in the hard disk. It is not recommended that one does this often as it may cause the system to slow down

Harry P

When you install and run programs and perform tasks, your computer uses your harddrive to write information/data and read from it--kinda like memory. But to do this quickly, they just allocate various parts of it, not in sequence, leaving your hard drive "fragmented." Disk Defragmenter "defragments" or aligns all of the information and space in sequence, in order for your computer to read this information more quickly and efficiently.

Dude

Think of disk defragmenter as a giant line waiting to get in to see a concert. You have a thousand people outside the doors just waiting to come in. Now your all the way up front, and your job is to find each person Alphabetically and allow them to enter. Now while your doing this job some people are getting fed up and leaving, some are jumping out of line to get a drink, some are using the restroom. Either way, now you have holes in the line. So, it's going to take you a longer time to find each person if there are all these holes in the line. What defragmenter does is have everyone in line move up, to fill any holes. Thus making it quicker for you to find the people (files). Now there are some files that can't be moved, think of these as the 'velvet ropes' to keep the lines in order. Hope this helps! Jason

JasonCrate

It reorganized the data on the disk so it is closer to each other. Because of the speed of the hard drive, when you save information it is scattered. THis basically clumps that together so that it is faster for the computer to read data.

Defragmenting is this easy.... Just picture a cabinit of a whole bunch of folder's. (picture the computer a same thing, one with a whole bunch of files on it), whenever you uninstall, reinstall, add, delete things off the computer, your "cabinit doesn't put everything in order from A-Z, it just puts newest programs in the front, and pushes everything back. Defragmenting is your computer taking those files, and sorting them out from A-Z so that every file on your computer is easy to find for the computer itself (not for you to find easier) but for the computer to open programs, run those programs you want, faster. It allows the computer to easily go to the file your looking for and find it fast.

K L

Your computer writes files to the hard disk in chunks called blocks. It works like this: the system finds the first open space on the disk and writes as much of the file as it can. Then it moves to the next open space, writes as much as it can, etc. etc. If there's enough open space in the first location to write the entire file, everything's fine. Otherwise, you've just slowed your computer down because now it has to go to TWO (or more) places on the disk to open that file. Defrag takes all the pieces of files and puts them in one place. That's why it takes so long - it has to move lots of files around on your disk to get everything in place. After running defrag, the system has only has to go to one location on the disk to open a file, which speeds up performance immensely. At least until things start getting fragmented again. Your system is constantly writing files to disk, so it's more of a problem than most people think.

mommadillo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.