The largest contiguous amount of disk space allocated by the file system. Files larger than the file system's block size may be broken into smaller fragments when they are stored, with sections of the file being stored in different locations across the disk. This is known as fragmentation and, in some cases when taken to an extreme, can severely limit system performance.
The file system's block size is often different from the hard disk's physical block size.
See also fragmentation.