+ -
当前位置:首页 → 问答吧 → 求助: fsck.ext3 : No such file or directory while trying to open /dev/sda3

求助: fsck.ext3 : No such file or directory while trying to open /dev/sda3

时间:2008-04-05

来源:互联网

用的CLFS-bootscripts-1.1-pre10,,启动的时候出了以下问题

作者: mimilinux   发布时间: 2008-04-05

Udevd [866]: init_udevd_socket : error getting socket: Function not implemented
Error initializing udevd socket
Udevd[866]: main: error initializing udevd socket [failure]
Performing Coldpluggin …
Mkdir: cannot create directory ‘/dev/.udev’: read-olny file system [ok]
Mounting root file system in read-only mode … [ok]
Checking file system …
Fsck.ext3: no such file or directory while trying to open /dev/sda3
/dev/sda3:
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 something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
E2fsck –b 8193 <device>
Failure:
File system errors were encountered that could not be fixed automatically. This system can not continue to boot and will therefore be halted until those errors are fixed manually by a system administrator.
After you press enter this system will be halted and powered off.

昨天也遇到过这个问题,在mke2fs -n /dev/sda3的输出信息中,e2fsck 把第一个superblock的备份恢复了一下就过去了,但是今天尝试了几次恢复也过不去。但是,我用livecd启动,mount -v /dev/sda3 /mnt/usb挂/dev/sda3缺没有任何问题,能够自动认出是ext3系统,读写里面的东西也没问题。
至于第一个init_udevd_socket : error getting socket: Function not implemented 问题,开始是因为我忘了把logger移到/sbin下,但是移过去了以后也同样是function not implemented,不知道问题出在哪里了,也不知道找不到/dev/sda3是不是与之前的问题有关系。

作者: mimilinux   发布时间: 2008-04-05

是否是内核没有把网络Socket编译进去?

作者: laowang_buaa   发布时间: 2008-04-06

没有编译网络socket,晚上回家了编上试试

作者: mimilinux   发布时间: 2008-04-06