当我启动电脑时,cmd 空间中出现以下命令:
/dev/sda1 contains a file system with errors, check forced.
Inodes that were part of a corrupted orphan linked list found.
/dev/sda1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on `/dev/sda1` requires a manual `fsck`
BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in-commands.
(initramfs)_
有人能帮忙解决这个问题吗?谢谢!
答案1
在命令行中输入:“fsck /dev/sda6”
y
当系统提示执行修复时输入。
答案2
为了避免因磁盘故障导致数据丢失,应从实时 Ubuntu 会话中发出此命令。请按照以下步骤操作:
- 您应该刻录一张实时 Ubuntu CD。
- 插入实时 CD 并无需安装即可试用 Ubuntu。
打开终端并输入以下命令:
sudo fsck /dev/sda1
出现提示时,键入
y
以修复错误。
就这些了。应用此修复后,您的系统将正常启动。