EFBIG
EFBIG is an errno value used on Unix-like systems to indicate that a file operation failed because the file would become too large. It is defined in the C standard library headers (such as errno.h) and is returned by kernel calls when a request would extend a file beyond the system, filesystem, or per-process limits.
Causes and scope: EFBIG occurs when an operation would enlarge a file beyond the maximum size supported
Platform notes: While the general meaning is consistent across Unix-like systems, the numeric value of EFBIG
Examples: A program attempting to append data to a file on a 32-bit system where the maximum