linux - mounting fs with errors, running e2fsck is recommended -


I am using CentOS version 5.10 with 64 bit, unfortunately when the special file under the root directory The error was given below, odd:

  ** EXT3-fs Warning: Increasing fs with error, running e2fsck is recommended, rm: `/ var / lock / subsys / xinetd ': Read-Only File System **   

This has changed to a read-only file system, how to fix it ???

If / is in read only mode, then try it again:

  Mount-O Remount, rw /   

You still need to check the partitions for errors if you have physical access to the server or a KVM-it Boot into single mode - Unmount all partitions and run fsck

If you do not have physical access, then try

          



Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -