linux boot given: [contains a file system with errors, check forced] solution Reference

1、解决参考一
Press enter for maintenance
(or type Control-D to continue):
/dev/sda3 contains a file system with errors, check forced.
/dev/sda3: Inodes that were part of a corrupted orphan linked list found.

/dev/sda3: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)

In (or type Control-D to continue ) enter the root password
is first filesystem To repair umount run off the command:
As: umount /
Run fsck.ext3 (can also be used e2fsck) -p / dev / sda3; not repair can
run fsck.ext3 -y / dev / sda3
or run fsck.ext3 / dev / sda3


2, to solve two reference
room of a Centos server fails to start properly after checking it should be / dev / sda3 the hard drive can not be loaded due to a logical volume, use the fsck command to solve the following command:
# fsck -C fd -N / dev / sda3 after which there are suggested
[/sbin/fsck.ext3 (1) - / dev / sda3] fsck.ext2 -C0 / dev / sda3 execution continues as follows
# fsck.ext3 -C0 / dev / sda3
intermediate yes prompted to enter y to see the end of the prompt FILE sYSTEM WAS MODIFIED reboot the system OK!

Guess you like

Origin www.cnblogs.com/yaohong/p/11761161.html