Ru-Board.club
← Вернуться в раздел «Программы»

» JkDefrag / MyDefrag

Автор: Pitersky
Дата сообщения: 27.07.2007 16:20
JkDefrag GUI version 0.91 Multilangual (18 july 2007) (1,7 Mb)

Цитата:
Changes:
- Corrected some typos in several languages
- Fixed bug error message when switching language on a Windows 2000 system
- Fixed bug running PageDefrag from folder with spaces
- Fixed bug saving "Select all fixed disks", disk selection not grayed out after restart
- Removed support for JkDefrag 3.15 and below
- Removed action 4, no longer supported by JkDefrag

Автор: Pitersky
Дата сообщения: 25.08.2007 13:48
JkDefrag v3.17

Цитата:
Changes:

- NTFS disks are now analysed by directly reading the MFT from disk. This is a lot faster, and finds more system files.
- NTFS streams are now supported and will be defragged and optimized.
- Added an icon.
- Added a version info resource to the executables.
- Added a manifest so Vista will always run JkDefrag with administrator privileges.
- Added support for short filenames. The masks now also work for short names, for example "PROGRA~1" (instead of "Program Files").
- Spacehogs are now shown in dark-green, regular files in light-green. Allocated space is now shown in grey, instead of black.
- Bugfix in redrawing the diskmap, to properly handle redraw-requests while redrawing.
- Files larger than 1 gigabyte are now closed and re-opened at 1 gigabyte intervals.
- Change in the fast optimize algorithm. When a gap cannot be perfectly filled the program now takes the highest file on disk that will fit, instead of the largest file. This reduces the amount of data moved and optimization will finish quicker.
- Added a special exception for the "?:\\BootAuth?.sys" files used by DriveCrypt.
- Added a few extra lines to the status report.
- The logfile now shows which command line options were used.
- Added to the default list of spacehogs:
?:\RECYCLED\* (FAT on 2K/XP)
?:\$RECYCLE.BIN\* (Vista)
?:\WINDOWS\Ehome\*
?:\WINDOWS\Fonts\*
?:\WINDOWS\Help\*
?:\WINDOWS\IME\*
?:\WINDOWS\Speech\*
?:\WINDOWS\Symbols\*
*.chm
*.mp3
*.pdf
*.bup
*.ifo
*.vob
*.avi
*.log

For programmers:

- All instances of CHAR changed into WCHAR. This has widespread implications in many locations. I am hoping the change will fix the problem that some users have reported on weird filenames.
- Renamed "JkDefrag.cpp" into "JkDefragLib.cpp"
- Renamed "JkDefrag.h" into "JkDefragLib.h"
- Renamed "JkDefragWindows.cpp" into "JkDefrag.cpp"
- Added "ScanNtfs.cpp" and "ScanNtfs.h"
- Several changes in the DefragDataStruct.
- Several changes in the "Makefile" to facilitate debugging.

Download JkDefrag v3.17 (394kb) for Windows 2000/2003/XP/Vista
Download JkDefrag64 v3.17 (361kb) for Windows X64
Download JkDefrag v3.17 sources (312kb) for Microsoft Visual C++ 2005
Автор: Pitersky
Дата сообщения: 26.08.2007 22:41
JkDefrag v3.18

Цитата:
Changes:
- The icon now has a transparant background.
- Icon added to the X64 JkDefrag and JkDefragCmd binaries.
- Bugfix in the calculation of the begin of the zone's. The old method did not take excluded files into account.
- Changed two buffers from being allocated with "new" into "malloc". I hope this fixes the weird "ModName: ntdll.dll ModVer: 5.1.2600.2180" crash that some users are experiencing on XP.

Download JkDefrag v3.18 (394kb) for Windows 2000/2003/XP/Vista
Download JkDefrag64 v3.18 (361kb) for Windows X64
Download JkDefrag v3.18 sources (312kb) for Microsoft Visual C++ 2005
Автор: Pitersky
Дата сообщения: 27.08.2007 22:00
JkDefrag v3.19

Цитата:
Changes:
- Fixed a bug that caused the program to crash at various places during execution, mostly on Windows XP.
- If the NtfsDisableLastAccessUpdate registry key is set then the program will not look at the LastAccessTime when testing if a file is a SpaceHog.
- Added to the default list of spacehogs:
?:\I386\*
*.old
*.bak

