| Previous | Next |
| EADV | ECOMM |
ESRMNT
ESRMNT is a historical “Srmount error” value from older remote-file-sharing interfaces. It is retained by Linux as an errno name, but it is not a normal result from contemporary mount(2) troubleshooting paths.
When seen in logs or compatibility code, preserve the layer that translated the remote mount failure. The useful diagnosis is usually in the remote filesystem protocol, helper program, or legacy service, not in the numeric errno alone.
Compare with
ENODEV: filesystem type or device support is missing.ENOLINK: a lower link was severed.ESTALE: a remote file handle is stale.EACCES: access control denied the mount or traversal.
Linux errno(3) · Linux UAPI errno definitions
Looking for a different code? Search another status or error code.