unable to resolve "UUID=…"
/etc/fstab 内のUUIDが間違っている
- UUIDを調べる(vol_idは無い)
# blkid
- 読み取り専用になっている場合、
# mount -o remount,rw /
該当するUUIDを修復する(書き換え)
an error occurred during the file system check
ブート時に以下のメッセージが起きたときの対策
***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」
C,C++の開発環境を整える
#yum install gcc gcc-c++
または
#yum install gcc*