Download JkDefrag v3.19 (397kb) for Windows 2000/2003/XP/Vista
Download JkDefrag64 v3.19 (386kb) for Windows X64
Download JkDefrag v3.19 sources (315kb) for Microsoft Visual C++ 2005
Автор: Pitersky
Дата сообщения: 30.08.2007 06:48
JkDefrag v3.20

Цитата:
Changes:
- The NTFS analysis code now also interprets Inodes 12 to 23.
- Fixed a problem that caused the NTFS analysis code to malfunction on a-typical NTFS disks.
- The icon now also shows in the taskbar and the upper-left-hand corner of JkDefrag's window.
- Softened the messages generated by the NTFS analysis code.

Download JkDefrag v3.20 (398kb) for Windows 2000/2003/XP/Vista
Download JkDefrag64 v3.20 (388kb) for Windows X64
Download JkDefrag v3.20 sources (316kb) for Microsoft Visual C++ 2005
Автор: tanned
Дата сообщения: 31.08.2007 10:40
На сайте автора уже версия 3.22
Download JkDefrag v3.22 (398kb) for Windows 2000/2003/XP/Vista
Download JkDefrag64 v3.22 (388kb) for Windows X64
Download JkDefrag v3.22 sources (316kb) for Microsoft Visual C++ 2005
Автор: Pitersky
Дата сообщения: 03.09.2007 20:26
JkDefrag v3.24

Цитата:
Changes:
- A final fix for the out-of-sequence problem. Beta tests by users show that the problem is now finally fixed.
- Bugfix for missing parameter in status message that caused JkDefrag to crash when it wanted to display the "Cannot find volume name for mountpoint" message. This message can happen when scanning the system for disks and a special volume is encountered such as a "subst" volume.
- The "25 largest items on disk" list in the statusreport is now sorted by (used) clusters instead of by (allocated) bytes.
- Fixed the progress percentage during analysis of NTFS volumes. It was counting too fast and reached 100% before analysis was complete.
- The "unmovable", "still fragmented", and "largest 25" lists in the report are now suppressed if empty.
- Directories on FAT disks cannot be moved, this is a known limitation of the Microsoft defragmentation API and not a bug in JkDefrag. To speed up things the program will now count the number of failed tries to move directories, and when it reaches 20 will ignore all directories.

Download JkDefrag v3.24 (398kb) for Windows 2000/2003/XP/Vista
Download JkDefrag64 v3.24 (388kb) for Windows X64
Download JkDefrag v3.24 sources (316kb) for Microsoft Visual C++ 2005
Автор: KRAWA
Дата сообщения: 12.09.2007 15:13
JkDefrag GUI version 0.92 Multilangual Скачать
Автор: Petrik Pyatochkin
Дата сообщения: 12.09.2007 15:30
Вроде этот дефрагментатор не понимает кирилицу... Так если указать для дефрагментации директорию \"C:\\Documents and Settings\\Администратор\\Local Settings\", то он дефрагментировать отказывается...
Автор: simens007
Дата сообщения: 16.09.2007 15:11
JkDefrag 3.25

Цитата:
- Fix for reading the "$MFT::$BITMAP". In some very special cases the bitmap would only be partially read, causing files on disk to be ignored.
- Fix for the "::$SECURITY_DESCRIPTOR" problem. Directories with a special security attribute would get this string appended to their name, making them unmovable.
- Reorganised the code for the out-of-sequence fix (see previous releases).
- Two fixes in the graphics subroutines. Some users reported that the display sometimes froze during normal operation.
- Excluded items are no longer listed in the "These items could not be moved" and "These items are still fragmented" reports.
- The error message "Cannot find volume name for mountpoint: %s" was changed into "Ignoring volume '%s' because it is not a harddisk.".
- Added "?:\WINDOWS\system32\dllcache\*" to the default list of SpaceHogs.
For programmers:
- Addedd message 57 to the messages.

http://www.kessels.com/JkDefrag/JkDefrag-3.25.zip
x64: http://www.kessels.com/JkDefrag/JkDefrag64-3.25.zip
Автор: simens007
Дата сообщения: 19.09.2007 14:05
JkDefrag 3.26

