• 0

The Definitive "BEST DEFRAG" thread


The Definitive "BEST DEFRAG"  

884 members have voted

  1. 1. The Definitive "BEST DEFRAG"

    • Windows Built-in
      195
    • Diskeeper
      289
    • O&O Defrag
      162
    • VoptXP/Me/Etc.
      19
    • Norton Speeddisk
      58
    • Perfect Disk
      136
    • Other
      25


Question

Recommended Posts

  • 0
O&O hands down.  Best options, best capabilities....

Don't even use norton BS anymore, gotten to bloated IMO

speed disk couldn't get more bloated. it didn't chance since WinNT version came out.

and if you know anything about defraging you'll know that speed disk optimizes your drive best possible way..

So it's bloated and the best in your opinion?? :laugh:

Also could you explain why it optimizes the best since I'm sure I'm not the only one that doesn't know all the ins and outs of defraging. I was using Speed Disk for a long time but just recently tried O&O (still trying to find out what O&O stands for) and I think it's great--I'd really like to know your thoughts on both of those.

  • 0

i don't think "speed disk" is bloated at all. it comes with bloated norton system works, but speed disk itself so pretty slim.

speed disk position directory entries and MFT+ reserved space to very begining of the disk, followed by customizable "files placed 1st", after that comes "frequently accessed" files, followed by "infrequently modified", followed by "normal" files, followed by "frequently modified", followed by free space, followed by "infrequently accessed" files, followed by customizable "files placed last".

as you can see this system achives the best possible performance with least possible fragmentation. some defragers implement some of these methods, but none use all of them combined.

  • 0

Best one i found was Power Defrag Pro

Uses the built in defrag utility of Windows, but the program once run will reboot system, before system loads software/services, will perform a defrag(which is best) and then once complete will reboot back into windows.

Works on Win98, but i havent tried on XP yet.

Will try now actually outa interest.

  • 0
Also could you explain why it(speed disk) optimizes the best since I'm sure I'm not the only one that doesn't know all the ins and outs of defraging. I was using Speed Disk for a long time but just recently tried O&O (still trying to find out what O&O stands for) and I think it's great--I'd really like to know your thoughts on both of those.

Speed disk is a lot better, because it does things its own way, not needing the MS API. This means it can move stuff in REAL TIME without needing to reboot. One problem, once MS changes its specs, it stops working. But that haven't happend yet.

O&O is poopty, it looks like a toy, and have crashed several machines. Perfect disk is very good, disKeeper is super fast. and very well tested(since the NT days).

But all you need is something to move you MFT and pagefile(look at www.sysinternals.com), plus the built-in one. Most of the other defraggers don't use the C:\windows\prefetch data, thus wasting a resource. If I remember MS correctly they will get MFT support in the next Windows version's built-in defragger.

Most users have no use for anything but the built-in one in WindowsXP. But please tell what makes O&O so great.

  • 0
i don't think "speed disk" is bloated at all. it comes with bloated norton system works, but speed disk itself so pretty slim.

speed disk position directory entries and MFT+ reserved space to very begining of the disk, followed by customizable "files placed 1st", after that comes "frequently accessed" files, followed by "infrequently modified", followed by "normal" files, followed by "frequently modified", followed by free space, followed by "infrequently accessed" files, followed by customizable "files placed last".

as you can see this system achives the best possible performance with least possible fragmentation. some defragers implement some of these methods, but none use all of them combined.

Nice info, where did you find it? I'd be curious to find out how these other programs handle their defraging methods--especially O&O since they have 5.

  • 0

I actually found a vb script online, that runs in a loop for all your HD's and defrags them (it uses Windows built in). This way you can make it a scheduled task for all partitions. :)

Here's the source of the vb script - if somone wants to have it...

'defrag_all.vbs - Defrags all hard disks - Can be run as a Scheduled Task

'? Doug Knox - 3/29/2002

'This code may be freely distributed/modified

Set WshShell = WScript.CreateObject("WScript.Shell")

  Dim fso, d, dc

  Set fso = CreateObject("Scripting.FileSystemObject")

  Set dc = fso.Drives

  For Each d in dc

      If d.DriveType = 2 Then

Return = WshShell.Run("defrag " & d & " -f", 1, TRUE)

      End If

  Next

Set WshShell = Nothing

  • 0

mindlessly aiming for "100%" defrag is pretty silly.

sure your files might be "perfectly" defraged but in order to achive that, most likely, they are suboptimally positioned on the disk.

it's ok if a file is broken in 2 segments, it's not ok if a file is broken into 2000 segments, and it's not ok if a critical file is broken into 50 segments.

i can garantee you that you won't notice any difference if your file system is defragged at 100%, 98% or 95% or even 90%

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.