前提・実現したいこと
EmergencyModeでしか起動しなくなってしまったCentOS7をデータを消さずに正常に起動したい
発生している問題・エラーメッセージ
OSを起動しようとしたあとのコンソール画面
Generating "/run/initramfs/rdsosreport.txt" Entering mergency mode. Exit the shell to continue. Type "journalctl" to view system logs. You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot after mounting them and attach it to a bug report
journalctlコマンドで取得した内容の抜粋(ログの日時などは省略)
systemd[1]: Found device /dev/mapper/cl-root. systemd[1]: Staring File System Check on /dev/mapper/cl-root systemd-fsck[424]: /sbin/fsck.xfs: XFS file system. systemd[1]: Started File System Check on /dev/mapper/cl-root. systemd[1]: Started dracut initqueue hook. systemd[1]: Mounting /sysroot... systemd[1]: Reached target Remote File Systems (Pre) systemd[1]: Staring Remote File Systems. systemd[1]: Reached target Remote File Systems systemd[1]: Staring Remote File Systems. kernel: SGI XFS with ACLs, security attributes, no debug enabled kernel: attempt to access beyond end of device kernel: dm-0: rw=32, want=1934753792, limit=104857600 kernel: XFS (dm-0): last sector read failed mount[441]: mount: /dev/mapper/cl-root: can't read superblock systemd[1]: sysroot.mount mount process exited, code=exited status=32 systemd[1]: Failed to mount /sysroot. systemd[1]: Dependency failed for initrd Root File System. systemd[1]: Dependency failed for Reload Configuration from the Real Root. ``` ### 補足情報(FW/ツールのバージョンなど) [こちら](http://katzplus.com/centos-7/%E5%9F%BA%E6%9C%AC%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%81%9F%E3%81%A1/centos7%E3%81%A7cl-root%E3%81%AE%E5%AE%B9%E9%87%8F%E3%82%92%E6%8B%A1%E5%BC%B5%E3%81%99%E3%82%8B/)のサイトを参考にrootパーティションを拡張しようとしてLVMのボリュームや/etc/fstabなどを弄っていて再起動を何回かしていたらEmergencyモードでしか起動しなくなりました /etc/fstabの/homeに関する記述を ``` #/dev/mapper/cl-home /home xfs defaults 0 0 ``` というようにコメントアウトした状態で再起動したときは正常に起動できておりましたが /rootパーティションの拡張がうまくいかず、一度vgcfgrestoreコマンドで弄りだす前の状態に戻して /etc/fstabの記述も ``` /dev/mapper/cl-home /home xfs defaults 0 0 ``` のようにコメントを外して再起動したことが原因だと思っています。 ですがemergencymodeでは/etc/fstabというファイルは存在しておりませんので困っています 正直なところデータが破損してしまうのが怖くてコレといったことを試していません。。。 安全に、データを保持したまま復旧する方法があれば教えてください。お願いします。
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/08/14 16:02
2018/08/15 00:41
2018/08/15 09:40
2018/08/15 10:00
2018/08/15 15:08
2018/08/16 20:46
2018/08/17 06:30
2018/08/17 12:08