Content deleted Content added
→Space management: Fixed typo, Fixed grammar Tags: Mobile edit Mobile app edit |
m Reverted 1 edit by 113.210.134.99 (talk) to last revision by Intgr. (TW) |
||
Line 15:
''Note: this only applies to file systems used in storage devices.''
File systems allocate space in a granular manner, usually multiple physical units on the device. The file system is responsible for organizing
This results in unused space when a file is not an exact multiple of the allocation unit, sometimes referred to as ''slack space''. For a 512-byte allocation, the average unused space is 256 bytes. For 64 KB clusters, the average unused space is 32 KB. The size of the allocation unit is chosen when the file system is created. Choosing the allocation size based on the average size of the files expected to be in the file system can minimize the amount of unusable space. Frequently the default allocation may provide reasonable usage. Choosing an allocation size that is too small results in excessive overhead if the file system will contain mostly very large files.
|