Site icon EfmSoft

What does errno 28 (ENOSPC) mean?

 
Could be also:
ConstantTypeOS
ERROR_OUT_OF_PAPERWin32 errorWindows
KERN_INVALID_POLICYKern returnMac
ippStsAffineQuadChangedIntel Ipp StatusAny
PFN_REFERENCE_COUNTBugCheck CodeWindows
Previous Next
EFBIG ESPIPE

ENOSPC

Why available disk space is not the whole story

ENOSPC reports that the target filesystem cannot allocate a resource needed by the operation. That can be ordinary data blocks, but it can also be an inode, directory metadata, journal space, or a reservation required to create or extend a file. A host can therefore show free bytes while a small-file workload still fails because the inode pool or filesystem metadata is exhausted.

Do not confuse this result with a user or project quota failure, which is normally reported as EDQUOT. The failed pathname must also be checked against the actual mount used by the application: containers, bind mounts, temporary directories, and separate log volumes can make the visible root filesystem irrelevant.

Useful checks

References


Looking for a different code? Search another status or error code.

Exit mobile version