Цитата:
- Undo of one of the changes from v3.25 in the graphics code, screensaver only. The changes worked fine for the Windows version, but showed a completely black screen in the screensaver...

http://www.kessels.com/JkDefrag/JkDefrag-3.26.zip
x64: http://www.kessels.com/JkDefrag/JkDefrag64-3.26.zip
Автор: Widok
Дата сообщения: 03.10.2007 12:37
шапка включена
Автор: VovaII
Дата сообщения: 05.10.2007 09:28
А как в нем указать, чтобы он папки соптимизировал, или на NTFS это невозможно?

P.S.:Почему именно это интересует, — на FAT, такая оптимизация очень сильно ускоряла поиск по именам файлов/папок.
Автор: xitsa
Дата сообщения: 05.10.2007 22:05

Цитата:
А как в нем указать, чтобы он папки соптимизировал, или на NTFS это невозможно?

Я его сам только сегодня поставил, потому могу ошибаться, но вроде оптимизировать папки он может как раз только для NTFS
Автор: VovaII
Дата сообщения: 17.10.2007 09:05
xitsa
А под ФАТ, что их отимизировать, — пернес в начало диска и все.

Воспоминания: когда-то, давно-давно, в каком-то(кажись от нортона) дефрагментаторе можно было указать как оптимизировать! Например, можно было указать, что нужно оптимизировать только папки. А еще можно было указать как имена файлов в папке оптимизировать. По алфавиту, по... еще штук 6-7 параметров, и плюс еще по возрастанию/убыванию. Во, времена были. Человеком себя чувствовал. А счас... он что-то оптимизирует, а ты сидишь и молишся чтобы медленне не стало. Прогрес, блин!
Автор: Pitersky
Дата сообщения: 02.11.2007 08:56
JkDefrag v3.27

Цитата:
Changes:
- Changed action "-a 2" into defragment only (no fixup), and moved the "fixup" for "-a 3" to phase 3.
- If the program detects that directories cannot be moved (on FAT disks) then messages about unmovable directories are suppressed in the status report.
- Added code to the screensaver that instructs Windows not to go into power saver mode while the program is running.
- Changed the percentage progress counter for "fixup".
- The program will now always exit with return code zero (success), instead of 1 (error).
- Bugfix for infinite loop in the "-a 5" action (force together).
- Removed the extraneous "already has a list of fragments" error message in the logfile.
- Added the special exception to ignore the DriveCrypt "?:\\BootAuth?.sys" files to the NTFS scanner.
- Bugfix for a memory leak in the NTFS scanner.
- Bugfix in the status report for the number of fragmented files.

Download JkDefrag v3.27 (405kb) for Windows 2000/2003/XP/Vista
Download JkDefrag64 v3.27 (395kb) for Windows X64
Download JkDefrag v3.27 sources (324kb) for Microsoft Visual C++ 2005
Автор: Pitersky
Дата сообщения: 03.11.2007 09:00
JkDefrag v3.28

Цитата:
Changes:
- Restored the manifest file. I did not notice that the compiler had overwritten the manifest file, causing JkDefrag not to start on Windows XP.

Download JkDefrag v3.28 (405kb) for Windows 2000/2003/XP/Vista
Download JkDefrag64 v3.28 (395kb) for Windows X64
Download JkDefrag v3.28 sources (324kb) for Microsoft Visual C++ 2005
Автор: stupid_user
Дата сообщения: 04.11.2007 09:33
Сегодня обнаружил этот дефрагментатор. Удалил предыдущий громоздкий комбайн. Вот сделал список основных ключей

-a N Выбираем стратегию оптимизации, где N тип стратегии (по умолчанию 3):
1 = Только проанализировать.
2 = Проанализировать и дефрагментировать, не выполнять оптимизицию.
3 = Проанализировать, дефрагментировать и выполнить быструю оптимизицию (по умолчанию).
5 = Проанализировать и сместить в начало диска.
6 = Проанализировать и сместить в конец диска.
7 = Проанализировать и отсортировать файлы по имени (папки + файлы).
8 = Проанализировать и отсортировать файлы по размеру (наименьший в начале).
9 = Проанализировать и отсортировать файлы по дате последнего доступа (с поздней датой в начале).
10 = Проанализировать и отсортировать файлы по дате последнего изменения (с ранней датой в начале).
11 = Проанализировать и отсортировать файлы по дате создания (с ранней датой в начале).

