Top Comments
All Comments (14)
-
you dont need to defrag macs?
-
I wonder why 'Repair Permissions' speeds things up. Is it just a placebo?
-
@daveRobinsonUK1 OS X does automatically defrags certain types of files. When OS X accesses a file it tests if:
the file is smaller than 20MB
the file is not already busy
the file is not read-only
the file has more than 8 extents ('fragments')
If ALL these conditions are satisfied, the file is defragmented on the fly.
-
please!!! STFU and cut to the case!
-
UNIX systems like OSX on the other hand place files in random locations within the volume so when the file increases in size there is room for this on either side and no need to break the file blocks up.
Its also possible that you a defrag program could reduce system performance by changing the location of frequently used system file.
If you have a performance issue, the best advice with UNIX is to backup your work and then low level format the drive and reinstall the system.
-
yea it does autodefrag
-
that did not help me in anyway whatsoever...
shut the f**k up and get on with it idiots!
mauricejbarry 1 year ago 6
Actually I think you'll find that it doesn't need to, the same as all UNIX systems do not need to.
The reason for this is the way in which the file system operates. In a FAT based format the files are placed as close to the beginning of the volume as possible to enable quick retrieval. However, when the file size increases, the file is fragmented and these fragments are placed again as close to the beginning of the volume as possible, though this is never directly after the original file block
daveRobinsonUK1 1 year ago 2