Space used MBytes | % Waste | Organization |
775.2 | 0.0 | Data only, no separation between files |
807.8 | 4.2 | Data only, each file starts on 512-byte boundary |
828.7 | 6.9 | Data + inodes, 512-byte block UNIX file system |
866.5 | 11.8 | Data + inodes, 1024-byte block UNIX file system |
948.5 | 22.4 | Data + inodes, 2048-byte block UNIX file system |
1128.3 | 45.6 | Data + inodes, 4096-byte block UNIX file system |
Files measured to calculate the above data were taken from a an active filesystem with 920 MB of formatted space. Wasted space is the percentage of space in active blocks on the disk not containing any user data.
Why?
What disk operations will benefit from such a strategy?
Can you think of any properties of the Unix file system that make this goal impossible?
The cylinder group chosen for new blocks is chosen from those having a larger than average number of free blocks.