Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 handwiki -- 1070 2022-10-31 01:44:02

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
HandWiki. Disk Defragmenter (Windows). Encyclopedia. Available online: https://encyclopedia.pub/entry/32002 (accessed on 22 July 2024).
HandWiki. Disk Defragmenter (Windows). Encyclopedia. Available at: https://encyclopedia.pub/entry/32002. Accessed July 22, 2024.
HandWiki. "Disk Defragmenter (Windows)" Encyclopedia, https://encyclopedia.pub/entry/32002 (accessed July 22, 2024).
HandWiki. (2022, October 31). Disk Defragmenter (Windows). In Encyclopedia. https://encyclopedia.pub/entry/32002
HandWiki. "Disk Defragmenter (Windows)." Encyclopedia. Web. 31 October, 2022.
Disk Defragmenter (Windows)
Edit

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. Beginning with Windows XP, Disk Defragmenter also reduces system startup times. From Windows 8, the program was renamed to Defragment and Optimize Drives.

defragmentation defragmenter defragmenting

1. 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 by others as a possible alternative for the utility.[1]

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.[2] Executive Software, later renamed Diskeeper Corporation, released Diskeeper defragmentation software for Windows NT 3.51,[2] 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,[2] which worked for both NTFS and FAT32 partitions. However, Windows NT 4.0 did not provide a graphical or command-line user interface.[2]

2. 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.[3] 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.[4]

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

  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:

  • It does not defragment files residing in the Recycle Bin or files that are in use.[5] In particular, this includes the registry, page file and hibernation file.
  • Prior to the Windows Vista release, only one volume could be analyzed or defragmented at a time and only one instance could run.[6]
  • Only local volumes can be defragmented; network volumes are not supported.[6]
  • The GUI version prior to Windows Vista cannot be scheduled. However, the command line utility since Windows XP and later can be scheduled.
  • Unlike previous versions, the GUI version in Windows Vista does not display a map of disk fragmentation, nor does it display progress during defragmentation.

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

  • Defragmenting NTFS volumes with cluster sizes larger than 4 kilobytes (KB) is not possible.
  • It is not possible to perform fine-grained movement of uncompressed NTFS file data in Windows 2000. Moving a single file cluster also moves the 4 KB part of the file that contains the cluster.
  • EFS encrypted files are not defragmented.

3. Windows XP and Server 2003

Windows Disk Defragmenter was updated to alleviate some restrictions.[7] 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,[8] 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.[9]

4. 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.[10] 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.[11] 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.[12] Notably, the Windows Vista defragmenter is much more effective than the version included with XP.[13]

5. 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.[14]

References

  1. "How do I run Microsoft Defrag?". Computer Help. Computer Hope. http://www.computerhope.com/issues/ch001126.htm. Retrieved 2011-11-07. 
  2. Russinovich, Mark (20 March 2007). "Inside Windows NT Disk Defragmenting". TechNet. Microsoft. https://technet.microsoft.com/en-us/sysinternals/bb897427.aspx. Retrieved 2008-12-09. 
  3. Windows 95 Defrag.exe Command-Line Parameters http://support.microsoft.com/kb/155326
  4. Description of the Disk Defragmenter Tool in Windows 98/Me http://support.microsoft.com/kb/186171
  5. Disk Fragmentation and System Performance http://blogs.technet.com/askperf/archive/2008/03/14/disk-fragmentation-and-system-performance.aspx
  6. Disk Defragmenter Limitations in Windows 2000, Windows XP, and Windows Server 2003 http://support.microsoft.com/kb/227463
  7. Russinovich, Mark (2005). "Memory Management". Microsoft Windows Internals (4th ed.). Microsoft Press. p. 728. ISBN 0-7356-1917-4. 
  8. "Description of the new command line Defrag.exe included with Windows XP (MSKB283080)". Microsoft. http://support.microsoft.com/kb/283080/en-us. Retrieved 2008-12-09. 
  9. How NTFS reserves space for its Master File Table (MFT) http://support.microsoft.com/kb/174619
  10. Disk Defragmenter FAQs http://blogs.technet.com/filecab/articles/440717.aspx
  11. "Disk Defragmenter". User Guide. Windows Vista User Guide. 27 January 2007. Archived from the original on 13 February 2007. https://web.archive.org/web/20070213093537/http://www.windowsvistauserguide.com/disk_defragmenter.htm. Retrieved 2007-01-27. 
  12. Disk Defragmenter in Windows Vista and Windows Server 2008 http://blogs.technet.com/filecab/archive/2007/01/26/don-t-judge-a-book-by-its-cover-why-windows-vista-defrag-is-cool.aspx
  13. "21 Essential Steps to Make Your PC Better/Faster/Stronger – Page 4". Future. 2009-05-28. http://www.maximumpc.com/article/features/21_essential_steps_make_your_pc_betterfasterstronger?page=0,3. 
  14. Hanselman, Scott (3 December 2014). "The real and complete story - Does Windows defragment your SSD?". Sef-published. http://www.hanselman.com/blog/TheRealAndCompleteStoryDoesWindowsDefragmentYourSSD.aspx. Retrieved 22 December 2014. 
More
Information
Subjects: Others
Contributor MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register :
View Times: 1.4K
Entry Collection: HandWiki
Revision: 1 time (View History)
Update Date: 31 Oct 2022
1000/1000
Video Production Service