何らかのエラーで起動できなくなった場合。下記のようなエラーメッセージが出る。

*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root passwrd for maintenance
(or type Control-D to continue):

rootのパスワードを入力してログイン。

例えば、/etc/fstab を編集しようとしても書き込みができない。

書き込み権限を付加して"/"をマウントし直す。

# mount -o remount ,rw /

これで、編集OK