Disk Defragmenter (Windows)

Disk Defragmenter
A component of Microsoft Windows

Disk Defragmenter in Windows 10
Details
Type Defragmentation software
Included with Windows NT 4 and onwards
Windows 95 and onwards

Disk Defragmenter is a utility in Microsoft Windows designed to increase access speed by rearranging files stored on a disk to occupy contiguous storage locations, a technique called defragmentation. Defragmenting a disk minimizes head travel, which reduces the time it takes to read files from and write files to the disk.[1] Beginning with Windows XP, Disk Defragmenter also reduces system startup times.

As of Windows 10, the program has been renamed to Defragment and Optimize Drives.

Early history

As early as the end of 1982, the IBM PC DOS operating system that shipped with early IBM Personal Computers included a Disk Volume Organization Optimizer to defragment the 5¼-inch floppy disks that those machines used. Microsoft's MS-DOS did not defragment hard disks. Several third party software developers marketed defragmenters to fill this gap. MS-DOS 6.0 introduced Defrag. Windows NT, however, did not offer a Defrag utility, and Symantec was suggested as a possible source of the utility.[2]

Initial releases of Windows NT lacked a defragmentation tool. Versions through Windows NT 3.51 did not have an application programming interface for moving data clusters on hard disks.[3] Executive Software, later renamed Diskeeper Corporation, released Diskeeper defragmentation software for Windows NT 3.51,[3] which shipped with a customized version of the NT kernel and file system drivers that could move clusters.

Microsoft included file system control (FSCTL) commands to move clusters in the Windows NT 4.0 kernel,[3] which worked for both NTFS and FAT32 partitions. However, Windows NT 4.0 did not provide a graphical or command-line user interface.[3]

Debut

Disk Defragmenter also shipped as part of Windows 95, Windows 98 and Windows Me. It could be scheduled using a Maintenance Wizard and supported command line switches.[4] This version had the limitation that if the contents of the drive changed during defragmentation, it rescanned the drive and restarted the process from where it left off.[5]

The Disk Defragmenter in Windows 2000 was a stripped-down licensed version of Diskeeper, licensed from Diskeeper Corporation. It uses the following techniques:[3]

  1. Moving all the index or directory information to one spot. Moving this spot into the center of the data, i.e. one third of the way in, so that average head travel to data is halved compared to having directory information at the front.
  2. Moving infrequently used files further from the directory area.
  3. Obeying a user-provided table of file descriptions to emphasize or ignore.
  4. Making files contiguous so that they can be read without unnecessary seeking.

In Windows 2000 and later operating systems, Disk Defragmenter has the following limitations:

In addition, the Windows 2000 version has the following limitations which were removed in Windows XP:[7]

Windows XP and Server 2003

Windows Disk Defragmenter was updated to alleviate some restrictions.[8] It no longer relies on the Windows NT Cache Manager, which prevented the defragmenter from moving pieces of a file that cross a 256KB boundary within the file. NTFS metadata files can also be defragmented. A command-line tool, defrag.exe, has been included,[9] providing access to the defragmenter from cmd.exe and Task Scheduler. In Windows XP, if the Master File Table (MFT) is spread into multiple fragments, defrag.exe and the GUI version can combine the MFT fragments during defragmentation.[10]

Windows Vista and Server 2008

In Windows Vista, Disk Defragmenter includes an option to automatically run at scheduled times using Task Scheduler and uses low CPU priority and the newly introduced low priority I/O algorithm so that it can continue to defrag using reduced resources (less CPU and disk read/write activity) when the computer is in use. The user interface has been simplified, with the color graph, progress indicator, disk analysis and fragmentation information being removed entirely.

If the fragments of a file are over 64 MB in size, the file is not defragmented if using the GUI; Microsoft has stated that this is because there is no discernible performance benefit since the time seeking such large chunks of data is negligible compared to the time required to read them.[11] The result, however, is that Disk Defragmenter does not require a certain amount of free space in order to successfully defrag a volume, unlike performing a full defragmentation which requires at least 15% of free space on the volume. The command line utility, Defrag.exe, offers more control over the defragmentation process, such as performing a full defragmentation by consolidating all file fragments regardless of size.[12] This utility can be used to defragment specific volumes or to just analyze volumes as the defragmenter would in Windows XP.

Disk Defragmenter is maintained by Microsoft's Core File Services. The Windows Vista version has been updated in Windows Vista SP1 to include the improvements made in Windows Server 2008. The most notable of these improvements is that the ability to select which volumes are to be defragmented has been added back.[13] Notably, the Windows Vista defragmenter is much more effective than the version included with XP.[14]

Windows 7 and later

Windows 7 reintroduces the analyze function and showing percent complete of the defragmentation, both of which were removed in Windows Vista. It can also defragment multiple volumes simultaneously.

According to Scott Hanselman of Microsoft, Windows 7 and later do defragment a solid-state disk (SSD) but in a completely different way. There is less incentive for defragmentation of SSDs because file fragmentation has less performance impact on them and they handle a finite number of storage cycles before their lifespan expires. However, file systems cannot support infinite file fragmentation as they reach their metadata limit. In addition, Disk Defragmenter is also responsible for performing the TRIM command on SSDs.[15]

See also

References

  1. "How to make a computer faster: 6 ways to speed up your PC". Microsoft at work. Microsoft. Retrieved 2011-11-07.
  2. "How do I run Microsoft Defrag?". Computer Help. Computer Hope. Retrieved 2011-11-07.
  3. 1 2 3 4 5 Russinovich, Mark (20 March 2007). "Inside Windows NT Disk Defragmenting". TechNet. Microsoft. Retrieved 2008-12-09.
  4. Windows 95 Defrag.exe Command-Line Parameters
  5. Description of the Disk Defragmenter Tool in Windows 98/Me
  6. Disk Fragmentation and System Performance
  7. 1 2 3 Disk Defragmenter Limitations in Windows 2000, Windows XP, and Windows Server 2003
  8. Russinovich, Mark; David Solomon (2005). "Memory Management". Microsoft Windows Internals (4th ed.). Microsoft Press. p. 728. ISBN 0-7356-1917-4.
  9. "Description of the new command line Defrag.exe included with Windows XP (MSKB283080)". Microsoft. Retrieved 2008-12-09.
  10. How NTFS reserves space for its Master File Table (MFT)
  11. Disk Defragmenter FAQs
  12. "Disk Defragmenter". User Guide. Windows Vista User Guide. 27 January 2007. Retrieved 2007-01-27.
  13. Disk Defragmenter in Windows Vista and Windows Server 2008
  14. "21 Essential Steps to Make Your PC Better/Faster/Stronger – Page 4". Maximum PC. 2009-05-28. Retrieved 2011-10-24.
  15. Hanselman, Scott (3 December 2014). "The real and complete story - Does Windows defragment your SSD?". hanselman.com. Sef-published. Retrieved 22 December 2014.

External links

This article is issued from Wikipedia - version of the 11/8/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.