打开虚拟机的时候,报错:

an error occured during the file system check

出错原因:

我之前修改了/etc/fstab文件,

原先/etc/fstab文件中有一行是这样的:

LABEL=/i01              /u01                    ext3    defaults        1 2

而我,却将LABEL=/i01中的i01改成了/u01.

导致系统重启的时候无法识别LABEL=/u01

 

解决办法:先输入root密码登陆,然后修改vi /etc/fstab文件,将/u01改成/i01

输入exit重启即可。

 

 

相关文章:

  • 2021-06-14
  • 2022-12-23
  • 2021-09-30
  • 2021-11-19
  • 2021-05-26
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-05-10
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
相关资源
相似解决方案