Originally posted by: Nothinman
Generally defragging does very little for performance. Most file access isn't anywhere near sequential so the OS ends up doing tons of seeking around the disk whether the files are contiguous or not. For instance, when you run an executable the OS sets up a VM space for that process and maps that executable into that memory space along with any dlls it needs, but none of the files are actually read until they're accessed. So when you finally do get around to running parts of that program they're paged into memory as they're needed in chunks here and there.
You may notice a problem with things like video or audio editing that require a certain level of responsiveness, meaning if the OS can't get parts of the file into memory in under 10ms the app studders or loses A/V sync. For that you would want a dedicated partition, so you can format it before you put those files on it, it's much quicker to do that than to defrag the partition all the time after edits. And you would want a completely seperate drive since you don't want the OS doing other things to affect that partitions responsiveness.
Originally posted by: Nothinman
It would probably be more beneficial to seperate the MP3s, not the apps. Despite all the paging and seeking needed to start an application and supporting dlls it doesn't take long at all for a few reasons (OS read-ahead, some drives even do read-ahead on their own if they have a lot of cache to save seeks) so the app will probably be fully in memory after less than a few seconds. And any MP3 player with using will do atleast a few seconds of buffering so that any lag in reading the MP3s won't cause skips. If you don't have much memory it may get evicted back to disk when there's memory pressure and that can cause problems, but that's a whole other scenario.
It's also better to seperate the data from the OS incase of problems, you don't have to worry about losing your MP3s if you need to format and reinstall if they're on a different drive.
I saw somebody mention another one in the first few posts of this thread.
Originally posted by: dbwillis
I run defrag on Tuesdays and Fridays, it takes Diskeeper about 3 minutes to do on my 120gb drive
