我正在运行 HP pavilion dv6000 双启动 win7 和 Ubuntu 12.04。(好吧,直到今天)。重新启动后,启动过程将进入 BusyBox 外壳程序,我最终会出现以下提示:
BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
Run Code Online (Sandbox Code Playgroud)
我一直在研究遇到同样问题的其他人,但一直无法找到任何适合我的解决方案。
我尝试了这里描述的方法,并在最终命令之后
mount -t ntfs-3g /dev/sda1 /root -o force
Run Code Online (Sandbox Code Playgroud)
它什么都不做,并给了我另一个(initramfs)提示。
我可以启动到 live CD (USB) 并到达终端,但它似乎没有多大用处,因为我可以在 ls 命令中看到 /dev/sda1,但是当我看到它时它无法识别它尝试 cd 到它。
还有一个问题:使用命令fdisk -l
如何判断哪个挂载点 ( sda1
/ sda2
) 是我的 Windows 分区,哪个是 Ubuntu?
我双启动 Ubuntu 和 Windows 7。
我在 Ubuntu 中浏览 FireFox,突然我收到一些错误消息,所以我重新启动。
现在,当我尝试启动到 Ubuntu 时,我收到以下消息:
fsck from util-linux 2.26.2
/dev/sda6 contains a file system with errors, check forced.
/dev/sda6: Inodes that were part of a corrupted orphan linked list found.
/dev/sda6: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/sda6 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. …
Run Code Online (Sandbox Code Playgroud) 如何检查 14.04 及更高版本驱动器的 SMART 状态?我已经看到在全新安装时检查 HD SMART 状态,但它似乎不适用于 14.04 及更高版本。