My centos ext3 filesystem go read-only random(only the /var partition). When i reboot it, i will changed back to rw. os: centos 5.4 partition: /var, size:80G the /var is for web logs and mysql data file.
|
feedback
|
migrated from stackoverflow.com Oct 18 '11 at 8:38
This question came from our site for professional and enthusiast programmers.
|
(Voted to move to serverfault.com) Likely you have a hardware problem with your disk, or corruption from some other reason. When a file system errors is detected, the filesystem is usually remounted read only. | |||
|
feedback
|
|
Possibilities are:
First thing you must check whether the HDD IO and it's functionality, performance. In order check the IO please take a look into this question.
(will do the trick) If you have filesystem error, boot your server into single user mode then run,
this will resolve your filesystem issue. | |||
|
feedback
|