当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > 编译完新内核reboot后,fsckfailed

Unix/Linux
第三章 在Debian上用Exim配置邮件服务器
Sendmail邮件服务器快速指南 1
Sendmail邮件服务器快速指南 2
Sendmail邮件服务器快速指南 3
使用sendmail配置企业简易邮件系统
RedHatLinux AS3中配置sendmail服务器
RedHatLinux AS3中APACHE+SendMail+OpenWebMail整合
Linux下DNS服务器架设攻略
Linux下DNS服务器架设攻略 2
Linux下DNS服务器架设攻略 3
Linux内核配置选项
域名解析 A记录 MX记录 CNAME记录 TTL
DNS轮循的一些介绍
netfilter/iptables模块编译及应用
和大家一起分享不错的iptables
构筑Linux防火墙之IPtables的概念与用法(1)
构筑Linux防火墙之IPtables的概念与用法(2)
Linux架设DNS服务器(一)
Linux架设DNS服务器(二)
邮件传输原理及相关入门知识概述

Unix/Linux 中的 编译完新内核reboot后,fsckfailed


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 45 ::
收藏到网摘: n/a


  原内核rh9自带的2.4.20
  新内核2.4.20 patched to 2.4.21-pre6 (patch -p1 < filename)
  就一个/和一个swap分区
  /分区用的是reiserfs fs
  以新的内核重启后,发现以下几个明显错误,例如数个/dev/tty1,/dev/tty2找不到文件.最关键的是最后显示的reiserfsck could not open filesystem on /dev/hdb3
  fsck.reiserfs for device exited with signal 6
  我已经将reiserfs编译入内核中,并非模块化.请问会是什么问题?在线等.附上我的config,/etc/grub.conf,/etc/fstab
  注:硬盘没有坏道.
  [root@localhost root]# cat /etc/fstab
  /dev/hdb3 / reiserfs defaults 1 1
  none /dev/pts devpts gid=5,mode=620 0 0
  none /proc proc defaults 0 0
  none /dev/shm tmpfs defaults 0 0
  /dev/hdb4 swap swap defaults 0 0
  /etc/grub.conf
  # Note that you do not have to rerun grub after making changes to this file
  # NOTICE: You do not have a /boot partition. This means that
  # all kernel and initrd paths are relative to /, eg.
  # root (hd1,2)
  # kernel /boot/vmlinuz-version ro root=/dev/hdb3

  # initrd /boot/initrd-version.img
  #boot=/dev/hda
  default=1
  timeout=10
  splashimage=(hd1,2)/boot/grub/splash.xpm.gz
  title Red Hat Linux (2.4.21-pre6)
  root (hd1,2)
  kernel /boot/vmlinuz-2.4.21-pre6 ro root=/dev/hdb3 hdc=ide-scsi hdd=ide-scsi
  initrd /boot/initrd-2.4.21-pre6.img
  title Red Hat Linux (2.4.20-8)
  root (hd1,2)
  kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/hdb3 hdc=ide-scsi hdd=ide-scsi
  initrd /boot/initrd-2.4.20-8.img
  title DOS
  rootnoverify (hd0,0)
  chainloader +1