Intro Download and install Frequently Asked Questions Tips and tricks

Homepage







© J.C. Kessels 2009
MyDefrag Forum
June 19, 2013, 12:05:20 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: 4.0b2: How slow is slow? (only 10% after > 24hrs...)  (Read 2753 times)
XIII
JkDefrag Supporter
***
Posts: 10



View Profile
« on: April 01, 2009, 12:22:51 pm »

Hello,

I'm new here... Have been a happy JkDefrag user for quite some time and discovered MyDefrag yesterday. Downloaded 4.0 beta 2 and started the slow profile more than 24 hours ago and it still is only at 10% of the first partition on my drive!

How slow is slow?

Technical details: MyDefrag is defragmenting the first primary partition of my 640GB Samsung HD642JJ SATA2 drive. This is the first partition on the drive, NTFS, 32GB (of which about 50% is actually used and kept in to shape with JkDefrag), running Windows XP (SP3, fully up-to-date).

Is it normal to be this slow, or is there something wrong here? (doing the same on the remaining 600+ GB will take "forever" like this...)
Logged

We are one, but we are not the same... Talk to each other!
XIII
JkDefrag Supporter
***
Posts: 10



View Profile
« Reply #1 on: April 01, 2009, 01:04:29 pm »

Update: just noticed beta 3. Stopped beta 2 and ran beta 3. This one finished the C: drive within a few minutes...

Update 2: it finished the entire drive rather fast, but a second run with "Fast update" is very slow again!
« Last Edit: April 01, 2009, 01:14:04 pm by XIII » Logged

We are one, but we are not the same... Talk to each other!
HolyMan
JkDefrag Hero
*****
Posts: 166


View Profile
« Reply #2 on: April 01, 2009, 02:50:45 pm »

MyDefrag works with scripts. The scripts you used are samples that you can adapt yourself.
Just open the *.myd files in the "C:\Program Files\MyDefrag v4.0b3\Scripts" directory with an editor (like notepad) and adapt them. Use help for further instruction
It looks like slowoptimize put all files on the begin of your disk in a certain order. If your files were shattered all over the disk this will probably mean write to empty space in most cases, which is relatively fast.
Fastoptimize is supposed to be faster, but because there is no space left between categories of files, there will be some swapping to make it happen. And that makes it slower.
Directories are in the front of the disk. A change in 1 would cause a chainreaction of swapping. And that takes time.

Logged
XIII
JkDefrag Supporter
***
Posts: 10



View Profile
« Reply #3 on: April 01, 2009, 03:14:22 pm »

Maybe I read it wrong, but I thought "Fast update" was the one to use after a "Slow optimize"?
Logged

We are one, but we are not the same... Talk to each other!
CLRS530
JkDefrag Supporter
***
Posts: 11


View Profile
« Reply #4 on: April 01, 2009, 03:56:00 pm »

Yeah this was a useless post.
There absolutly is a bug in slow optimize.
It was far to fast also in my run.

EDIT:
After a second look it's maybe ok because it's my windows partition and I ran a slow optimize some days ago and there aren't many changes. But I thought slow optimize still would need a long time.
« Last Edit: April 01, 2009, 04:00:52 pm by CLRS530 » Logged
HolyMan
JkDefrag Hero
*****
Posts: 166


View Profile
« Reply #5 on: April 01, 2009, 04:24:07 pm »

There absolutly is a bug in slow optimize.
It was far to fast also in my run.
Just open the files in notepad and see for yourself. The basic sequence for slowoptimize, fastoptimize and fastupdate is very similar. The differences are in the way files are placed in their sector. For instance:

Slowoptimize:
Code:
  FileSelect
    Directory(yes)
  FileActions
    SortByName(Ascending)
  FileEnd

Fastoptimize
Code:
  FileSelect
    Directory(yes)
  FileActions
    Defragment()
    FastFill()
  FileEnd

Fastupdate
Code:
  FileSelect
    Directory(yes)
  FileActions
    FastFill()
  FileEnd

Obviously, Fastfill() alone will be quicker than Defragment() and Fastfill() together.
Sortbyname() is supposed to be slower than fastfill.
That is because it places the files in the group in a certain order, replacing other files already there.
However my experience is that moving files to an empty diskspace with Sortbyname() is just as quick as Fastfill(), obviously because no other files have to be moved for it.
In fact, in that case Defragment() and Fastfill() together will be a lot slower than Sortbyname() alone, because they require 2 filemoves for fragmented files, where Sortbyname() only requires 1.
« Last Edit: April 01, 2009, 04:33:19 pm by HolyMan » Logged
HolyMan
JkDefrag Hero
*****
Posts: 166


View Profile
« Reply #6 on: April 01, 2009, 04:28:15 pm »

By the way. After install of 4.0b3 I noticed that some shortcuts in the menu still pointed to 4.0b2 scripts. Those scripts are slightly different from the new ones. Maybe that caused extra problems.
Logged
XIII
JkDefrag Supporter
***
Posts: 10



View Profile
« Reply #7 on: April 01, 2009, 08:42:06 pm »

Any indication on "normal" times?
Logged

We are one, but we are not the same... Talk to each other!
poutnik
JkDefrag Hero
*****
Posts: 1106


View Profile
« Reply #8 on: April 01, 2009, 08:59:06 pm »

What time gives you usage of JKDefrag 3.36 with similar operation ?
( -a 3 compared to FastOptimize or -a 7 (names) compared to SlowOptimize (if names) )
Logged

It can be fast, good or easy. You can pick just 2 of them....
Treating Spacehog zone by the same effort as Boot zone is like cleaning a garden by the same effort as a living room.
XIII
JkDefrag Supporter
***
Posts: 10



View Profile
« Reply #9 on: April 02, 2009, 08:00:32 am »

I've only run JkDefrag without parameters I'm afraid... Embarrassed
Logged

We are one, but we are not the same... Talk to each other!
jeroen
Administrator
JkDefrag Hero
*****
Posts: 7156



View Profile WWW
« Reply #10 on: April 02, 2009, 11:07:00 am »

How slow is slow?
That's impossible to answer. But 10% after 24 hours is slow, yes. For a bit more information see the What speed can I expect? question in the frequently asked questions.

Was the program still doing things, did you see files being moved? It's a beta and it's possible that the program got stuck. Do you have a virus scanner? Try turning it off. Virus scanners check all disk activity, making defragmentation and optimization very slow.
Logged
XIII
JkDefrag Supporter
***
Posts: 10



View Profile
« Reply #11 on: April 04, 2009, 11:26:11 am »

The program was still doing things and a virusscanner (NOD32 v4) was running...

I'll disconnect from the internet, close as many programs as possible, and try again.
Logged

We are one, but we are not the same... Talk to each other!
XIII
JkDefrag Supporter
***
Posts: 10



View Profile
« Reply #12 on: April 04, 2009, 12:21:39 pm »

Wow: now the entire drive (not just that 32GB partition) is finished within 1 hour! (slow optimize)
Logged

We are one, but we are not the same... Talk to each other!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!