Site icon EfmSoft

What does errno 31 (EMLINK) mean?

 
Could be also:
ConstantTypeOS
ERROR_GEN_FAILUREWin32 errorWindows
KERN_DEFAULT_SETKern returnMac
ippStsSmallerCodebookIntel Ipp StatusAny
SHARED_RESOURCE_CONV_ERRORBugCheck CodeWindows
Previous Next
EROFS EPIPE

EMLINK

Hard links, not symbolic links

EMLINK concerns the number of hard links: directory entries that refer directly to the same inode. It does not mean that a symbolic-link chain was too deep; that condition is reported as ELOOP. The affected object can be a file with too many retained names, or a directory whose link count reaches a filesystem limit as subdirectories are created or moved.

Link-count ceilings vary by filesystem and implementation. Workloads that use hard links as a versioning, deduplication, backup, or deployment mechanism can reach the limit long after the original design looked harmless. Renames can also encounter the condition because they modify directory entries and, for directories, link counts.

How to handle it

References


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

Exit mobile version