vote up 10 vote down star
3

What do you recommend? And why?

flag

12 Answers

vote up 4 vote down check

Excuse the ignorance, but what's wrong with the Windows default one?

Win XP:

C:\Documents and Settings\All Users\Start Menu\Programs\Accessories\System Tools\Disk Defragmenter  
or  
C:\Windows\System32\dfrg.msc
link|flag
3  
It can't defrag a single file, hard to call from a script or run periodically – mgb Nov 24 '08 at 4:57
vote up 1 vote down

I second UltimateDefrag. The standard Windows defrag only puts fragments of files together on the hard disk but UltimateDefrag reorganises the location of files for quicker access.

There is a freeware edition of this app here

link|flag
vote up 2 vote down

http://www.disktrix.com/UDFree.htm

Read the PDF after it's installed, it's full of useful information about how it defrag's and details on how a hard drive works.

I switched to this about 5 months ago and so did my co-workers. It has a "circular" disk defrag report which is neat. But I think the best part is the options it gives you in defragging. If you select "auto" it will check all the date/time stamps on files and move most recently used ones to the outer edge of the disk, making access times to those files much faster.

link|flag
vote up 0 vote down

I use a utility which combines windows Defrag with Contig called PowerDefragmenter.

Searching for PowerDefragmenter displays numerous links. The first I grabbed was from major geeks

PowerDefragmenter

link|flag
vote up 1 vote down

On a single drive "home" system then just use built in defrag. Another way to get a nice clean and tidy drive is to ghost the drive. You may get a temporary improvement in disk IO.

If you're referring to a Windows Server, then any decent server would use a 3 or more drive RAID 5 array for storage*. There is no point defragmenting this drive as every other 64KB (typical) block is stored on a different drive. Your "large contiguous file" is actually dispersed almost randomly across the drives.

Also, with any multi-user system, there is no guarantee that the "drive head" will seek nicely across the platter without being interrupted by another user or process.

Finally, HDD's have large read ahead buffers, multiple platters and can store the data in a vastly different filesystem structure than you may expect.

*Yes, I know, RAID 5 is not appropriate for all server types, i.e. Databases.

link|flag
vote up 6 vote down

A nice, free tool is Defraggler (http://www.defraggler.com), which is capable of defragmenting specific files or folders. This speeds up defragmenting times when using it on only frequently used files.

link|flag
vote up 2 vote down

As long as you leave a reasonable amount of free space on each file system (at least 10-15%), fragmentation is hardly an issue with NTFS. (And if you're still using FAT32, that's your problem right there…)

That said, if you want to defrag individual files or folders, Defraggler or Contig (see pirho's post) are good solutions.

link|flag
vote up 0 vote down

I find UltimateDefrag pretty good - it uses strategic file placement to optimize performance by moving unused files (zip files etc.) to 'slow' parts of the drive, moving and grouping directories as well as requiring very low amounts of free space for defragmenting.

link|flag
vote up 3 vote down

Actually I don't use defragmentation anymore. NTFS does a pretty good job of keeping fragmentation low. You can get a small gain for a short time when defragmenting. But other than looking at pretty pictures of moving blocks for some time I don't think it's worth the time.

link|flag
You obviously do not do a whole lot of I/O on your drive! I've seen my share of NTFS volumes become horribly fragmented, especially on backup servers and SQL servers... – Brandon Feb 9 at 12:49
If you run defragmentation software it will still report drives as being fragmented, that's to be expected they want to keep their market. Try to measure performance before and after defragmenting on a modern os with NTFS. Hardly any difference. – Mendelt Feb 9 at 13:38
Mendelt- Respectfully, I must state that you're not quite correct for all cases. We have seen multiple XP machines at my office that were lagging horribly (one to the point of taking 15 minutes to boot), but deframenting cleaned them up to where they were able to perform well again. Adding in other simple maintenance (CCleaner and disk compaction), and the machines were performing like new again. – Tom Jul 21 at 16:10
vote up 3 vote down

I use contig lot.

It allows defragment of single files! Very handy for defragging VPC-images.

Default Windows defragmenter dosen't allow single file defrags.

Contig 1.54 on technet

link|flag
vote up 13 vote down

I like MyDefrag (formerly known as JkDefrag). Its UI is a bit stark, but it's lightweight and tiny, designed to run automatically. GPLed too, if that matters to you.

link|flag
Wow, just tried this and I agree - head and shoulders above window's native. After running the sort by name and then standard defrag, my machine is much snappier! – Cory House Dec 8 '08 at 2:48
vote up 3 vote down

Try Auslogics Disk Defrag.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.