以下错误信息是从linux内核中提取,并使用baidu翻译得出中文含义,在后半部分英文部分,是内核标记错误的原文。新内核中未能提取到,不过差异不会很大。
linux错误号及对应的意义
error.00是:成功
error.01是:不允许操作
error.02是:没有这样的文件或目录
error.03是:没有这样的过程
error.04:中断的系统调用
error.05是:输入/输出错误
error.06是:没有这样的设备或地址
error.07是:列表太长
error.08是:执行格式错误
error.09:坏的文件描述符
error.10是:没有子进程
error.11是:资源暂时不可用
error.12是:无法分配内存
error.13是:拒绝许可
error.14是:错误的地址
error.15是块设备请求
error.16是:设备或资源忙
error.17是:文件存在
error.18是无效的交叉链接
error.19是:没有这样的设备
error.20是:不是一个目录
error.21:是一个目录
error.22是无效的参数
error.23是:打开太多的文件系统 error.24是:打开的文件太多
error.25是:不适当的ioctl
error.26:文本文件忙
error.27是:文件太大
error.28是:在设备上没有空间
error.29是:非法谋取
error.30是只读文件系统
error.31是:太多的链接
error.32是:断管
error.33:数值参数的域名
error.34:数值结果超出范围
error.35是:资源死锁避免
error.36是:文件名太长
error.37是:没有可用锁
error.38是:功能没有实现
error.39:目录不空
error.40:符号链接层次太多
error.41是:未知错误41
error.42是:没有期望类型的消息
error.43:标识符删除
error.44:频道数目超出范围
error.45是:2级不同步
error.46是:3级中断
error.47是:3级复位
error.48:链接数超出范围
error.49:协议驱动程序没有连接
error.50是:没有可用之结构
error.51是:2级中断 error.52是无效的交换
error.53是:请求描述符无效
error.54是:交换全
error.55是:没有阳极
error.56是无效的请求的代码
error.57是无效的槽
error.58是:未知错误58
error.59是:错误的字体文件格式
error.60是:设备不流
error.61是:无可用数据
error.62:计时器过期
error.63是:出流资源
error.64是:机上的不是网
error.65是:没有安装软件包
error.66是:对象是远程的
error.67是:联系被切断
error.68是:广告的错误
error.69是:srmount误差
error.70是:发送时的通讯错误
error.71:协议错误
error.72企图是:跳
error.73:范畴专题具体的错误
error.74是坏消息
error.75:值太大,定义数据类型
error.76是:名不是唯一的网络
error.77是:文件描述符在坏状态
error.78:远程地址改变了
error.79是:无法访问必要的共享库 error.80是:访问损坏的共享库
error.81:库段. out损坏。
error.82是:试图链接太多的共享库
error.83是:不能直接执行一个共享库
error.84是无效的或不完整的多字节或宽字符
error.85是:应该重新启动中断的系统调用
error.86:流管误差
error.87是:用户太多
error.88套接字操作是:非套接字上
error.89是:需要目标地址
error.90是:消息太长
error.91:协议类型错误的插座
error.92:协议不可用
error.93是:不支持的协议
error.94:套接字类型不受支持
error.95是:不支持的操作
error.96是:不支持的协议族
error.97:协议不支持的地址
error.98:地址已在使用
error.99是:无法分配请求的地址
error.100是:网络瘫痪
error.101是:网络不可达
error.102是:网络连接丢失
error.103是:软件导致连接中断
error.104是:连接被重置
error.105是:没有可用的缓冲空间
error.106是:传输端点已经连接
error.107是:运输终点没有连接 error.108是:无法发送后运输终点关机
error.109是:太多的参考文献:不能接
error.110是:连接超时
error.111是:拒绝连接
error.112是:主机已关闭
error.113是:没有主机的路由
error.114:进程已运行
error.115是:正在进行操作
error.116:陈旧的文件句柄
error.117是:结构需要清洗
error.118是:不是一个开发者指定类型的文件
error.119是:开发者提供无信号
error.120:是一个命名的文件类型
error.121:远程输入/输出错误
error.122是:超出磁盘配额
error.123是:没有中发现
error.124是:错误的媒体类型
error.125是:取消操作
error.126是:所需的关键不可用
error.127:关键已过期
error.128:关键是被撤销
error.129:关键是拒绝服务
error.130是:人死了
error.131是:国家赔偿
error.132是:未知错误132
132-255全是未知错误 英文对照
error.00 is: Success
error.01 is: Operation not permitted
error.02 is: No such file or directory
error.03 is: No such process
error.04 is: Interrupted system call
error.05 is: Input/output error
error.06 is: No such device or address
error.07 is: Argument list too long
error.08 is: Exec format error
error.09 is: Bad file descriptor
error.10 is: No child processes
error.11 is: Resource temporarily unavailable
error.12 is: Cannot allocate memory
error.13 is: Permission denied
error.14 is: Bad address
error.15 is: Block device required
error.16 is: Device or resource busy
error.17 is: File exists
error.18 is: Invalid cross-device link
error.19 is: No such device
error.20 is: Not a directory
error.21 is: Is a directory
error.22 is: Invalid argument
error.23 is: Too many open files in system
error.24 is: Too many open files
error.25 is: Inappropriate ioctl for device
error.26 is: Text file busy
error.27 is: File too large
error.28 is: No space left on device
error.29 is: Illegal seek
error.30 is: Read-only file system
error.31 is: Too many links
error.32 is: Broken pipe
error.33 is: Numerical argument out of domain
error.34 is: Numerical result out of range
error.35 is: Resource deadlock avoided
error.36 is: File name too long
error.37 is: No locks available
error.38 is: Function not implemented
error.39 is: Directory not empty
error.40 is: Too many levels of symbolic links