when mount the sysfile, it appear that the type of filesystem error.
and after fsck ing , it show the partion maybe zero .
so the solution is :
# mke2fs -na /dev/hda1
# e2fsck -b 32876 /dev/hda1
# mount /dev/hda1 /redaht
and after fsck ing , it show the partion maybe zero .
so the solution is :
# mke2fs -na /dev/hda1
# e2fsck -b 32876 /dev/hda1
# mount /dev/hda1 /redaht
当挂载sys文件系统时出现错误,通过fsck检查发现分区可能为零。解决步骤包括:使用mke2fs创建文件系统,e2fsck修复文件系统,并最终成功挂载。
1万+

被折叠的 条评论
为什么被折叠?



