How to get out of the Linux Filesystem repair prompt after repairing the filesystem?

How to get out of the Linux Filesystem repair prompt after repairing the filesystem?

"shows me repair file system in red color"


This is the key: the filesystem is corrupted, probably due to an unclean shutdown. It needs to be repaired. Try entering the root password, which should give you a '#' prompt.
 

Type:
fsck -A -y

That will take a while and print out something about what it's fixing.
 

Once that has completed, type "exit".
You may need to restart the system again.

No comments:

Post a Comment