免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1601 | 回复: 6
打印 上一主题 下一主题

[SCO UNIX] 紧急求助UNIX启动问题!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-09-19 11:16 |只看该作者 |正序浏览
我的机器一启动到
kernel:Hz=100,i/o.bufs=6652k,
时就不在往下走拉郁闷,请求帮助谢谢!!!

论坛徽章:
0
7 [报告]
发表于 2005-09-19 14:58 |只看该作者

紧急求助UNIX启动问题!!!

ok?

论坛徽章:
0
6 [报告]
发表于 2005-09-19 13:19 |只看该作者

紧急求助UNIX启动问题!!!

去试一下谢谢拉呵呵

论坛徽章:
0
5 [报告]
发表于 2005-09-19 12:48 |只看该作者

紧急求助UNIX启动问题!!!

用紧急引导盘启动机器,进入#号后修复硬盘文件系统后把硬盘mount到软盘上
      # fsck -ofull -d /dev/hd0root
            # mount /dev/hd0root /mnt
              # /etc/chroot /mnt /bin/sh

Now check the /dev/console file to ensure it is correct. This is how it should look. It is also linked to /dev/syscon and /dev/systty.

              # cd /dev
              # ls -al /dev/console
              crw-------   3 bin      terminal   3,  1 Jul 27 10:50 console


If it is not there or does not look like the above, then to recreate it, run the following commands:

              # cp console console.old
              # cp systty systty.old
              # cp syscon syscon.old
              # mknod /dev/console c 3 1
              # ln /dev/console /dev/syscon
              # ln /dev/console /dev/systty


Once complete, exit the shell and umount the filesystem so it will not be corrupted when you re-boot:

              # exit
              # umount /mnt
              # haltsys

论坛徽章:
0
4 [报告]
发表于 2005-09-19 11:40 |只看该作者

紧急求助UNIX启动问题!!!

没有问题,挂另一个硬盘上的系统就能进去,应该是UNIX丢东西拉或是加载不上哪个程序,谁有什么方法修复一下。。。。。。。。谢谢拉

论坛徽章:
0
3 [报告]
发表于 2005-09-19 11:32 |只看该作者

紧急求助UNIX启动问题!!!

试试内存?

论坛徽章:
0
2 [报告]
发表于 2005-09-19 11:19 |只看该作者

紧急求助UNIX启动问题!!!

硬件没有问题,不知道有没有解决的办法。。。。。。。。。。
  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP