Read-only file system on CentOS5
We have 5 Dell server collocated running CentOS 4.x and 5.x server operating system. Sometime my file system (ext3) goes read-only.
I’d like to know what could be causing such a problem?
CentOS 5.x Read-only file system
form http://www.cyberciti.biz/tips/linux-filesytem-goes-read-only.html:
a) Hardware problem / hard disk problem, check harddisk for errors.
b) High disk I/O aka busy I/O retry error can mark low level disk call as failed. This will force ext3 to go into read only mode.
c) High disk I/O on SAN
d) SAN is not configured properly for the path failover.
In all sort of problems ext3 goes read-only to protect the filesystem and further damage. If you are using VMWARE, check out official webpage to download SCSI patches or workaround for vmware problems.
So what could be causing the file system on Linux go read-only?
Apart from above generic problem, any other error can trigger filesystem on Linux go read only. I hope our reader / seasoned Linux admin can help to answer this question.
reboot my OS , file system recovery.
and you can try others:
mount -o remount,rw /
mount -o remount /
本文固定链接: https://www.2hei.net/2009/11/25/read-only_file_system_on_cenos5to/ | 2hei.net
【下一篇】xenconsole: Could not read tty from store: No such file or directory
最活跃的读者