ubuntu重启后显示“/dev/sda2 contains a file system with error“的解决办法

今天重启ubuntu后,遇到错误:

"/dev/sda2 contains a file system with errors, check forced."

如图:

根据提示,输入:

fsck /dev/sda2

然后一直按照默认输入yes或者no... 完成之后重启机器:

reboot

搞定。

 

参考:

https://unix.stackexchange.com/questions/300026/my-computer-says-dev-sda2-contains-a-file-system-with-error-check-forced-and

 

 


版权声明:本文为Libo_Learner原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。