linux an error occurred during the file system check错误的解决

导读:  centos 启动时候出现错误,出现了an error occurred during the file system check提示,另外被告知要么输入root密码进行修复,     centos 启动时候出现错误,出现了an error occurred during the file system check提示,另外被告知要么输入root密码进行修复,要么按ctrl+D跳过是文件系统出了错误。用fsck -y进行修复,都选yes就可以了,成功。 \
修复步骤:
在/etc/fstab中找到挂载/contains的分区,这里假设是/dev/hda5,真实情况自己定夺。
执行指令:fsck -y /dev/had5
如果还是不行,就在/etc/fstab中把/contains行注释掉吧,进去系统后重新mount,把文件拷贝出来,重新格式化一下再挂上去。
\
\

运行完后reboot 就可以了


转自:http://www.bjcloud.net/html/2014/otherask_0505/730.html
  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
蓝屏查看,主要用于查找蓝屏错误 BlueScreenView v1.05 Copyright (c) 2009 Nir Sofer Web site: http://www.nirsoft.net Description =========== BlueScreenView scans all your minidump files created during 'blue screen of death' crashes, and displays the information about all crashes in one table. For each crash, BlueScreenView displays the minidump filename, the date/time of the crash, the basic crash information displayed in the blue screen (Bug Check Code and 4 parameters), and the details of the driver or module that possibly caused the crash (filename, product name, file description, and file version). For each crash displayed in the upper pane, you can view the details of the device drivers loaded during the crash in the lower pane. BlueScreenView also mark the drivers that their addresses found in the crash stack, so you can easily locate the suspected drivers that possibly caused the crash. Versions History ================ * Version 1.05 - Added support for x64 MiniDump files. * Version 1.00 - First release. BlueScreenView Features ======================= * Automatically scans your current minidump folder and displays the list of all crash dumps, including crash dump date/time and crash details. * Allows you to view a blue screen which is very similar to the one that Windows displayed during the crash. * BlueScreenView enumerates the memory addresses inside the stack of the crash, and find all drivers/modules that might be involved in the crash. * BlueScreenView also allows you to work with another instance of Windows, simply by choosing the right minidump folder (In Advanced Options). * BlueScreenView automatically locate the drivers appeared in the crash dump, and extract their version resource information, including product name, file version, company, and file description. System Requirements =================== * BlueScreenView works with Windows XP, Windows Server 2003, Windows Server 2008, Windows Vista, and Windows 7, as long as Windows is configured to save minidump files during BSOD crashes. * BlueScreenView can read the MiniDump files of both 32-bit and x64 systems. Using BlueScreenView ==================== BlueScreenView doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - BlueScreenView.exe After running BlueScreenView, it automatically scans your MiniDump folder and display all crash details in the upper pane. Crashes Information Columns (Upper Pane) ======================================== * Dump File: The MiniDump filename that stores the crash data. * Crash Time: The created time of the MiniDump filename, which also matches to the date/time that the crash occurred. * Bug Check String: The crash error string. This error string is determined according to the Bug Check Code, and it's also displayed in the blue screen window of Windows. * Bug Check Code: The bug check code, as displayed in the blue screen window. * Parameter 1/2/3/4: The 4 crash parameters that are also displayed in the blue screen of death. * Caused By Driver: The driver that probably caused this crash. BlueScreenView tries to locate the right driver or module that caused the blue screen by looking inside the crash stack. However, be aware that the driver detection mechanism is not 100% accurate, and you should also look in the lower pane, that display all drivers/modules found in the stack. These drivers/modules are marked in pink color. * Caused By Address: Similar to 'Caused By Driver' column, but also display the relative address of the crash. * File Description: The file description of the driver that probably caused this crash. This information is loaded from the version resource of the driver. * Product Name: The product name of the driver that probably caused this crash. This information is loaded from the version resource of the driver. * Company: The company name of the driver that probably caused this crash. This information is loaded from the version resource of the driver. * File Version: The file version of the driver that probably caused this crash. This information is loaded from the version resource of the driver. Drivers Information Columns (Lower Pane) ======================================== * Filename: The driver/module filename * Address In Stack: The memory address of this driver that was found in the stack. * From Address: First memory address of this driver. * To Address: Last memory address of this driver. * Size: Driver size in memory. * Time Stamp: Time stamp of this driver. * Time String: Time stamp of this driver, displayed in date/time format. * Product Name: Product name of this driver, loaded from the version resource of the driver. * File Description: File description of this driver, loaded from the version resource of the driver. * File Version: File version of this driver, loaded from the version resource of the driver. * Company: Company name of this driver, loaded from the version resource of the driver. * Full Path: Full path of the driver filename. Lower Pane Modes ================ Currently, the lower pane has 3 different display modes. You can change the display mode of the lower pane from Options->Lower Pane Mode menu. 1. All Drivers: Displays all the drivers that were loaded during the crash that you selected in the upper pane. The drivers/module that their memory addresses found in the stack, are marked in pink color. 2. Only Drivers Found In Stack: Displays only the modules/drivers that their memory addresses found in the stack of the crash. There is very high chance that one of the drivers in this list is the one that caused the crash. 3. Blue Screen in XP Style: Displays a blue screen that looks very similar to the one that Windows displayed during the crash. Translating BlueScreenView to other languages ============================================= In order to translate BlueScreenView to other language, follow the instructions below: 1. Run BlueScreenView with /savelangfile parameter: BlueScreenView.exe /savelangfile A file named BlueScreenView_lng.ini will be created in the folder of BlueScreenView utility. 2. Open the created language file in Notepad or in any other text editor. 3. Translate all string entries to the desired language. Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window. 4. After you finish the translation, Run BlueScreenView, and all translated strings will be loaded from the language file. If you want to run BlueScreenView without the translation, simply rename the language file, or move it to another folder. License ======= This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification ! Disclaimer ========== The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason. Feedback ======== If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to [email protected]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值