Intro Download and install Frequently Asked Questions Tips and tricks

Homepage







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

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: move a portion of reserved zone to MFT , can i do it?  (Read 1130 times)
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #15 on: December 05, 2011, 06:55:12 pm »

Ah, I understand now. I doubt that a different defragmenter can do this. Most of them will just move all files down to the fast part of the disk. You have to exclude these files somehow.

MyDefrag has a FileLocation file boolean which could be what you're looking for:
Code:
  // Do not move files that are located in the last 20% of the volume
  ExcludeFiles( FileLocation(EntireFile, VolumeSize * 0.8 / BytesPerCluster, 0) )

You can place that in the Settings.MyD file and MyDefrag will never touch files at the end of a volume.
Logged

Need help creating a script? Try MyDefrag Script Creator.
drugo
JkDefrag Hero
*****
Posts: 105


View Profile
« Reply #16 on: December 06, 2011, 08:01:16 am »

Ah, I understand now. I doubt that a different defragmenter can do this. Most of them will just move all files down to the fast part of the disk. You have to exclude these files somehow.

MyDefrag has a FileLocation file boolean which could be what you're looking for:
Code:
  // Do not move files that are located in the last 20% of the volume
  ExcludeFiles( FileLocation(EntireFile, VolumeSize * 0.8 / BytesPerCluster, 0) )

You can place that in the Settings.MyD file and MyDefrag will never touch files at the end of a volume.

thanks cool
the only disadvantage is that the files located in the last 20% of the volume will not be defragged ,will them ?

the connection between 20% and 0.8 is documented
the 30% should be 0.7
41% should 0.69 ? right

thanks darlis
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #17 on: December 06, 2011, 08:21:40 am »

the only disadvantage is that the files located in the last 20% of the volume will not be defragged ,will them ?
Yes, MyDefrag will completely ignore them.

the connection between 20% and 0.8 is documented
the 30% should be 0.7
41% should 0.69 ? right
41% is 0.59, it's just simple mathematics.
Logged

Need help creating a script? Try MyDefrag Script Creator.
Pages: 1 [2]
  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!