Whats the best Defragmentation Software
#321
Posted 12 July 2006 - 02:54 PM
#322
Posted 22 August 2006 - 11:57 AM
#323
Posted 22 August 2006 - 12:44 PM
The onlt good thing about PD is that it has offline defragmentation which, judging by me, does slightly better work than DK boot defrag
#324
Posted 22 August 2006 - 01:06 PM
#325
Posted 22 August 2006 - 01:33 PM
Monk Psycho, on Aug 22 2006, 02:44 PM, said:
The onlt good thing about PD is that it has offline defragmentation which, judging by me, does slightly better work than DK boot defrag
Having two defragmentation programs isn't necessarily the best idea. Both programs have different ways of managing files, therefor it would essentially be a tug-of-war battle between DK and PD. Even though it may seem like a good idea, it will probably cause more harm than good.
#326
Posted 22 August 2006 - 01:57 PM
Aegis, on Aug 22 2006, 12:06 PM, said:
Unfortunately, getting XP to install on anything other than FAT32 or NTFS is pretty hard to do...
#327
Posted 22 August 2006 - 05:12 PM
#328
Posted 22 August 2006 - 06:37 PM
[edit] from http://en.wikipedia.org/wiki/XFS
Quote
#329
Posted 23 August 2006 - 10:48 AM
Here's a comparison between fragmentation in HFS+ and NTFS:
http://www.kernelthr.../fragmentation/
The G5 system has more than 95% of its disk space used up, yet it only has 42 fragments. For a non-boot drive, that G5 system with similar disk space usage contains 3 fragments. Keep in mind this is without using any fragmentation software.
#330
Posted 24 August 2006 - 11:42 AM
when it comes to defrag, i always recommend diskeeper.
my computer consulting firm has about 600 clients. often we get called regarding "healthy" PCs that seems to run slow. after extensive research, we went with diskeeper.
besides all the other great feature, the makers of diskeeper actually created the defrag that comes with microsoft windows! so, the way i see it, they would know the best about how the windows operating system works and how best to defrag the files it contains!
This post has been edited by commanddotcom: 24 August 2006 - 11:45 AM
#331
Posted 24 August 2006 - 06:52 PM
#332
Posted 29 August 2006 - 01:57 PM
I no longer Defrag.
Before you start flaming me, let me continue.
I use Ghost 2003, run from a boot disk to backup my system (C:) at least twice a week.
With my SATA HD that only takes me slighly over 4 minutes.
Then without rebooting, I do an immediate Restore of the image file back to C:.
All the files are written in sequence as if writing to a brand new HD. This also takes about 4 min's and all files are written with NO spaces and NO fragmentation.
In less than ten minutes, I've done a backup and one heck of a fabulous defrag.
When I'm done, my HD looks like this, when viewed by Windows Defrag Analysis.

The green area is the Windows Pagefile, re-created by Windows XP on the first boot after the backup and restore. I erase it before I do my backup, to save space in the backup image file.
Cheers!
Andromeda43
This post has been edited by Andromeda43: 29 August 2006 - 02:00 PM
#334
Posted 04 September 2006 - 10:15 AM
This post has been edited by Jeremy: 04 September 2006 - 10:22 AM
#335
Posted 04 September 2006 - 12:21 PM
but I don't like the services that install.
#336
Posted 04 September 2006 - 12:50 PM
Attached File(s)
-
hfsplus.JPG (28.56K)
Number of downloads: 48
#338
Posted 04 September 2006 - 01:06 PM
sService ="Diskeeper"
Set bInstance = GetObject("winmgmts:{impersonationLevel=impersonate}//" & "." & _
"/root/cimv2:Win32_Service=" & Chr(34) & sService & Chr(34))
if (bInstance.Properties_("State").Value = "Stopped") then
Set oOutParam = bInstance.ExecMethod_("StartService")
If oOutParam.ReturnValue = 0 Then
WScript.Echo bInstance.Name & " started successfully"
else
WScript.Echo bInstance.Name & " failed to start"
end if
else
if (bInstance.Properties_("State").Value = "Running") then
Set oOutParam = bInstance.ExecMethod_("StopService")
If oOutParam.ReturnValue = 0 Then
WScript.Echo bInstance.Name & " stopped successfully"
Else
WScript.Echo bInstance.Name & " failed to stop"
end if
end if
end if
#339
Posted 11 September 2006 - 11:32 AM
Well if anyone does, please let me know how much you rate it.
It's on del.icio.us popular.



Help
This topic is locked
Back to top











