학교에 정전이 일어난 후에 컴퓨터를 부팅해보니 파일 시스템을 체크하다가
아래와 같은 메세지 들과 함께..부팅이 되질 않습니다.
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>
fsck.ext2: No such file or directory while trying to open LABEL=/users
/users/util: clean, 2811/915712 files, 1143404/1831402 blocks
[FAILD]
*** 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 maintenace
(or type Control-D for normal startup): 커서깜박임
이와 같은 상태가 됩니다. 그래서 루트 패스워드를 치고
(Repair filesystem) 1 # e2fsck -r /dev/hda1
이라고 체크를 했습니다.
그러더니 아래와 같은 메세지들이 나옵니다.
/ was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/: 154997/651280 files (0.6% non-contiguous), 1041327/1281175 blocks
이렇게 나옵니다. 재부팅을 해도 계속 똑같은 메세지 들이 반복됩니다.
고수님들의 빠른 답변을 부탁드립니다.