-e "маска" Файлы и/или папки, которые соответсвуют маске не будут дефрагментированы и перемещены. Можно использовать '*' и '?'. Если маска указывает на место, то она должна быть заключена в двойные кавычки. Пример: JkDefrag -e *.avi -e *.zip -e *.log или JkDefrag -e D:\MySQL\Data\*

-u "маска" Файлы, которые соответсвуют маске будут перемещены в зону SpaceHogs. Остальное аналогично ключу -e

-s N Ограничить скорость от максимальной в процетах (1..100), где N кол-во процентов. По умолчанию 100.

-l "имя_файла" Указывает имя log файла. "" чтобы отключить его.

-q Автоматически закрыть программу после завершения работы.

пункты Указываем диски или папки/файлы которые нужно дефрагментировать. Можно использовать маску. Например: JkDefrag.exe D: или JkDefrag.exe D:\MySQL\Data\*
Автор: Pitersky
Дата сообщения: 16.11.2007 10:51
JkDefrag v3.29

Цитата:
Changes:
- Total rewrite of the "-a 7"..."-a 11" sorted optimizations.
- Total rewrite of the code that calculates the begin of the zones.
- Excluded files are no longer listed in the "These items could not be moved" report.
- Bugfix in the Windows version for very long filenames.
- Added exception to ignore the Symantec GoBack configuration files.
- Added protection against defragging hybernated disks.
- Added to the list of build-in spacehogs:
?:\\windows.old\\*
*.dvr-ms
*.wmv

Download JkDefrag v3.29 (412kb) for Windows 2000/2003/XP/Vista
Download JkDefrag64 v3.29 (400kb) for X64 versions of Windows 2003/XP/Vista
Download JkDefrag v3.29 sources (343kb) for Microsoft Visual C++ 2005
Автор: Pitersky
Дата сообщения: 30.11.2007 20:38
JkDefrag v3.30 (November 30, 2007)

Цитата:
Changes:
- FAT disks are now analysed by directly reading the FAT from disk. This is a lot faster, and finds more system files.
- Changes to the graphics routines in the Windows and screensaver versions. The screen is now updated faster and more efficiently.
- Added the "average begin-end distance" statistic to the report.
- The commandline is now scanned for the "-l" logfile option before anything is written to the logfile.
- Changed the progress counter for the Fixup phase.
- Added a second fixup phase after optimizing "-a 3" to catch files that could not be moved the first time.
- Bugfix for automatic processing of volumes that are mounted on a directory instead of a drive letter.

JkDefrag-3.30.zip - Windows 2000/2003/XP/Vista (463kb)
JkDefrag64-3.30.zip - X64 versions of Windows 2003/XP/Vista (453kb)
JkDefrag-src-3.30.zip - sources for Microsoft Visual C++ 2005 (397kb)
Автор: Pitersky
Дата сообщения: 02.12.2007 10:18
JkDefrag v3.31 (December 2, 2007)

Цитата:
Changes:
- Fixed a problem in the Windows version, it now redraws the diskmap when the
user changes the size of the window.
- Added special cases to the exclude masks to recognise a drive letter
without an asterisk, for example "c", "c:", or "c:\".

JkDefrag-3.31.zip - Windows 2000/2003/XP/Vista (465kb)
JkDefrag64-3.31.zip - X64 versions of Windows 2003/XP/Vista (455kb)
JkDefrag-src-3.31.zip - sources for Microsoft Visual C++ 2005 (398kb)
Автор: Pitersky
Дата сообщения: 04.12.2007 07:36
JkDefrag v3.32 (December 3, 2007)

Цитата:
Changes:
- Fixed a bug in the FAT scanner that caused the program to crash on volume
names shorter than 9 characters.
- Simplified the rules that automatically change the mask that selects which
disk/folders/files must be processed. It now simple prepends and appends an
asterisk if there is no asterisk yet.
- Some small changes in the graphics code.
- Fixed a bug in the commandline version that showed zone numbers 0...2,
instead of 1...3.

