: 부팅을 할때...
:
: Checking root filesystem
: fsck.ext2(null):
: 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>
: :No such file or directory while trying to open LABEL=/
: [FAILED]
:
: *** An error occurred during the file system check.
: *** Dropping you to a shell;the system will reboot
: *** when you leave the shell.
: Give root password for maintenance
: (or type control -D for normal startup) :
:
: 이렇게 끝이납니다.
:
: 루트 페스워드로 들어가서,,,
:
: fsck /dev/hda2 를 해도 실행되지 않습니다.
:
: 그외에 많이 이렇게 저렇게 했는데 실행이 되지 않는군요..
:
: ^^;;;
:
: 님들의 의견을 듣고자 합니다.
:
: 도와주세요~
super block 깨진것 같은데요 리눅스 나 유닉스에서는 파일들의 정보를 모두
가지고 있고 블록에서 부팅할때 가져오는데 못가져와서 그런것 같습니다.
그러나 super block 은 첫번째 superblock 두번째 superblock 등등
계속 정보를 backup해서 가지고 있습니다.
에러 메세지에 나타는 것처럼 한 번 해주세요...이전의 subperblock의 정보를
가져와서 복구합니다.
e2fsck -b 8193 <device>--용