read-only filesystem

 Ubuntu进入恢复模式,修改文件,提示:read-only filesystem.

 暂时的解决方案是重新挂载为可写的。

mount    /dev/sda       /        -o    rw,remount

之所以会变为只读的文件系统,是因为/etc/fstab 里挂载的时候options 有这么一句:

errors = remount - ro       

可以改为remount -rw 以避免以后出现.

 

 

你可能感兴趣的:(解决方案,errors,是)