JkDefrag-3.32.zip - Windows 2000/2003/XP/Vista (465kb)
JkDefrag64-3.32.zip - X64 versions of Windows 2003/XP/Vista (455kb)
JkDefrag-src-3.32.zip - sources for Microsoft Visual C++ 2005 (398kb)
Автор: Pitersky
Дата сообщения: 23.12.2007 21:18
JkDefrag v3.33 (December 23, 2007)

Цитата:
Changes:
- Fixed a bug in the Windows version that for some users caused the display of
the diskmap to get stuck.
- Fixed a bug in the forced-fill optimization that caused the program to skip
fragments that were left by filling a gap with a part of the fragment.
- If the volumename of a disk cannot be determined then the program will now
fallback to using the mountpoint of a volume to open a handle.
- If the user specifies a short input mask without a wildcard, for example "C:"
or "C:\", then the input mask is rewritten as "C:\*".
- Fixed a bug where the special "DisableDefaults" spacehogs mask only disabled
the masks, but not the "Files bigger than 50 megabytes"" and "Files not
accessed in the last month" criteria.
- Bundled some language-specific SpaceHogs masks into
"?:\\*\\Installshield Installation Information\\*".
- Moved the "Volume ID" message for FAT disks from debug level zero to 6.

JkDefrag-3.33.zip - Download for Windows 2000/2003/XP/Vista (465kb)
JkDefrag64-3.33.zip - Download for X64 versions of Windows 2003/XP/Vista (455kb)
JkDefrag-src-3.33.zip - Download sources for Microsoft Visual C++ 2005 (398kb)
Автор: Chis1
Дата сообщения: 05.01.2008 14:01
Подскажите, как лучше настроить программу для оптимизации системного диска под максимальное быстродействие?
Какой режим выбрать? Какие файлы, куда?
Может где есть готовые рекомендации?
Кто юзал- поделитесь опытом!
Спасибо.
Автор: mao_2004
Дата сообщения: 01.02.2008 15:59
JkDefrag v3.34 Release date: February 1, 2008
_http://www.kessels.com/JkDefrag/JkDefrag-3.34.zip
_http://www.kessels.com/JkDefrag/JkDefrag64-3.34.zip

Changes:
- Re-fixed the "DisableDefaults" bug.
- Partial undo of the change that uses the mountpoint of a volume. It was causing
problems during the automatic scanning for disks to be defragmented.
- Pushed the "Zone calculation" messages down to debug level 4.
- Fixed the VisualC example project.
Автор: Vini37
Дата сообщения: 21.05.2008 14:41
Привет всем!
Такая проблема: после переустановки Windows скринсейвер перестал запускаться. Обновился до версии 3.34 - не помогло. В чём может быть проблема? Чего ему не хватает? А то уж очень полезная вещица эта заставочка. Помогите!
Автор: Pitersky
Дата сообщения: 21.05.2008 15:15
Vini37

Цитата:
скринсейвер перестал запускаться

Что значит "перестал запускаться"?
Ты его запускаешь, а он - что?
Автор: Vini37
Дата сообщения: 21.05.2008 17:37

Цитата:
Что значит "перестал запускаться"?
Ты его запускаешь, а он - что?

Если я устанавливаю в качестве скринсейвера JkDefragScreenSaver, то он просто не запускается. Проходит заданное время, через которое должен запускаться скринсейвер, и ничего не происходит - он не запускается. Другие запускаются.
Автор: Pitersky
Дата сообщения: 21.05.2008 17:58
Vini37
В настройкай есть опция отказа от запуска если с момента последней дефрагментации прошло меньше чем N часов.
Автор: Vini37
Дата сообщения: 21.05.2008 19:02

Цитата:
В настройкай есть опция отказа от запуска если с момента последней дефрагментации прошло меньше чем N часов

Даже после прошествия Х часов не запускается.
В настройках ещё есть альтернативная заставка, которая должна запускать после проведения дефрагментации или если не прошло Х часов с момента последней дефрагментации - она не запускается.
Раньше если заходил в Свойства экрана - заставка - Параметры, появлялись параметры выбранной заставки (JkDefragScreenSaver), сейчас и такого нету - компьютер немного "подумает"(курсор с часами) и НИЧЕГО.

Страницы: 12345678910

Предыдущая тема: ПОДСКАЖИТЕ ПОЖАЛУЙСТА


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.