Site icon EfmSoft

What does errno 66 (EREMOTE) mean?

 
Could be also:
ConstantTypeOS
ERROR_BAD_DEV_TYPEWin32 errorWindows
ENOTEMPTYerrnoMac
EREMOTEerrnoSolaris
ATDISK_DRIVER_INTERNALBugCheck CodeWindows
Previous Next
ENOPKG ENOTEMPTY

EREMOTE

EREMOTE is a legacy errno for “Object is remote”. It is useful when code needs to distinguish a local VFS object from an object managed by a remote or distributed layer. It is not the same as EREMOTEIO, which reports a remote I/O failure.

In Linux, treat this as evidence about object locality or a compatibility layer decision. Preserve the mount type, namespace, remote filesystem, automounter state, and operation that attempted to use the object as if it were local.

Distinguish from

Linux errno(3) · Linux UAPI errno definitions


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

Exit mobile version