Sam*_*aby 29 upgrade filesystem
我今天尝试从 Ubuntu 13.04 升级到 13.10,在升级过程中系统开始出现故障,并最终完全锁定。我被迫重新启动计算机,现在根本无法启动计算机。
当我当前启动时,它会将我带到 GRUB 菜单,我可以选择正常启动,或者以旧版本启动。我尝试了几件事,我在下面列出了这些,但无论如何,当我尝试完成启动到 Ubuntu 时,我收到以下错误:
Filesystem check or mount failed. A maintenance shell will now be
started. CONTROL-D will terminate this shell and continue booting
after re-trying filesystems. Any further errors will be ignored
root@ubuntu-computername:~#
Run Code Online (Sandbox Code Playgroud)
我玩得很开心fsck -f,一切看起来都是正确的,没有报告错误。它通过了所有 5 个检查。
如果我运行fdisk -l然后我得到以下信息:
Disk /dev/sda: 320.1 GB, 320072933376 bytes 255 heads, 63
sectors/track, 38913 cylinders, total 625142448 sectors Units =
sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 4096
bytes / 4096 bytes Disk identifier: 0x00010824
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 608456703 304227328 83 Linux
/dev/sda2 608458750 625141759 8341505 5 Extended Partition 2 does not start on physical sector boundary.
/dev/sda5 608458752 625141759 8341504 82 Linux swap / Solaris
Disk /dev/sdb: 320.1 GB, 320072933376 bytes 255 heads, 63
sectors/track, 38913 cylinders, total 625142448 sectors Units =
sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512
bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0fb4b7e8
Device Boot Start End Blocks Id System
/dev/sdb1 8192 625139711 312565760 7 HPFS/NTFS/exFAT
Run Code Online (Sandbox Code Playgroud)
我正在考虑在另一个磁盘上安装一个新的操作系统,它目前没有任何内容,然后只是尝试从旧磁盘上刮掉我的数据(幸好我没有加密文件)。
我的问题真的是这样的:我可以挽救这个 Ubuntu 安装,还是应该放弃并重新安装?
小智 43
我想我已经对它进行了排序,这要归功于我在这里找到的一篇文章:安装过程中电源故障后根文件系统检查失败。
一次从维护外壳运行一行:
mount -o remount,rw /
dpkg --configure -a
mount -o remount,ro /
sync
reboot
Run Code Online (Sandbox Code Playgroud)
为我工作,但只得到了前 2 行,由于驱动器很忙而无法完成其余的工作。重新启动,现在似乎可以正常工作了。
| 归档时间: |
|
| 查看次数: |
48131 次 |
| 最近记录: |