Site icon EfmSoft

What does errno 70 (ESTALE) mean?

 
Could be also:
ConstantTypeOS
ERROR_SHARING_PAUSEDWin32 errorWindows
ECOMMerrnoLinux
ECOMMerrnoSolaris
DEREF_UNKNOWN_LOGON_SESSIONBugCheck CodeWindows
Previous Next
ECOMM ECOMM

ESTALE

ESTALE is Darwin’s NFS-specific errno. It concerns an opaque file handle that used to identify an object on the server but can no longer be used. This is different from a fresh pathname lookup that simply cannot find a name: the client already has a handle, and the server says that handle is no longer valid for the object or file system it once represented.

NFSv4 requires a server to return NFS4ERR_STALE when a persistent file handle refers to a deleted object. A handle can also become stale when the containing file system is no longer available, for example after an unmount, removal of backing media, or a namespace change on the server. The Darwin code identifies this class of NFS state problem; it does not, by itself, say that a local directory, ACL, or DNS name is wrong.

Useful evidence

Do not collapse these cases

References


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

Exit mobile version