The way that the ext2/ext3 (default) filesystems organise themselves, fragmentation is kept to a minimum. Usually fragmentation only occurs in these filesystems between 'files' that are of a size that is not perfectly divisible by the block size... it is not something that really needs to be worried about. There are threads floating around that go into greater depth on the hows and why of fragmentation, but for this thread, I'll leave it as for all intents and purposes, in general use, the Linux filesystems (ext2/ext3) do not become appreciably fragmented, so there is no real need to defrag your filesystems.
|