After restarting a redas5 machine in the company's test environment, it took a long time to go over ssh and ran to the front of the machine to check whether a disk detection error occurred: checkingfilesystems/dev/volgroup00/logvo100: unexpectedinconsistency; runfs...
After restarting a red as5 machine in the testing environment of the company, it took a long time to go over ssh,
I ran to the machine and looked at it. the disk detection error occurred:
Checking filesystems/dev/volgroup00/logvo100: unexpected inconsistency; run fsck manually. (I. e ., without-a or-p options) *** an error occureed during the file system check ......
Hey, I fainted. I said why I haven't gotten up for so long,
Alas, follow the prompts to perform the operation. (Repair filesystem) 1 # fsck-a fsck 1.39 (29-may-2006)/dev/volgroup00/logvo100 contains a file system with errors, check forced .....
If an error occurs when reading a block, use fsck to fix it: (repair filesystem) 1 # fsck
After a period of time, the repair is completed. just reboot the machine.
Ps. during the repair process, you will be asked to enter y to confirm the repair. In fact, you can use fsck-y to automatically answer the question.
-The End-
By Gtlions