-
Notifications
You must be signed in to change notification settings - Fork 2
Minix
shardnit/Disk-defragmenter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
After deletion of old files and generation of new files, the blocks of many files in a file system will often be noncontiguous, that is, the blocks will no longer be adjacent to each other. In MINIX, file system fragmentation can occur easily because of its mechanism for allocating new blocks. Fragmentation can cause performance problems, since reading in a (set of) block(s) of a file means that the disk head has to move to different, possibly nonadjacent, locations on the disk. This project is aimed at writing a simple defragmenter utility for MINIX3.
About
Minix
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published