|
|
fsck.ext3 No such file or directory while trying to npen /devhda3
The superblock could not be read or dors not describe a correct ext2
filesysem If the device is valid and it really contains an ext2
filesysem (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>
xiaolin ~ # fsck -vy /dev/hda1
fsck from util-linux-ng 2.17.2
e2fsck 1.41.11 (14-Mar-2010)
fsck.ext2: No such file or directory while trying to open /dev/hda1
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>
这个问题怎么解决 |
|