fileTooLarge

The file is too large.

Errno.swift:292
static var fileTooLarge: Errno { get }

The file exceeds the maximum size allowed by the file system. For example, the maximum size on UFS is about 2.1 gigabytes, and about 9,223 petabytes on HFS-Plus and Apple File System.

The corresponding C error is EFBIG.