msg :
checking all file systems...
fsck 1.35 (28-Feb-2004)
fsck.ext3 : No such file or directory while trying to open /dev/hdb1
/dev/hdb1:
The superblock could not be read or does not describ a correct ext2 filesystem . If the device is valid and it really contain an ext2 filesystem ( and not swap or ufs or something else) , then the superblock is currupt , and you might try running e2fsck winth an alternate superblock :
e2fsck -b 8139 <device>
fsck failed . Please repair manually
這是什麼問題阿? 在我編新kernel之前,我安裝debian的時候分了幾個掛載點
/dev/hdb1 --> /boot (ext3)
/dev/hdb2 --> / (ext3)
/dev/hdb3 --> (swap)
/dev/hdb5 --> /win2k (ntfs)
能告訴我怎麼解決上面的問題嗎?(可以的話順便告訴我為什麼會這樣)
另外,我新的kernel不能mount 之前我分好的 /dev/hdb5 (我有把ntfs的filesystem編入新kernel)