1.서버를 비정상적으로 종료
shuedown -r now를 했으나 화면이 멈춰서 그냥 전원을 끔
2. 부팅시에 setup.......[OK] 부분에서 멈춤
3. 디스크검사를 해야 한다고 생각해서 CDRom부팅을 해서 linux rescue로 들
어옴
4. df로 마운트된 디스크 확인
/tmp/root
/tmp/cdrom
/tmp/hda1
/tmp/hda2
/tmp/hda3
5. e2fsck /tmp/hda1 실행(저희 서버의 파일시스템은 ext3입니다.)
6.에러메시지:
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
7. superblock복구를 위해서
fsck.ext3 -b 8193 /dev/hda
를 실행했으나 6번과 똑같은 에러 메시지.
어떻게 해야 부팅이 될까요???
고수님들의 많은 도움 부탁드립니다. ㅠㅠ
혹시 아시는 분은 답변 달아주세요. ^^