起動時に失敗するファイルシステムチェックをスキップするにはどうすればよいですか?
Issue
- バックエンドのストレージの問題により、多くのシステムを起動するのにコンソールとの対話が必要になりました。
- 起動プロセス中のファイルシステムチェックで、システムに次のようなエラーが発生します。
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
*** Warning -- SELinux is active
*** Disabling security enforcement for system recovery.
*** Run 'setenforce 1' to reenable.
Give root password for maintenance
(or type CTRL-D to continue):
- ファイルシステムはシステムのファイルシステムではありませんが、
/etc/fstabでファイルシステムチェックが有効になっています。 - メンテナンスシェルで CTRL + D を押すと再起動します。
- メンテナンスシェルをスキップする効率的な方法が必要です。
- fastboot パラメーターを使用すると、ファイルシステムチェックをスキップできますか?
Environment
- Red Hat Enterprise Linux 6
- Red Hat Enterprise Linux 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.