/etc/fstab 内のUUIDが間違っている
# blkid
# mount -o remount,rw /該当するUUIDを修復する(書き換え)
ブート時に以下のメッセージが起きたときの対策
***An error occurred during the file system check. ***Dropping you to a shell the file system will reboot ***when you leave the shell Give root password for maintenance (or type Control-D for normally startup)
上記のメッセージに従い、rootのパスワードを入力する その後、
fsck -y
と入力。その後exitでrebootされ復旧される。
以下をコマンド
$LANG=C xdg-user-dirs-gtk-update
※ユーザーで ダイアログが現れるので、下の「Don't ask me again」をチェックして「Update Names」
#yum install gcc gcc-c++
または
#yum install gcc*