Linux文件系統變成只讀的解決方法

解決方法html

一、重啓看是否能夠修復(不少機器能夠的)。spa

二、使用用 fsck – y /dev/hdc6 (/dev/hdc6指你須要修復的分區) 來修復文件系統。htm

三、若,在進行修復的時候有的分區會報錯,從新啓動系統問題依舊。blog

 

查看下分區結構進程

[root@localhost ~]# mountip

/dev/sda3 on / type ext3 (rw)rem

proc on /proc type proc (rw)rpc

sysfs on /sys type sysfs (rw)get

devpts on /dev/pts type devpts (rw,gid=5,mode=620)pip

/dev/sda1 on /boot type ext3 (ro)

tmpfs on /dev/shm type tmpfs (rw)

none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)

sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

查看ro掛載的分區,若是發現有ro,就從新mount

umount /dev/sda1

mount /dev/sda1 /boot

若是發現有提示「device is busy」,找到是什麼進程使得他busy

fuser -m /boot 將會顯示使用這個模塊的pid

fuser -mk /boot 將會直接kill那個pid

而後從新mount便可。

四、直接remount,命令爲

[root@localhost ~]# mount -o rw,remount /boot

 

 

本文來自:http://www.javashuo.com/article/p-mguvzlxk-gz.html

相關文章
相關標籤/搜索