<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; defrag</title> <atom:link href="http://www.ghacks.net/tag/defrag/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Does Linux need to be defrag&#8217;d?</title><link>http://www.ghacks.net/2010/06/07/does-linux-need-to-be-defragd/</link> <comments>http://www.ghacks.net/2010/06/07/does-linux-need-to-be-defragd/#comments</comments> <pubDate>Mon, 07 Jun 2010 00:29:08 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[defrag]]></category> <category><![CDATA[defragment]]></category> <category><![CDATA[fragmentation]]></category> <category><![CDATA[linux defrag]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=26259</guid> <description><![CDATA[I get this question a lot. And generally speaking the answer is a resounding &#8220;no&#8221;. I have gone nearly twelve years using Linux without defragging a drive and I&#8217;ve never noticed a slowdown on a system. But just because you don&#8217;t need to doesn&#8217;t mean you can&#8217;t. I have found  it possible to actually check [...]]]></description> <content:encoded><![CDATA[<p>I get this question a lot. And generally speaking the answer is a resounding &#8220;no&#8221;. I have gone nearly twelve years using Linux without defragging a drive and I&#8217;ve never noticed a slowdown on a system. But just because you don&#8217;t need to doesn&#8217;t mean you can&#8217;t. I have found  it possible to actually check the fragmentation of a linux mount point and defragment that mount point.</p><p>In this article I will discuss this very issue and then I will show you how you can test the fragmentation of a mount point on your Linux drive and then defragment that mount point.</p><p><span
id="more-26259"></span><strong>What it isn&#8217;t necessary</strong></p><p><strong></strong>This is the question I get nearly every time I tell a user that it is not necessary to defrag a Linux drive. The first and foremost reason you do not have to defrag a system is that the majority of files on a system need super-user permission to move. Oh sure you can move anything you want around in your <strong>~/ </strong>directory. But try to move anything in <strong>/usr/bin, /opt, /sbin</strong> or any other directory outside of <strong>~/ </strong>(without super user permission) and see how far you get. What this means is that during general, every-day usage the vast majority of files are not being moved around on your system. The only files you really need concern yourself with are the ones in your home directory &#8211; and those files have little to nothing to do with the performance of your machine.</p><p>Another difference is that some other operating systems try their best to place files as close the front of the drive as they can &#8211; without gaps. When files get moved around, these gaps appear, making it hard for the drive to be read. The Linux operating system does not do this. Instead the system starts in the center and places files not in a random fashion, but doesn&#8217;t concern itself with placing files next to one another in the start of the drive. So when spaces are created it&#8217;s not a big deal because the system is used to those spaces. The only time you will notice defragmentation on a Linux drive is when the drive is over 95% full. At that point the seeming &#8220;randomness&#8221; of placement will have caught up and the spaces between files might not allow for the addition of more files.</p><p>So when this happens&#8230;is it possible to defragment? Yes it is.</p><p><strong>Fragmentation check</strong></p><p>I discovered a very handy Perl script that will allow you to check a mount point for fragmentation. The script can be found <a
title="fragmentation check script" href="http://forums.gentoo.org/viewtopic-p-3111409-highlight-.html#3111409" target="_blank">here</a> in the discussion. Copy that code into a file called <em>fragmentation.pl<strong> </strong><span
style="font-style: normal">and give that file executable permissions with the command </span>chmod u+x fragmentation.pl</em>. Now issue the command:</p><p><em>sudo ./fragmentation.pl /home/USER </em></p><p><em></em>Where USER is the user who&#8217;s home directory you want to check.</p><p>You will most likely be surprised at how how low the number is. It will give you a report like:</p><p>﻿﻿<em>1.30108895488615% non contiguous files, 1.01067741479282 average fragments.</em></p><p><strong>Defragging </strong></p><p>Now, say you do want to defragment that home directory. You can do so with <a
title="defragmenting code" href="http://ck.kolivas.org/apps/defrag/defrag-0.06/defrag" target="_blank">this handy piece of code</a>. Save that piece of code in a file called <em>defrag.pl<strong> </strong><span
style="font-style: normal">and give it executable permissions with the command </span>chmod u+x defrag.pl</em>. Now issue the command:</p><p><em>sudo ./defrag.pl /home/USER</em></p><p>Where USER is the user who&#8217;s home directory you want to defragment.</p><p>Now this task can take some time, depending upon the size of your ~/ and how much is in that directory. But once it is done, issue the <em>fragmentation.pl </em>command again and I bet you will find the results positive.</p><p><strong>Final thoughts</strong></p><p>Although you will most likely never have to run this, it is nice to know that it is possible. The Linux system rarely gets fragmented to the point you will ever notice the slightest hiccup&#8230;at least not until that drive is nearly full. And considering the cost to size ratio of today&#8217;s drives, the possibility of them filling up is slim. And if they do, you&#8217;ll probably just go out and buy another drive.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/06/07/does-linux-need-to-be-defragd/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Disk Defragmenter Puran Defrag</title><link>http://www.ghacks.net/2010/01/28/disk-defragmenter-puran-defrag/</link> <comments>http://www.ghacks.net/2010/01/28/disk-defragmenter-puran-defrag/#comments</comments> <pubDate>Thu, 28 Jan 2010 18:55:57 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[defrag]]></category> <category><![CDATA[Defragmenting Software]]></category> <category><![CDATA[disk defragmenter]]></category> <category><![CDATA[puran defrag]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22642</guid> <description><![CDATA[Puran Defrag is a disk defragmenter for the Windows operating system. Defragmention occurs over time when programs and files cannot be saved in one block on the hard drive. This can lead to slower access times and performance decreases. Some disk defragmentation programs provide advanced features like moving files into the fastest sectors of the [...]]]></description> <content:encoded><![CDATA[<p>Puran Defrag is a disk defragmenter for the Windows operating system. Defragmention occurs over time when programs and files cannot be saved in one block on the hard drive. This can lead to slower access times and performance decreases. Some disk defragmentation programs provide advanced features like moving files into the fastest sectors of the hard drive to speed up file access.</p><p>Puran Defrag comes with all the basic defragmentation options one would expect from such a software and many advanced options that are usually only found in commercial defragmenters.</p><p><span
id="more-22642"></span>The software&#8217;s main interface is divided into four sections that are divided by the tabs in the top row. The program starts with the basic defragmenter that can be used to defragment one or multiple partitions of the computer system.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/01/disk_defragmenter-500x375.jpg" alt="" title="disk defragmenter" width="500" height="375" class="alignnone size-medium wp-image-22643" /></p><p>This tab can also be used to analyze the defragmentation and to schedule a boot time defrag.</p><p>The Additional Operations tab offers advanced defragmentation options:</p><ul><li>Fill gaps to avoid frequent fragmentation</li><li>Optimize directories for faster system access</li><li>Free some space for Windows temporary files on faster disk area</li><li>Boost overall system speed with Puran Intelligent Optimizer</li><li>Exclude files from the process</li><li>Exclude files with a size between x and y</li><li>Enable Windows Explorer integration to defragment files and folders with a right-click</li><li>Delete files in a list before defragmentation</li></ul><p>The third tab can be used to schedule automatic defragmentations of the computer system. <a
href="http://www.puransoftware.com/index.html">Puran Defrag</a> is a very sophisticated and comfortable disk defragmenter. It is available for 32-bit and 64-bit Windows operating systems including Windows XP, Windows Vista and Windows 7. A free and commercial version of the program is offered at the developer&#8217;s website. Both versions do however provide the same functionality and the free version can also be used in a commercial environment.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/01/28/disk-defragmenter-puran-defrag/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>JkDefrag Updated Now Known As MyDefrag</title><link>http://www.ghacks.net/2009/07/18/jkdefrag-updated-now-known-as-mydefrag/</link> <comments>http://www.ghacks.net/2009/07/18/jkdefrag-updated-now-known-as-mydefrag/#comments</comments> <pubDate>Sat, 18 Jul 2009 19:26:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[defrag]]></category> <category><![CDATA[defragmentation]]></category> <category><![CDATA[file defragmentation]]></category> <category><![CDATA[jkdefrag]]></category> <category><![CDATA[mydefrag]]></category> <category><![CDATA[windows defragmentation]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14512</guid> <description><![CDATA[MyDefrag 4.0 was released two days ago after a series of beta releases and a name change from JkDefrag. The new version has still all the traits of the popular JkDefrag. Interested users can take a look at the changes in this new version in the announcement forum posts made by the developer of the [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />MyDefrag 4.0 was released two days ago after a series of beta releases and a name change from JkDefrag. The new version has still all the traits of the popular JkDefrag. Interested users can take a look at the changes in this new version in the <a
href="http://www.mydefrag.com/forum/index.php?board=11.0">announcement</a> forum posts made by the developer of the file defragmentation software. The program uses the Microsoft defragmentation api and is considered to be one of the fastest resource friendly file defragmentation programs available for the Windows operating system.</p><p>Several options are added as start menu entries after installing the latest MyDefrag version on the computer system. This includes running an analysis of all connected hard drives, defragmenting all of them, running a fast optimize script or to optimize flash drives. The real strength of MyDefrag are the extensive command line parameters and scripting possibilities that make it possible to individualize the defragmentation process.</p><p><span
id="more-14512"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/07/mydefrag-500x333.jpg" alt="mydefrag" title="mydefrag" width="500" height="333" class="alignnone size-medium wp-image-14513" /></p><p>Quite a few graphical user interfaces have been created for JkDefrag in the past. It is very likely that at least some of these will be made available for MyDefrag as well. This will help inexperienced users and those that do not like working with the command line to make use of the full functionality of the file defragmentation software.</p><p><a
href="http://www.mydefrag.com/index.html">MyDefrag</a> is available for 32-bit and 64-bit editions of Windows XP, Windows Vista, Windows Server 2003 and 2009 as well as Windows 2000.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/18/jkdefrag-updated-now-known-as-mydefrag/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Disk Defragmenting Software Ultra Defrag</title><link>http://www.ghacks.net/2009/05/23/disk-defragmenting-software-ultra-defrag/</link> <comments>http://www.ghacks.net/2009/05/23/disk-defragmenting-software-ultra-defrag/#comments</comments> <pubDate>Sat, 23 May 2009 08:49:36 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[defrag]]></category> <category><![CDATA[disk defragmentation software]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[ultra defrag]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13025</guid> <description><![CDATA[Most users agree that the disk defragmentation software that ships with Microsoft Windows PCs is not the best piece of computer software to defragment a computer system efficiently. Probably the main point of criticism centers around speed but there are others that weight in as well especially where functionality is concerned. That&#8217;s the main reason [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Most users agree that the disk defragmentation software that ships with Microsoft Windows PCs is not the best piece of computer software to defragment a computer system efficiently. Probably the main point of criticism centers around speed but there are others that weight in as well especially where functionality is concerned. That&#8217;s the main reason why so many software developers have created their own disk defragmenting software for the Windows operating system. A quick search on the Internet reveals dozens of these software programs.</p><p>We covered our share of defragmenting tools in the past including the popular <a
href="http://www.ghacks.net/2007/10/03/defraggler-a-defragmentation-software/">Defraggler</a>, <a
href="http://www.ghacks.net/2008/05/23/ultimate-defrag/">Ultimate Defrag</a>, Joshua&#8217;s overview of <a
href="http://www.ghacks.net/2008/06/15/a-few-defragmentation-tools/">defragmentation tools</a> but also specialized programs like <a
href="http://www.ghacks.net/2007/09/19/page-defrag/">Page Defrag</a>, <a
href="http://www.ghacks.net/2008/05/13/defrag-the-registry-with-regdefrag/">Registry Defrag</a> or <a
href="http://www.ghacks.net/2007/09/28/speed-up-all-source-engine-games/">Source Engine games defrag</a>.</p><p><span
id="more-13025"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/disk_defragmentation_software-499x358.jpg" alt="disk defragmentation software" title="disk defragmentation software" width="499" height="358" class="alignnone size-medium wp-image-13024" /></p><p><a
href="http://ultradefrag.sourceforge.net/">Ultra Defrag</a> is another disk defragmenting software for the Windows operating system. The program is Open Source and supports both 32-bit and 64-bit editions of Microsoft Windows operating systems. Some of its key features is the speedy defragmentation process and the low resource usage while running the process. It comes with an installer or as a portable version and can be run from a graphical user interface or the command line.</p><p>The defragmentation software can defrag entire system partitions or single directories and files if it is added to the Windows context menu during installation. The command line version of the disk defragmenting software comes with several advanced options like excluding files from the defragmentation process. Users can also launch Ultra Defrag during system boot to be able to defragment the system files that are locked when Windows is running.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/23/disk-defragmenting-software-ultra-defrag/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>FragExt Defragmenting Software</title><link>http://www.ghacks.net/2008/11/13/fragext-defragmenting-software/</link> <comments>http://www.ghacks.net/2008/11/13/fragext-defragmenting-software/#comments</comments> <pubDate>Thu, 13 Nov 2008 14:28:16 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[defrag]]></category> <category><![CDATA[defraggler]]></category> <category><![CDATA[Defragmenting Software]]></category> <category><![CDATA[FragExt]]></category> <category><![CDATA[windows defragmentation]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8244</guid> <description><![CDATA[FragExt is not your usual defragmenting software that you point at a system partition and let it do its work. It can be used to defragment selected files much like Defraggler with the difference that it integrates more nicely into the Windows operating system. It does have one slight disadvantage that will be explained later [...]]]></description> <content:encoded><![CDATA[<p>FragExt is not your usual defragmenting software that you point at a system partition and let it do its work. It can be used to defragment selected files much like <a
href="http://www.ghacks.net/2007/10/03/defraggler-a-defragmentation-software/">Defraggler</a> with the difference that it integrates more nicely into the Windows operating system. It does have one slight disadvantage that will be explained later on.</p><p>After installing the defragmenting software it can be accessed by right-clicking a file or directory and selecting the <a
href="http://www.mutexed.com/code/FragExt/#downloads">FragExt</a> entry in the context menu. That&#8217;s a natural way of performing defragmentation on files. It is however problematic for users who want to defragment their files in one go regularly because that&#8217;s almost impossible to achieve with FragExt because of the way it handles directories. The disadvantage that we spoke earlier about is that it will not automatically include subdirectories in the defragmentation process.</p><p>Which leaves it to be an excellent effective way of defragmenting files in Windows Explorer. FragExt does add another interesting aspect to Windows Explorer. It extends the File Properties dialog and adds a Fragments tab to it.</p><p><span
id="more-8244"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/defragmenting_software-366x500.jpg" alt="defragmenting software" title="defragmenting software" width="366" height="500" class="alignnone size-medium wp-image-8245" /></p><p>This makes it relatively easy to check the fragmentation of selected files. FragExt is compatible with Windows 2000, Windows XP, Windows Vista and Windows Server 2003 / 2008 including their 64-bit editions.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/13/fragext-defragmenting-software/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>A Few Defragmentation Tools</title><link>http://www.ghacks.net/2008/06/15/a-few-defragmentation-tools/</link> <comments>http://www.ghacks.net/2008/06/15/a-few-defragmentation-tools/#comments</comments> <pubDate>Sun, 15 Jun 2008 13:27:09 +0000</pubDate> <dc:creator>joshua</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[defrag]]></category> <category><![CDATA[defragment]]></category> <category><![CDATA[vista]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4992</guid> <description><![CDATA[My defragmenter of choice has always been Auslogic Defragmenter, I have no idea how effective it is compared to other programs but it’s simple enough and looks pretty. However I came across Piriform Defraggler the other day and I was interested in one feature it had… individual file and folder defragmentation. At first I thought [...]]]></description> <content:encoded><![CDATA[<p>My defragmenter of choice has always been <a
href="http://www.auslogics.com/en/software/disk-defrag/">Auslogic Defragmenter</a>, I have no idea how effective it is compared to other programs but it’s simple enough and looks pretty.</p><p>However I came across <a
href="http://www.piriform.com/defraggler">Piriform Defraggler</a> the other day and I was interested in one feature it had… individual file and folder defragmentation. At first I thought this was pretty superfluous considering it would be difficult to notice much of an effect defragmenting a single file or folder…&#160; however I have a laptop and not a huge hard drive so a complete defragment doesn’t take huge amount of time anyway.</p><p>If you have a large hard drive however then this could be a very useful tool. I’m thinking of large music collections or DVD rips which go into the hundreds of gigabytes worth of space.</p><p><span
id="more-4992"></span><p>Using Piriform Defraggler to defragment just your music or video collection could have some kind of small effect on performance. Apart from this it has all the other basic features and even a nice monitoring tool which for some strange reason was omitted from the Vista defragmentation application.</p><p>Unfortunately there are no scheduling options but it’s simple and works fast enough to keep most people happy.</p><p>For anything more advanced I recommend <a
href="http://www.iobit.com/iobitsmartdefrag.html">IOBit Smart Defrag</a>. This has the kind of scheduling options you may be looking for as well the ability to defragment and optimise multiple hard drive partitions.</p><p>The best thing about Smart Defrag is that it can be set to start up whenever the computer is left idle. I think schedules are a pain as you might in the middle of something when a scheduled task starts up so instead running when the computer is idle is the best solution.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/15/a-few-defragmentation-tools/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Ultimate Defrag</title><link>http://www.ghacks.net/2008/05/23/ultimate-defrag/</link> <comments>http://www.ghacks.net/2008/05/23/ultimate-defrag/#comments</comments> <pubDate>Fri, 23 May 2008 07:26:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[defrag]]></category> <category><![CDATA[defragmentation]]></category> <category><![CDATA[hard-disk]]></category> <category><![CDATA[hard-drive]]></category> <category><![CDATA[hd]]></category> <category><![CDATA[ultimate defrag]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4236</guid> <description><![CDATA[Ultimate Defrag is on first glance yet another defragmentation tool that can analyze the hard drive and defragment it to speed it up. Looking a bit closer however will reveal another feature that has never been before implemented in defragmentation programs: The ability to move the files to other locations on the disk based on [...]]]></description> <content:encoded><![CDATA[<p>Ultimate Defrag is on first glance yet another defragmentation tool that can analyze the hard drive and defragment it to speed it up. Looking a bit closer however will reveal another feature that has never been before implemented in defragmentation programs: The ability to move the files to other locations on the disk based on the highest possible performance. The outer locations of the hard drive are the faster ones while the inner locations tend to be slower.</p><p>When you start Ultimate Defrag for the first time you notice that is is displaying an image of your hard drive in the main pane and information i the left pane. You can select a different hard drive in the left pane or hit the analyze button to analyze the defragmentation level of the hard drive.</p><p>Once the hard disk has been analyzed one out of six methods to defragment and optimize the hard disk can be selected from the left pane. This includes the following options:</p><p><span
id="more-4236"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/05/ultimate_defrag-500x388.jpg" alt="ultimate defrag" title="ultimate defrag" width="500" height="388" class="alignnone size-medium wp-image-4237" /></p><ul><li>Fragmented Files Only: Defragments the hard drive, comparable to the classic Windows defragmentation</li><li>Consolidate: Places all directories next to each other on the hard drive to reduce seek time</li><li>Folder / File Name: Places files and folders on the hard drive based on folder name order</li><li>Recency: ideal for data drives. Sorts files and folders according to last access dates, modify dates and file creation dates.</li><li>Volatile: A variation of the Recency optimization. Will order folders last modification data and files alphabetically</li><li>Auto: The program uses its own optimization algorithm to defrag the hard disk and optimize its performance.</li></ul><p>The user can select specific files and folders that should receive the best positions on the hard disk to achieve the best performance possible. This can be for instance the Windows directory, a game, dynamic link libraries or applications. On the other hand files and folders that do not require the best performance can be selected to be placed in the slower sectors of the hard drive. This includes archives, images and backup files.</p><p>The help file of Ultimate Defrag is excellent. It gives an explanation of hard disk performance at the beginning, explains all the settings and functions in a non-geeky way and even provides examples of how to optimize computers based on usage, say gaming, office and home.</p><p>The Ultimate Defrag Free <a
href="http://www.freewaregeeks.com">version</a> is available at Freeware Geeks. I would like to mention that I&#8217;m not a lab and I do not have the possibility to check the performance before and after the defragmentation scientifically. My computer is relatively new with not enough files to test the new performance. It does make sense however that this could indeed increase system performance.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/23/ultimate-defrag/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>Defrag Hard Drives only when they are fragmented</title><link>http://www.ghacks.net/2007/11/26/defrag-hard-drives-only-when-they-are-fragmented/</link> <comments>http://www.ghacks.net/2007/11/26/defrag-hard-drives-only-when-they-are-fragmented/#comments</comments> <pubDate>Mon, 26 Nov 2007 13:23:12 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[defrag]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/11/26/defrag-hard-drives-only-when-they-are-fragmented/</guid> <description><![CDATA[It does not make sense to start a hard drive defragmentation if the drive is not really fragmented. You might be loosing lots of time if you have scheduled those defragmentations. The defrag tool in Windows can be used to check the fragmentation level of a hard drive and we are going to use this to create a script that runs defrag only when the hard drive is fragmented.]]></description> <content:encoded><![CDATA[<p>It does not make sense to start a hard drive defragmentation if the drive is not really fragmented. You might be loosing lots of time if you have scheduled those defragmentations. The defrag tool in Windows can be used to check the fragmentation level of a hard drive and we are going to use this to create a script that runs defrag only when the hard drive is fragmented.</p><p>You can check the fragmentation level of a hard drive using the command line and the command <strong>defrag.exe c: /a</strong>. The tool then checks the specified hard drive and report back if it is fragmented or not.</p><p>A script by <a
href="http://www.winhelponline.com/articles/74/1/How-to-schedule-a-defrag-so-that-it-runs-only-when-needed.html">Ramesh Srinivasan</a> uses this report to determine if a hard drive should be defragmented. The Visual Basic script can be used in the Windows scheduler or simply executed during startup or by double-clicking the file.</p><p><span
id="more-2334"></span>I copied the file to a text file and zipped it already. You can download the script <a
href="http://www.ghacks.net/files/defrag.zip">here</a> or visit the website above where the script is displayed in text form.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/11/26/defrag-hard-drives-only-when-they-are-fragmented/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Add Defragment Now to the right-click menu</title><link>http://www.ghacks.net/2006/11/02/add-defragment-now-to-the-right-click-menu/</link> <comments>http://www.ghacks.net/2006/11/02/add-defragment-now-to-the-right-click-menu/#comments</comments> <pubDate>Thu, 02 Nov 2006 21:59:58 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[defrag]]></category> <category><![CDATA[defrag hard drives]]></category> <category><![CDATA[defragmentation]]></category> <category><![CDATA[hard-disk]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/11/02/add-defragment-now-to-the-right-click-menu/</guid> <description><![CDATA[Defragmenting the hard drives of your computer is important especially for users who install lots of programs or perform lots of read and write operations on their hard drives (p2p users for instance). In a perfect world files would be written contiguously on the hard drive - in the world of windows they are not. Read operations waste more time because all the bits that make the file are not in one place but scattered around the complete hard drive. Defragmenting the drive moves them closer to each other to speed up loading times.]]></description> <content:encoded><![CDATA[<p>Defragmenting the hard drives of your computer is important especially for users who install lots of programs or perform lots of read and write operations on their hard drives (p2p users for instance). In a perfect world files would be written contiguously on the hard drive &#8211; in the world of windows they are not. Read operations waste more time because all the bits that make the file are not in one place but scattered around the complete hard drive. Defragmenting the drive moves them closer to each other to speed up loading times.</p><p>I&#8217;m lazy. I do not want to right-click the drive, select Properties, change to the Tools tab and click on Defragment Now. Fortunately for users like me there is a workaround that adds the option to defragment your hard drive to the right-click menu when you perform that operation on a drive. We only need to add one new key to the registry and the option appears whenever we right-click a drive from then on.</p><p><span
id="more-888"></span></p><p>Open your registry by hitting the windows key and R. The run dialog appears, enter regedit and hit enter. Navigate to the key HKEY_CLASSES_ROOT\Drive\shell. If the shell key is missing create it by right-clicking on Drive and selecting NEW, KEY and enter the name shell. Create a subkey the same way naming it defragnow. Double-click the default value on the left side and add a name for the command that will appear in the right-click menu, defrag for instance.</p><p>Right-click on defragnow and create a new subkey called command. Double-Click the Default entry on the left side again and enter the following value: defrag.exe %1 -v</p><p>Once done close the registry and right-click a drive to see if the new option defrag appears. If it does test it by left-clicking on it, a new window should appear and the defragmentation should automatically start.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/11/02/add-defragment-now-to-the-right-click-menu/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
