Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: [News] Linux Filesystems Do Not Suffer Fragmentation. Here's Why.


"Roy Schestowitz" <newsgroups@xxxxxxxxxxxxxxx> wrote in message news:7471666.eJY3XFx0ak@xxxxxxxxxxxxxxxxxx
Why doesn't Linux need defragmenting?

,----[ Quote ]
| Rather than simply stumble through lots of dry technical explanations,
| I'm opting to consider that an ASCII picture is worth a thousand words.
`----

http://geekblog.oneandoneis2.org/index.php/2006/08/17/why_doesn_t_linux_need_defragmenting

The way the blog phrases it, it sounds like there's nothing inherent in FAT versus ext2 that would promote or reduce fragmentation; rather, it all has to do with the free-space allocation algorithm.


<quote>
Windows tries to put all files as close to the start of the hard drive as it can, thus it constantly fragments files when they grow larger and there's no free space available.


Linux scatters files all over the disk so there's plenty of free space if the file's size changes. It also re-arranges files on-the-fly, since it has plenty of empty space to shuffle around.
</quote>


I'm actually interested in a more detailed analysis, as I have the feeling the author skimmed over a lot of details, and this is a topic I don't have a strong background in.

- Oliver


[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index