NEU: MyDefrag v4.x (Autor: Jeroen C. Kessels - NETHERLANDS)
DD: seit 20. Feb 2009 - 2,5 MB - Multilingual - Installer.exe - Freeware
OS: Windows 2000 XP Server 2003 2005 MCE Vista Server 2008
HP:
http://www.mydefrag.com/index.html (Multilinguale v4 BETA Generation - J.C. Kessels)
SS:
http://www.mydefrag.com/img/Snapshot.gif (v4)
HOWTO:
http://www.mydefrag.com/Manual-UsingMyDefrag.htmlFORUM:
http://www.mydefrag.com/forum/index.phpCL:
http://www.kessels.com/forum/index.php?board=11.0 (v4)
Zitat:
Code:
JkDefrag MyDefrag v4.0 is released!
The long-awaited version 4 is finally out. The program is now called "MyDefrag", because it has a scripting language and you can customize just about every aspect of it. It is no longer the "JK" (Jeroen Kessels) defragger, but "my" (your) defragger!
The following scripts are included in the MyDefrag distribution. My advise for new users is to run "Slow Optimize" the first time (this will take a looooong time!!!) and from then on run "Fast Update" once per day.
Fast optimize
Perform a fast defragmentation and optimization of all the fixed, mounted, writable disks on the computer. This script is designed for every day use. It moves a minimum of data on the harddisk and finishes very quickly, but will not fill all the gaps on the disk. The script will first reclaim the MFT zones. It then defragments and fast- fill the following zones: the MFT, all the directories, a free space, the files used when booting, regular files, another free space, and the spacehogs.
Fast update
Perform a fast optimization of all the fixed, mounted, writable disks on the computer. This script is designed for every day use in conjunction with the "Slow Optimize" script, where "Fast Update" is run daily and "Slow Optimize" is run only occasionally, for example once per month. The "Slow Optimize" script can create fragmented files to span unmovable files, and the "Fast update" script therefore does not defragment.
Slow Optimize
Perform a thorough defragmentation and optimization of all the fixed, mounted, writable disks on the computer. This script is designed to be used in conjunction with the "Fast Update" script, where "Fast Update" is run daily and "Slow Optimize" is run only occasionally, for example once per month. The "Slow Optimize" script can create fragmented files to span unmovable files, and the "Fast update" script does not defragment.
The script will first reclaim the MFT zones. It then defragments and optimizes the following zones: the MFT, all the directories (sorted by path), a free space, the files used when booting (sorted by boot sequence), regular files (sorted by path), another free space, and the spacehogs (not sorted). Letzte JKDefrag Standalone Version:
JkDefrag + JkDefragCmd + JkDefragScreenSaver 3.36 (Autor:
Jeroen C. Kessels - NL)
DD: bis 31. Aug 2008 - 468 KB - Englisch - Standalone (.zip) - Freeware (GNU-Lizenz) - Sources (LGNU - Lizenz)
OS: Windows 2000 XP Server 2003 2005 MCE Vista Server 2008 (für v3 eigene 64-bit Version verfügbar)
HP:
http://www.kessels.com/JkDefrag (Englische Originalversion - J.C. Kessels)
SS:
http://www.kessels.com/JkDefrag/Snapshot.gif (v3)
FORUM:
http://www.kessels.com/forum/index.phpCL:
http://www.kessels.com/forum/index.php?board=5.0 (v3)
PP:
http://jkdefrag.8qm.de (Deutsch übersetzte Version - Markus Hörl)
SS:
http://jkdefrag.8qm.de/pics/JkDefrag3.1 ... enshot.gifKNOWN PROBLEMS: http://www.mydefrag.com/Manual-KnownProblems.htmlZitat:
Funktionsweise
JkDefrag basiert auf der Standard-Defragmentierungsschnittstelle von Microsoft wie alle anderen Defragmentierer.
(FSCTL_GET_VOLUME_BITMAP-, FSCTL_GET_RETRIEVAL_POINTERS- und FSCTL_MOVE_FILE-Funktionsaufrufe).
Man kann es laufen lassen auch wenn der Rechner in vollem Betrieb ist.
Schritt 1: Analysieren
JkDefrag muss alle Dateien überprüfen um zu bestimmen ob sie fragmentiert sind und wo sie liegen.
Schritt 2: Defragmentieren
Alle verteilten Dateien werden einfach durch verschieben zur ersten Lücke die groß genug ist
zusammengefasst (oberhalb des Freiraums).
Schritt 3: Optimieren
Auf den meisten Festplatten ist der Anfang der Festplatte beträchtlich schneller als das Ende.
Deshalb verschiebt JkDefrag bei der Standard-Optimierungsstrategie alle Dateinen an den Anfang der Festplatte.
JkDefrag verteilt Dateien in drei Zonen: Verzeichnisse (Zone 1), reguläre Dateien (Zone 2) und
große Dateien (Zone 3). Dateien außerhalb ihrer Zonen werden in ihre Zone verschoben.
Ein laufender Rechner erstellt und löscht temporäre Dateien als gäbe es kein Morgen. Wenn die Festplatte
vollständig optimiert ist, ist der einzige Platz für neue temporäre Dateien am Ende der Daten. Was ziemlich
langsam ist. Also erstellt JkDefrag einen Freiraum von 1% der gesamten Festplattengröße zwischen
Zone 1 (Verzeichnisse) und Zone 2 (reguläre Dateien), und zwischen Zone 2 und Zone 3 (große Dateien).______________________________________________________________________________________________
QUELLENHINWEIS: Auszüge aus der Übersetzung von Markus Hörl (JkDefrag German Version) http://jkdefrag.8qm.de/#3 ADD-ONS & SONSTIGES :Zitat:
JkFragmenter v1.2 (Autor: Jeroen C. Kessels - NL)
DD: Aug 2008 - 39 KB - Englisch - CMD Standalone (.zip) - Freeware
OS: Windows
DL:
http://www.kessels.com/forum/index.php?topic=1312.0JkFragmenter is a small commandline tool to
fragment 
existing files, to generate new fragmented files with random data,
or to list fragmentation information about files. It is useful only for people who are testing defragmentation programs.
Zitat:
USAGE
JkFragmenter [-p NNN] [-s NNN] [-i] [-h] filename(s)
-p NNN Split file into NNN fragments. Default is 10 fragments.
Specify 0 or 1 to defragment.
-s NNN When a new file is created then the size will be NNN kilobytes.
Default is 1000 kilobyte.
-i Information only. Do not fragment or create the file.
-h Show this help.
filename(s) The file(s) to be fragmented. If a file does not yet exist
then a new file will be created containing random data.
EXAMPLE
JkFragmenter -s 10000 r:\t1.tmp r:\t2.tmp r:\t3.tmp
Zitat:
ACHTUNG: Unter folgender Überschrift nun ein eigener Thread für die GUI's & Girls
SAMMELTHREAD & LINKSAMMLUNG :::> JKDefragGUIsInzwischen gibt es für die Kommandozeilenoptionen von JKDefrag + MyDefrag Benutzeroberflächen - bspw. JkDefragGUI (u.a.)
Nachfolgend eine kleine Übersicht - bei den Changelogs, sind nur einige Punkte zitiert bzw. ergänzt.
Manche GUI's beinhalten die JkDefragCMD.exe bzw. auch JkDefrag.exe.
MyDefrag-GUI:Zitat:
MyDefragGUI [Multilingual] (Markus Hörl - GERMANY /
http://de.wikipedia.org/wiki/München)
OS: Windows 2000, 2003, XP, WHS, Vista, 2008, Se7en 32-bit & 64-bit
HP:
http://mydefrag.8qm.de/german.phpDL:
http://jkdefrag.8qm.de/dloadc/adlc.php? ... L=NO&ID=40Grafische Benutzeroberfläche zum Nutzen von MyDefrag ohne die Skriptregeln anwenden zu müssen.
JKDefrag-GUI's:Zitat:
JkDefragStarter [Englisch/Deutsch] (Thomas Kolb)
HP:
http://thommy88.th.funpic.de/index.php? ... arter.htmlSS:
http://thommy88.th.funpic.de/Infos/Mini ... enshot.pngWer einfache Bedienung schätzt, und keine erweiterten Funktionen braucht ... wählt diesen ...
Zitat:
Zitat:
Zitat:
Zitat:
JkDefrag Portable [Englisch] (Travis Carrico)
HP:
http://portableapps.com/apps/utilities/ ... g_portableSS:
http://portableapps.com/files/images/sc ... rtable.pngdefrag on the go
JkDefrag Portable is an easy to use disk defragmenter and optimizer packaged as a portable app ...
It has all the same great features of JkDefrag ... includes an easy to use GUI to give you more control
while still keeping everything simple. You can place it on your USB flash drive, iPod, portable hard drive or a CD
and use it on any computer, without leaving any personal information behind.
NET-Version: (benötigt Microsoft .NET Framework Laufzeitdateien)
Zitat:
Weitere Versionen: http://jkdefrag.8qm.de/#1 und
http://www.emro.nl/freeware suchen finden :::> dadada disk defrag diskdefrag mini defragger defragmentieren defragmentierer defragmentierungstool defragmentierungsprogramm kleines Kommandozeilenprogramm