|
发表于 2008-4-3 22:57:31
|
显示全部楼层
Post by updavy;1834520
但是却出现了下面的错误
INIT: version 2.86 booting
Mounting kernel-based file systems: /proc/sys [OK]
Creating /dev intmpfs.... [OK]
Copying static entries.... [OK]
Setting Permissons on /dev/shm..... [OK]
Starting udevd......
udevd[846]: init_udevd_socket: error getting socket: Address family not supported by protocol
udevd[846]: main: error initializing udevd socket: Illegal seek [FAIL]
Performing Coldplugging.... 好长时间后 [OK]
Mounting file systems....
/dev/hdb2:
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 someting else), then the superblock is corrupt, an you might try running e2fsck with an alternalte superblock:
e2fsck -b 8139 <device>
[FAIL]
第一个,似乎是你没加入 socket支持。
第二个,也许是你不是用 ext2/3 的,但是你的 fstab没写好。 |
|