tRoN
Executive Member
- Joined
- Mar 13, 2007
- Messages
- 7,041
- Reaction score
- 1,221
Throw it against a wall
Didn't work. Any other ideas?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Throw it against a wall
Mac uses a different filesystem, like Linux, and apparently it optimises itself.Didn't work. Any other ideas?
Mac uses a different filesystem, like Linux, and apparently it optimises itself.
ext4 acts in a more intelligent way than merely adding new files into the next available space. Instead of placing multiple files near each other on the hard disk, Linux file systems scatter different files all over the disk, leaving a large amount of free space between them. When a file is edited and needs to grow, there’s usually plenty of free space for the file to grow into. If fragmentation does occur, the file system will attempt to move the files around to reduce fragmentation in normal use, without the need for a defragmentation utility.