系统出错提示(中英对照及对策)
最近一些朋友一见到系统出错提示英文时,是一筹莫展,现介绍一些中英对照及对策,供朋友们在学习中参考。
[英文提示] Abort,Retry, Ignore,fail?
[中 文] 退出,重试,忽略,取消?
[原 因] 不能识别给出的命令、或发生了使命令不能执行的磁盘或设备错误,可能是磁盘损坏或软驱门没关。
[对 策] 按A键
彻底终止,并回到DOS提示符。
按R键
重复执行该命令。
按I键
继续处理,忽略错误,非常冒险,建议不要采用
按F键
[中 文] 退出,重试,忽略,取消?
[原 因] 不能识别给出的命令、或发生了使命令不能执行的磁盘或设备错误,可能是磁盘损坏或软驱门没关。
[对 策] 按A键
彻底终止,并回到DOS提示符。
按R键
重复执行该命令。
按I键
继续处理,忽略错误,非常冒险,建议不要采用
按F键
不执行有问题的命令,继续下述处理。有时会用到。
[英文提示] Access Denied
[中 文] 拒绝存取
[原 因] 试图打开一个标记为只读、存贮在写保护的磁盘上或锁定在网络上的文件。如果在子目录上使用“Type”命令,或在文件上使用“CD(chdir)”命令,也会产生这个信息。
[对 策] 应该用“Attrib”命令删除文件的只读状态或从磁盘中去掉写保护,然后再试试。
[英文提示] Bad Command or file name
[中 文] 错误的命令或文件名
[原 因] 不能识别输入的命令
[对 策] 应该检查以确保输入命令的正确性
确认在指定目录或用Path命令指定的搜索路径上能到命令文件。
[英文提示] Boot error
[中 文] 引导错误
[英文提示] Access Denied
[中 文] 拒绝存取
[原 因] 试图打开一个标记为只读、存贮在写保护的磁盘上或锁定在网络上的文件。如果在子目录上使用“Type”命令,或在文件上使用“CD(chdir)”命令,也会产生这个信息。
[对 策] 应该用“Attrib”命令删除文件的只读状态或从磁盘中去掉写保护,然后再试试。
[英文提示] Bad Command or file name
[中 文] 错误的命令或文件名
[原 因] 不能识别输入的命令
[对 策] 应该检查以确保输入命令的正确性
确认在指定目录或用Path命令指定的搜索路径上能到命令文件。
[英文提示] Boot error
[中 文] 引导错误
[原 因] 在引导时检测不到应该的外设。
[对 策] 应该检查计算机的设置参数,如用户自己不能解决这个问题,请专门维修人员。
[英文提示] Cannot find system files
[中 文] 不能到系统文件
[原 因] 试图从没有包含系统文件的驱动器上装入操作系统。
[对 策] 应该用sys命令将系统文件复制到根目录中。除非真的是不能恢复系统文件了,才可用Format/s命令重新格式化磁盘。
[英文提示] Cannot load command,system halted
[中 文] 不能加载command,系统中止
[原 因] 应用程序覆盖了内存中的所有或部分Command。
[对 策] 应该重新引导计算机,检查被应用程序修改过的数据是否完整,如必要可将Command复制到子目录,这样退出应用程序时DOS可在这儿到Command。
[对 策] 应该检查计算机的设置参数,如用户自己不能解决这个问题,请专门维修人员。
[英文提示] Cannot find system files
[中 文] 不能到系统文件
[原 因] 试图从没有包含系统文件的驱动器上装入操作系统。
[对 策] 应该用sys命令将系统文件复制到根目录中。除非真的是不能恢复系统文件了,才可用Format/s命令重新格式化磁盘。
[英文提示] Cannot load command,system halted
[中 文] 不能加载command,系统中止
[原 因] 应用程序覆盖了内存中的所有或部分Command。
[对 策] 应该重新引导计算机,检查被应用程序修改过的数据是否完整,如必要可将Command复制到子目录,这样退出应用程序时DOS可在这儿到Command。
[英文提示] Cannot read file allocation table
[中 文] 不能读到文件分配表
[原 因] 文件分配表已坏。
[对 策] 如仍能到一些数据,那么将它们都备份到一张空盘中,也可利用Chkdsk命令修复文件分配表,如需要,可重新格式化磁盘。如果问题重复发生,那么应该修理驱动器或更换驱动器。
[英文提示] Divide Overflow
[中 文] 分配溢出,除零错误
[原 因] 程序可能编写有错误,未调试好,也可能是与内存中的其它程序冲突。
[对 策] 检查内存中的其它程序或不再使用此程序。
[英文提示] Drive Not Ready Error
[中 文] 驱动器未准备好
[原 因] 没有该驱动器或未放磁盘。
[中 文] 不能读到文件分配表
[原 因] 文件分配表已坏。
[对 策] 如仍能到一些数据,那么将它们都备份到一张空盘中,也可利用Chkdsk命令修复文件分配表,如需要,可重新格式化磁盘。如果问题重复发生,那么应该修理驱动器或更换驱动器。
[英文提示] Divide Overflow
[中 文] 分配溢出,除零错误
[原 因] 程序可能编写有错误,未调试好,也可能是与内存中的其它程序冲突。
[对 策] 检查内存中的其它程序或不再使用此程序。
[英文提示] Drive Not Ready Error
[中 文] 驱动器未准备好
[原 因] 没有该驱动器或未放磁盘。
[对 策] 检查磁盘或更换磁盘。
[英文提示] Duplicate File Name or File Not Found
[中 文] 文件重名或未到
[原 因] 给文件起名字时与以有的文件重名了或是在对文件操纵时根本就没这条文件。
[对 策] 更换名字或是检查文件名的拼写。
[英文提示] Error loading operating system
[中 文] 引导操作系统错误
[原 因] 操作系统文件不到或已损坏。
[对 策] 用SYS命令将操作系统文件拷贝到该驱动器,如需要,可将config.sys和autoexec.bat文件拷贝到根目录中。如不能恢复系统文件,那么从软盘引导系统,备份数据,用Format/s命令重新格式化磁盘。
[英文提示] EXEC failure
[英文提示] Duplicate File Name or File Not Found
[中 文] 文件重名或未到
[原 因] 给文件起名字时与以有的文件重名了或是在对文件操纵时根本就没这条文件。
[对 策] 更换名字或是检查文件名的拼写。
[英文提示] Error loading operating system
[中 文] 引导操作系统错误
[原 因] 操作系统文件不到或已损坏。
[对 策] 用SYS命令将操作系统文件拷贝到该驱动器,如需要,可将config.sys和autoexec.bat文件拷贝到根目录中。如不能恢复系统文件,那么从软盘引导系统,备份数据,用Format/s命令重新格式化磁盘。
[英文提示] EXEC failure
[中 文] 文件执行失败
[原 因] 应用程序的可执行文件包含影响处埋的错误,或者由于早已打开了太多的文件而不能打开该文件,文件可能与当前的DOS版本不兼容。
[对 策] 检查DOS系统错误的版本,如版本正确,可通过编辑Config.sys中的Files命令来解决这个问题。
[英文提示] File allocation table bad
[中 文] 文件分配表已损坏
[原 因] 很多原因,例如病毒发作,突然停机,不正常关机等都能破坏分配表
[对 策] 将所能到的数据备份到空盘中,不要覆盖以前的备份。也许可通过引用Chkdsk命令来解决这个问题。如需要,重新格式化软盘,如问题反复,那么将驱动器送去修理。
[原 因] 应用程序的可执行文件包含影响处埋的错误,或者由于早已打开了太多的文件而不能打开该文件,文件可能与当前的DOS版本不兼容。
[对 策] 检查DOS系统错误的版本,如版本正确,可通过编辑Config.sys中的Files命令来解决这个问题。
[英文提示] File allocation table bad
[中 文] 文件分配表已损坏
[原 因] 很多原因,例如病毒发作,突然停机,不正常关机等都能破坏分配表
[对 策] 将所能到的数据备份到空盘中,不要覆盖以前的备份。也许可通过引用Chkdsk命令来解决这个问题。如需要,重新格式化软盘,如问题反复,那么将驱动器送去修理。
一,MBR主引导区提示信息
提示信息 说明
Invalid partition table 无效的分区表
Error loading operating sy stem 不能装入引导系统
提示信息 说明
Invalid partition table 无效的分区表
Error loading operating sy stem 不能装入引导系统
Missing operating system 系统引导文件丢失
说明:如果在计算机启动过程中,在硬件配置清单下方(也就时在平时正常启动时出现Starting Windows 98…的地方)出现不可识别字符,此时可判断硬盘分区表损坏。如果你的硬盘上有重要资料,这时你不要轻易进行分区,可专业的数据恢复公司。
二,DOS活动分区中的提示信息
提示信息 说明
Invalid system disk 无效的系统盘
Disk I/O error, Replace the disk and press any key. 磁盘I/O错误,替换磁盘后按任意键(当C盘系统文件丢失或被破坏时出现该提示信息。这时可能SYS C:为修复系统文件)
Invalid Media Type reaching Drive C: 无效的C盘媒体格式说明。也就是C盘没有格式化或者是其他操作系统的磁盘格式如NTFS )
Invalid Boot Diskette Boot Failure 无效的启动盘,启动失败
三,IO.SYS中的提示信息
提示信息 说明
Insert diskette for drive and press any key when ready 插入磁盘到驱动器中后按任意键
说明:如果在计算机启动过程中,在硬件配置清单下方(也就时在平时正常启动时出现Starting Windows 98…的地方)出现不可识别字符,此时可判断硬盘分区表损坏。如果你的硬盘上有重要资料,这时你不要轻易进行分区,可专业的数据恢复公司。
二,DOS活动分区中的提示信息
提示信息 说明
Invalid system disk 无效的系统盘
Disk I/O error, Replace the disk and press any key. 磁盘I/O错误,替换磁盘后按任意键(当C盘系统文件丢失或被破坏时出现该提示信息。这时可能SYS C:为修复系统文件)
Invalid Media Type reaching Drive C: 无效的C盘媒体格式说明。也就是C盘没有格式化或者是其他操作系统的磁盘格式如NTFS )
Invalid Boot Diskette Boot Failure 无效的启动盘,启动失败
三,IO.SYS中的提示信息
提示信息 说明
Insert diskette for drive and press any key when ready 插入磁盘到驱动器中后按任意键
Your program caused a divide overflow error "
If the problem persists, contact your program vendor 你的程序导致溢出错误。如果该问题还存在,请联系你的程序供应商
Windows has disabled direct disk access to protect your long filenames Windows不能直接访问受保护的长文名
The system has been halted. Press Ctrl+Alt+Del to restart your computer 系统挂起,按Ctrl+Alt+Del重新启动你的计算机
You started your computer with a version of MS-DOS incompatible with this version of Windows. Insert a Startup diskette matching this version of Windows and then restart 你启动的MS-DOS版本与Windows版本不兼容,请插入与Windows版本匹配的系统盘后再重启
This version of Windows requires a 386 or better processor 该Windows版本需要386以后的CPU支持
A20 hardware error. Contact technical support to identify the problem 地址线A20错误。联系技术支持来识别该问题
Starting 正在启动Windows 98……
If the problem persists, contact your program vendor 你的程序导致溢出错误。如果该问题还存在,请联系你的程序供应商
Windows has disabled direct disk access to protect your long filenames Windows不能直接访问受保护的长文名
The system has been halted. Press Ctrl+Alt+Del to restart your computer 系统挂起,按Ctrl+Alt+Del重新启动你的计算机
You started your computer with a version of MS-DOS incompatible with this version of Windows. Insert a Startup diskette matching this version of Windows and then restart 你启动的MS-DOS版本与Windows版本不兼容,请插入与Windows版本匹配的系统盘后再重启
This version of Windows requires a 386 or better processor 该Windows版本需要386以后的CPU支持
A20 hardware error. Contact technical support to identify the problem 地址线A20错误。联系技术支持来识别该问题
Starting 正在启动Windows 98……
Windows 98 is now starting your MS-DOS-based program Windows 98正在启动基于MS-DOS的程序
windows 98 is Windows 98正在重新启动
Press Esc now to cancel MS-DOS mode and restart 按Esc退出MS-DOS 模式,重新启动Windows 98…
There is an unrecognized command in your CONFIG.SYS file 在你的CONFIG.SYS文件中有不可识别的命令
The following command in your CONFIG.SYS file is incorrect: 在你的CONFIG.SYS有下列错误命令
The sector size specified in this file is too large: 该文件中指定的扇区太大
The following file is missing or corrupted: WIN.COM COMMAND.COM 下列文件丢失或被破坏:WIN.COM和COMMAND.COM
There is an invalid country code or code page in your CONFIG.SYS file 在你的CONFIG.SYS里有一个无效的国家代码
There is an error in the COUNTRY command in your CONFIG.SYS file 在你的CONFIG.SY
windows 98 is Windows 98正在重新启动
Press Esc now to cancel MS-DOS mode and restart 按Esc退出MS-DOS 模式,重新启动Windows 98…
There is an unrecognized command in your CONFIG.SYS file 在你的CONFIG.SYS文件中有不可识别的命令
The following command in your CONFIG.SYS file is incorrect: 在你的CONFIG.SYS有下列错误命令
The sector size specified in this file is too large: 该文件中指定的扇区太大
The following file is missing or corrupted: WIN.COM COMMAND.COM 下列文件丢失或被破坏:WIN.COM和COMMAND.COM
There is an invalid country code or code page in your CONFIG.SYS file 在你的CONFIG.SYS里有一个无效的国家代码
There is an error in the COUNTRY command in your CONFIG.SYS file 在你的CONFIG.SY
S里有一个错误的设置国家命令
There is not enough memory for the COUNTRY.SYS file 没有足够的内存来加载COUNTRY.SYS文件
Remove some drivers from your CONFIG.SYS file, and then try again 请从CONFIG.SYS文件中删除部分驱动程序,然后再试
Remove some drivers, and then try again 去除一些驱动程序,然后再试。这里的驱动程序是指在CONFIG.SYS中使用device或devicehigh命令加载的程序文件
Remove some disk drivers from your CONFIG.SYS file, and then try again 从你的(CONFIG.SYS)移去部分程序,然后再试
The configuration specified in your CONFIG.SYS file is too large for memory 调整你的CONFIG.SYS文件以获得足够大的内存
You have too many block devices specified in your CONFIG.SYS file 调整你的CONFIG.SYS文件以获得block devices
The STACKS setting(s) in your CONFIG.SYS file are incorrect 在你的CONFIG.SYS中堆栈设置不正确
There is not enough memory for the COUNTRY.SYS file 没有足够的内存来加载COUNTRY.SYS文件
Remove some drivers from your CONFIG.SYS file, and then try again 请从CONFIG.SYS文件中删除部分驱动程序,然后再试
Remove some drivers, and then try again 去除一些驱动程序,然后再试。这里的驱动程序是指在CONFIG.SYS中使用device或devicehigh命令加载的程序文件
Remove some disk drivers from your CONFIG.SYS file, and then try again 从你的(CONFIG.SYS)移去部分程序,然后再试
The configuration specified in your CONFIG.SYS file is too large for memory 调整你的CONFIG.SYS文件以获得足够大的内存
You have too many block devices specified in your CONFIG.SYS file 调整你的CONFIG.SYS文件以获得block devices
The STACKS setting(s) in your CONFIG.SYS file are incorrect 在你的CONFIG.SYS中堆栈设置不正确
Default stack settings will be used instead 缺省的堆栈设置将被替代使用
There is an error in your CONFIG.SYS file on line XX 在你的CONFIG.SYS里XX行错误
Warning: Logical drives past Z exist and will be ignored 警告:逻辑驱动器Z已经存在,将被忽略
Type the name of the Command Interpreter (e.g., C:\WINDOWS\COMMAND.COM) Press any key to continue… 请输入命令解释器的文件名(如:C:\WIN DOWS\COMMAND.COM)后,按任意键继续
Windows is bypassing your startup files Minimal network support will be loaded if available Windows正在跳过你的启动文件。如果网络可用,最小网络支持将被加载
Windows is starting the command prompt only Windows正在启动命令字符模式
Windows will prompt you to confirm each startup command Windows将提示你确认每一个启动命令
The compression driver cannot be set up correctly 压缩驱动程序不能被正确加载
Get a version from your vendor that is compatible with this version of Windows 从你的供应商那里获得一个与Windows版本相兼容的版本
There is an error in your CONFIG.SYS file on line XX 在你的CONFIG.SYS里XX行错误
Warning: Logical drives past Z exist and will be ignored 警告:逻辑驱动器Z已经存在,将被忽略
Type the name of the Command Interpreter (e.g., C:\WINDOWS\COMMAND.COM) Press any key to continue… 请输入命令解释器的文件名(如:C:\WIN DOWS\COMMAND.COM)后,按任意键继续
Windows is bypassing your startup files Minimal network support will be loaded if available Windows正在跳过你的启动文件。如果网络可用,最小网络支持将被加载
Windows is starting the command prompt only Windows正在启动命令字符模式
Windows will prompt you to confirm each startup command Windows将提示你确认每一个启动命令
The compression driver cannot be set up correctly 压缩驱动程序不能被正确加载
Get a version from your vendor that is compatible with this version of Windows 从你的供应商那里获得一个与Windows版本相兼容的版本
Process the system registry 运行系统注册表
Create a startup log file (BOOTLOG.TXT) 创建启动日志BOOTLOG.TXT文件
Process your startup device drivers (CONFIG.SYS) 运行CONFIG.SYS文件中的设备驱动
Process your startup command file (AUTOEXEC.BAT) 运行AUTOEXEC.BAT中的启动命令
Load the Windows graphical user interface 装入WINDOWS图形用户界面(GDI)
Warning: Windows has detected a registry/configuration error. Choose, Command prompt only, and run SCANREG 警告:Windows检测到一个注册表或配置错误选择DOS操作模式,运行SCANREG
Warning: Windows has detected a compressed drive access error. Choose Safe mode command prompt only, to help you identify the problem 警告:Windows检测到一个访问压缩驱动器错误,选择安全模式下的MS-DOS,来帮助你识别这个问题
Warning: Windows did not finish loading on the previous attempt. Choose Safe mode, to start Windows with a minimal set of drivers 警告:Windows在刚才尝试后不能够完成加载,选择安全模式,用最小驱动启动你的电脑 Warning: Windows multi-boot may not function correctly
Create a startup log file (BOOTLOG.TXT) 创建启动日志BOOTLOG.TXT文件
Process your startup device drivers (CONFIG.SYS) 运行CONFIG.SYS文件中的设备驱动
Process your startup command file (AUTOEXEC.BAT) 运行AUTOEXEC.BAT中的启动命令
Load the Windows graphical user interface 装入WINDOWS图形用户界面(GDI)
Warning: Windows has detected a registry/configuration error. Choose, Command prompt only, and run SCANREG 警告:Windows检测到一个注册表或配置错误选择DOS操作模式,运行SCANREG
Warning: Windows has detected a compressed drive access error. Choose Safe mode command prompt only, to help you identify the problem 警告:Windows检测到一个访问压缩驱动器错误,选择安全模式下的MS-DOS,来帮助你识别这个问题
Warning: Windows did not finish loading on the previous attempt. Choose Safe mode, to start Windows with a minimal set of drivers 警告:Windows在刚才尝试后不能够完成加载,选择安全模式,用最小驱动启动你的电脑 Warning: Windows multi-boot may not function correctly
Check for system files in your root directory with conflicting extensions 警告:Windows不能够正确完成多系统启动,在你的ROOT目录里检查不一致的系统文件
Warning: the system configuration manager failed to run. Some of your real-mode device drivers may not initialize properly 警告:系统管理器运行失败,一些实模式驱动可能没有正确初始化
The BUFFERS setting(s) in your CONFIG.SYS file are too large. Default buffer settings will be used instead 在你的CONFIG.SYS里BUFFER设置太大。默认的BUFFER缓冲器设置将被使用
A memory allocation error occurred during startup<BR< p>
>Restart your computer and select Interactive Start to identify the problem 在启动过程中内存分配发生错误,请重新启动你的计算机然后选用交互式方式启动来确定故障原因
Warning: the high memory area (HMA) is not available Additional low memory (below 640K) will be used instead 警告:高端内存不可用,低端内存将被代替使用
There is not enough memory for Windows. Remove some drivers from your CONFIG.SYS file, and then try again 对Windows来说没有足够的内存,请从CONFIG.SYS文件中移去部分
Warning: the system configuration manager failed to run. Some of your real-mode device drivers may not initialize properly 警告:系统管理器运行失败,一些实模式驱动可能没有正确初始化
The BUFFERS setting(s) in your CONFIG.SYS file are too large. Default buffer settings will be used instead 在你的CONFIG.SYS里BUFFER设置太大。默认的BUFFER缓冲器设置将被使用
A memory allocation error occurred during startup<BR< p>
>Restart your computer and select Interactive Start to identify the problem 在启动过程中内存分配发生错误,请重新启动你的计算机然后选用交互式方式启动来确定故障原因
Warning: the high memory area (HMA) is not available Additional low memory (below 640K) will be used instead 警告:高端内存不可用,低端内存将被代替使用
There is not enough memory for Windows. Remove some drivers from your CONFIG.SYS file, and then try again 对Windows来说没有足够的内存,请从CONFIG.SYS文件中移去部分
加载的程序,然后再试着启动你的读入计算机
Your previous MS-DOS files were not found. 旧的MS-DOS文件没有到,这常见于使用双启动的系统,另一个系统是DOS6
Your previous MS-DOS version is not supported. MS-DOS startup failed 旧的MS-DOS版本不支持。MS-DOS启动失败
Now loading your previous version of MS-DOS, please wait 现在正在加载旧的MS-DOS版本,请等待
Invalid setting in the MSDOS.SYS file:An internal stack overflow has caused this session to be halted MSDOS.SYS文件中无效的设置选项。系统堆栈溢出,系统挂起
Change the STACKS setting in your CONFIG.SYS file, and then try again 请改变CONFIG.SYS文件中的STACK设置,然后再试
Stack overflow 堆栈溢出
Integer divide by 0 整数被0除
Not enough space for environment 没有足够的空间
Run-time error 运行错误
Your previous MS-DOS files were not found. 旧的MS-DOS文件没有到,这常见于使用双启动的系统,另一个系统是DOS6
Your previous MS-DOS version is not supported. MS-DOS startup failed 旧的MS-DOS版本不支持。MS-DOS启动失败
Now loading your previous version of MS-DOS, please wait 现在正在加载旧的MS-DOS版本,请等待
Invalid setting in the MSDOS.SYS file:An internal stack overflow has caused this session to be halted MSDOS.SYS文件中无效的设置选项。系统堆栈溢出,系统挂起
Change the STACKS setting in your CONFIG.SYS file, and then try again 请改变CONFIG.SYS文件中的STACK设置,然后再试
Stack overflow 堆栈溢出
Integer divide by 0 整数被0除
Not enough space for environment 没有足够的空间
Run-time error 运行错误
Floating-point support not loaded 浮点运算支持没有装入
Null pointer assignment 无效的断点分配
Null pointer assignment 无效的断点分配
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论