5

Possible Duplicate:
Why is defragmentation unnecessary?

Does the filesystem in ubuntu need to be defragment like the Windows??

2 Answers2

9

No Defragmenation is necessary for Ubuntu. Check out an earlier discussion Why is defragmentation unnecessary?

Chethan S.
  • 2,864
3

The simple answer is that you don't need to defrag a Linux box.

belacqua
  • 23,120
  • Not sure why this got a down-vote.... – belacqua Apr 08 '11 at 04:37
  • 4
    @jgbelacqua Maybe a windows user? – Reuben Swartz Apr 08 '11 at 11:55
  • 2
    Most Linux file systems make it less likely for your files to become severely fragmented, but I can attest to the fact that fragmentation does occur. I could notice that with a very large Virtual Box disk, for which I have created many snapshots over the time. –  Sep 17 '12 at 13:21
  • 2
    Also, to be more specific and helpful, e4defrag seems to work OK for ext4 file systems. The assertion that Linux does not need defragmenting seems to keep popping up even though even intuitively one could realize it's patently false. –  Sep 17 '12 at 13:38