这不是我第一次犯这样的错误。当我的文件权限变成 时read-only,我正在使用我的计算机(Ubuntu 3.2),所以我重新启动了计算机,它没有完成打开,所以我强制关闭它(硬关闭),然后我再次打开它,我看到了这个:
/dev/sda2 contains a file system with errors, check forced.
Inodes that were part of a corrupted orphan linked list found.
/dev/sda2: UNEXPECTED INCOSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/sda2 requires a manual fsck
BusyBox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3.2) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
Run Code Online (Sandbox Code Playgroud)
我写了fsck /dev/sda2(-a因为我不知道如果没有它该怎么做),我很担心,因为这不是第一次,也许硬盘坏了或者我不知道。也许这不是解决我的问题的最佳位置。你能告诉我该怎么做吗?接下来是什么?我想学习,所以你的建议太有帮助了。
PD:对不起我的英语
我写了fsck /dev/sda2,接下来是:
fsck …Run Code Online (Sandbox Code Playgroud)