79477039

Date: 2025-03-01 02:40:32
Score: 2
Natty:
Report link

Files on most filesystems are allocated in blocks. If you write to the middle of a block only partway, the entire block is allocated because the filesystem only represents data that way.

So, you have 8192 unallocated bytes, and then a block with some initial zeros filled by the OS.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: zap