Por que o MyDefrag demora tanto para o Fast Optimize?

2

De recomendações em outras questões sobre desfragmentadores, decidi experimentar o MyDefrag. No entanto, estou achando que o script Fast Optimize está sendo executado muito lentamente, especificamente, parece demorar muito tempo sobre "Recuperando áreas reservadas do NTFS" - e a interface indica que isso está relacionado a um dos meus arquivos vhd do Virtual PC.

Por muito tempo, quero dizer que tem 0,0659% após cerca de 5 horas de corrida. Isso é normal, ou há algo que eu possa fazer para melhorar isso?

EDIT: Eu tentei algumas das sugestões postadas por Ivo sem sucesso. Em seguida, movi o arquivo VHD que estava preso no disco e agora ele está sendo executado muito mais rápido. Para compará-lo, passou pela fase 1 em cerca de 10 minutos, em comparação com 5 horas para chegar a menos de 0,1% da fase 1

O que ainda me faz perguntar por que um arquivo VHD estava em uma "área reservada do NTFS", conforme reservado, significa que os arquivos do usuário não deveriam estar lá.

    
por Sliff 22.07.2009 / 16:30

3 respostas

1

Parecia ser o arquivo vhd que estava causando o problema, depois de movê-lo, executar uma desfragmentação e devolvê-lo, todos os defrags subsequentes não tiveram problemas.

    
por 13.10.2009 / 10:55
1

Talvez tente a versão mais antiga JKDefrag e veja como isso acontece?

Ou então, há algum aplicativo em execução que possa interferir na desfragmentação?

Não é uma solução real, mas minha sugestão seria apenas deixá-lo rodar durante a noite ou como protetor de tela. Dê tempo e conserte (o que puder) eventualmente.

A partir do FAQ do MYDefrag:

The FastOptimize and FastUpdate scripts will try to perfectly fill gaps with files from above the gap, but if MyDefrag cannot find a perfect fitting combination of files then a (smaller) gap will be left unfilled. The SlowOptimize script will produce cleaner results, but will take more time to finish.

There are many files that cannot be moved while Windows is running, because they are in use by an application, or by a service, or by Windows itself. See the "c:\Program Files\MyDefrag v4.1\MyDefrag.log" file for a list of files that could not be moved. The unmovables can be anywhere on disk and are usually fragmented into microscopically small segments. In other words, the harddisk is not a big block of space where files can be moved at will, but thousands of little blocks bounded by unmovable data. Tip: Certain unmovable Windows files cannot be defragmented, but there are things you can do. For more information see the FAQ Special files

Defragmentation and optimization can take a long time, you will have to be patient. In the top of the window you will see the current MyDefrag activity and normally the program will be moving files at a furious rate, dozens of small files per second. The display is only refreshed once per second though, and big files will take more time, obviously.

  • If your computer becomes unresponsive while running MyDefrag (especially the MyDefrag display) then try the Slowdown setting to make MyDefrag use less resources. Note: It is normal for your computer to be unresponsive while the $MFT is being moved. This is caused by something inside Windows itself, not MyDefrag.
  • Try turning off your virusscanner. Some virusscanners get exited and scan all the files that MyDefrag is moving, even though MyDefrag does not execute or change the files.
  • Try a reboot. Sometimes the Microsoft defragmentation API can become mysteriously slow and take a minute to move even a small file. I don't know why, but usually a reboot helps.
  • Cleanup old stuff from your harddisk. MyDefrag can move files more efficiently if there is plenty of free space available.

It is impossible to predict how much running time a script will take. It depends on things such as the optimization you have selected, the speed of your harddisk, how big the files are, how much data is on the disk, how the files are currently placed, and more. Assuming a harddisk speed of 40 megabytes per second, then reading 100 gigabytes of data will take 100000 / 40 = 2500 seconds (42 minutes). But MyDefrag has to do a lot more than just read the data, it also has to write the data, and update the MFT/FAT. And it may have to move data out of the way before it can place an item were it want's it to be. MyDefrag will do things as efficiently as possible, with as little data movement as possible, but it will take a long time nonetheless. If you are concerned about speed then use the "Fast Optimize" script. It will produce very good results in a minimum amount of time, especially if you use it every day.

Tip: For more information about what the program is doing run it with the "-d 4" commandline parameter, or add a line with "Debug(175)" to your "C:\Program Files\MyDefrag v4.1\Scripts\Settings.MyD" script, and while the program is running look at your "C:\Program Files\MyDefrag v4.1\MyDefrag.debuglog" file.

    
por 22.07.2009 / 16:34
0

Eu recomendo a otimização de desativação para discos virtuais. É simples editar os scripts do MyDefrag para não otimizar os diretórios especificados, por exemplo, onde está o seu disco virtual.

Eu uso o VirtualBox e encontrei problemas para que ele reconhecesse os discos virtuais depois de terem sido otimizados pelo sistema operacional host usando MyDefrag. Eu também li em outro lugar, desculpe, eu não tenho a referência, que a otimização de disco virtual no sistema operacional host não é uma boa idéia. A abordagem recomendada era otimizar o disco virtual no sistema operacional convidado.

    
por 16.03.2012 / 10:45