Jump to content

f0dder

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by f0dder

  1. It doesn't seem much different, performance-wise, to me than the defragger that ships with XP. It's got some better scheduling options etc, but that's about it. I haven't done any highly objective and quantifiable tests on this though, it's more of a "feeling" thing
  2. Thanks for adding the option, looking forward to a new download! And yeah, there's a lot of overhead on FAT - basically it seems to be as slow as if you manually wrote zeroes to the file until it had the target size, whereas on NTFS it's a few minor FS meta-info manipulations. It's worth noting that, with the "old" method of writing files, you don't need a heavily fragmented filesystem just to get a pretty fragmented file, so it's nice to that you've added support for space reservation. As for defraggers, Nuts & Bolts used to be great in the days of FAT and Win9x, and none of the NTFS defraggers are quite as good. PerfectDisk is the only one that seems to be much of a difference from the one that ships with 2k/XP.
  3. Hey, when using "Mode: build" to create a .iso file, the resulting file is often pretty fragmented. If you, before starting the build, use SetFilePointer to move to the calculated final ISO size, then SetEndOfFile and finally SetFilePointer back to beginning of the file, then file fragmentation will be as small as possible. This is almost zero overhead on NTFS filesystems, but takes quite a while on FAT.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.