|
|
我启动编译好的lfs。启动时出现了如下的错误:
Activating all swap files/partitions ...
Swapon can not stat /dev/hda10: No such file or directory [failed]
/dev/hda14
Checking file systems
fsck.ext2: No such file or directory while trying to open /dev/hda14
The superblock could not be read or does not descibe a correct ext2 filesustem. If the device is valid and it really cotains an ext2 filesystem (and not swap or swap or efs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
我的fstab文件是这样的。
/dev/hda14 / ext2 ( ) ( ) ( )
/dev/hda10 swap swap ( ) ( ) ( )
/dev/hda13 /home ext3 ( ) ( ) ( )
其中,/dev/hda10是我主系统的swap;/dev/hda13是主系统的/home, 是ext3格式。
我的主系统是红帽子9.0。lfs是5.1.1。故按照BOOK,/dev/hda14是ext2格式的。
请问高高手,我该如何解决这个启动的问题啊。 |
|