JkDefrag: Porovnání verzí

Smazaný obsah Přidaný obsah
Esprit (diskuse | příspěvky)
mBez shrnutí editace
Esprit (diskuse | příspěvky)
mBez shrnutí editace
Řádek 1:
'''JkDefrag''' je [[defragmentace|defragmentační]] utilita pro [[Windows]], a je to první [[GPL|open source]] defragmentační projekt vůbec. Jeho autorem je Jeroen Kessels, který jej začal tvořit v roce 2004 pod licencí GNU General Public License.
 
== Operace ==
 
JkDefrag rozděluje soubory do tří zón:
* Adresáře (zóna 1);
* Často používané soubory (zóna 2);
* Velké a málo používané soubory nazývané v dokumentaci SpaceHog (zóna 3).
Soubory a adresáře, které neleží ve své zóně jsou přesunuty do své zóny. Adresáře jsou nejvíc používaná data na disku, proto je zóna 1 umístněna na začátek disku.
Files outside their zone are moved to their zone. Directories are perhaps the most accessed data on disk, so zone 1 is placed at the beginning of the drive. After the directories comes a free space area, then zone 2 with regular files, another free area, and then zone 3 with "space hogs", which are large files, archives, recycle bin contents, service pack files, and other infrequently accessed data.<ref>"Phase 3: Optimize" explanatory notes.</ref>
 
The defragger has several identifying characteristics:
* Low overhead: it does not place an undue burden on the system;
* Fully automated operation: there are no interactive buttons or menus;
* Command line interface (for scheduled defragmentation, or for use with administrator scripts);
* [[Screensaver]] defragmentation, with the option to run another screen saver when done;
* Complete source code (Microsoft Visual C++ 2005) available for download;
* A DLL [[library (computer science)|library]] (for use in programming) licensed using the [[LGPL]]; and
* Support for [[Windows XP Professional x64 Edition|64]] bit versions of Windows XP and Vista.
 
It works on [[Microsoft Windows|Windows]] 2000/XP/2003/Vista Operating Systems, supporting both [[File Allocation Table|FAT]] and [[NTFS]] filesystems, and uses the Windows defragmentation [[API]]. Since the program is free, support is provided through web-based forums.
 
 
[[en:JkDefrag]]