linux启动报错 裸体跪求达人指点 小弟新手,请详细教我
答案:4 悬赏:70 手机版
解决时间 2021-11-26 12:17
- 提问者网友:心牵心
- 2021-11-25 11:43
linux启动报错 裸体跪求达人指点 小弟新手,请详细教我
最佳答案
- 五星知识达人网友:我住北渡口
- 2021-11-25 13:22
很明显了,你的sda7有问题,而你的根目录就在sda7上,所以系统启动不了。你在fsck的时候都没有通过。
#fsck.ext2 /dev/sda7
e2fsck 1.32 (09-Nov-2002)
Couldn’t find ext2 superblock, trying magic number in superblock while trying to open /dev/sda7
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt ,and you might try running e2fsck with an alternate superblock:
e2fsck –b 8193
而在启动提示中,也说到:
fsck.ext2 : / :
The superblock could not be read or does not describe a correct ext2 file system. If the device is valid and it really contains an ext2 file system (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck –b 8193
翻译:
超级块无法被读取且没有包含一个正确的ext2文件系统。如果设备是有效的并且确实含有一个ext2文件系统(并且没有swap或ufs等其他东西),那么说明超级块是坏的,你可以尝试用一个备用的超级块来运行e2fsck:……
所以其实他的出错提示还是很明白的,你只要仔细读读就好了。按照他给的提示运行一下那个命令,对你的情况来说就是运行:
e2fsck -b 8139 /dev/sda7
#fsck.ext2 /dev/sda7
e2fsck 1.32 (09-Nov-2002)
Couldn’t find ext2 superblock, trying magic number in superblock while trying to open /dev/sda7
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt ,and you might try running e2fsck with an alternate superblock:
e2fsck –b 8193
而在启动提示中,也说到:
fsck.ext2 : / :
The superblock could not be read or does not describe a correct ext2 file system. If the device is valid and it really contains an ext2 file system (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck –b 8193
翻译:
超级块无法被读取且没有包含一个正确的ext2文件系统。如果设备是有效的并且确实含有一个ext2文件系统(并且没有swap或ufs等其他东西),那么说明超级块是坏的,你可以尝试用一个备用的超级块来运行e2fsck:……
所以其实他的出错提示还是很明白的,你只要仔细读读就好了。按照他给的提示运行一下那个命令,对你的情况来说就是运行:
e2fsck -b 8139 /dev/sda7
全部回答
- 1楼网友:野味小生
- 2021-11-25 15:27
to access the bbs:
www maxwit com
www maxwit com
- 2楼网友:轮獄道
- 2021-11-25 15:11
你的 /BOOT 目录挂载了没?重新挂一下试试
- 3楼网友:痴妹与他
- 2021-11-25 13:50
看来好像是交换分区有问题,用光盘进入救援模式,删掉交换分区重建一个就行了。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