Do I have to de-fragment my ext3 and FAT32 filesystems on Linux? And if yes how?

link|improve this question

44% accept rate
did my answer answer your question? – soandos Aug 17 '11 at 16:09
feedback

1 Answer

up vote 8 down vote accepted

Yes to FAT32, no to ext3. See here for tools that can do it.

link|improve this answer
1  
ext3 does fragment (All rewritable filesystems do), but ext3 is much better at avoiding high fragmentation levels than FAT32, so chances are you'll never hit a noticeable performance penalty anyway. – TuxRug Jun 12 '11 at 22:23
1  
@TuxRug Unless, of course, you eat up around 90%+ of your disk. But you have bigger problems at that point... – new123456 Jun 12 '11 at 22:36
@oneat, marking this as the answer would be appreciated. – soandos Aug 7 '11 at 6:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.