我的ext3文件系统有问题.它不可写,我无法重新安装它.
# echo 1 > /file -bash: /file: Read-only file system # mount /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) # mount -o remount,rw / mount: block device /dev/VolGroup00/LogVol00 is write-protected,mounting read-only
我可以在没有重启服务器的情
解决方法
如果在机器启动后发生这种情况,请检查dmesg或其他系统日志,查看硬件出现任何可疑问题的报告(例如,访问底层磁盘时报告的IO错误)此类错误可能会触发内核将事物置于只读模式,直到有人(你!)来做出更明智的决定.