부팅에 문제가 생겼어요. ㅠ_ㅠ

cd9cd9의 이미지

파티션에 라벨명을 붙여 부팅을 할 때와 그렇지 않을 때 어떻게 되는지 테스트 해 보기 위해 /home 파티션을 포맷하고 ext2 파일시스템으로 포맷을 했는데, 호기심에 그냥 다시 한 번 /home 파티션을 msdos 파일시스템으로 포맷을 했었어요. 리눅스에서 사용하던 파티션도 msdos 파일시스템으로 포맷이 되는 걸 확인하고는 다시 /home 파티션을 ex2 파일시스템으로 다시 포맷을 한 후에 부팅을 하니까 다음과 같은 에러메세지가 나오면서 부팅이 안되더라구요...

Checking filesystems :
(null) :
The superblock could not be read or does not describe a correct ext2 filesystem.
If the device is vail 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 on alternate superblock :

e2fsck -b 8193 <device>

fsck.ext2 : Is a directory while trying to open /home
<-----------------------------reiserfsck, 2001 ----------------------------->
reiserfsprogs 3.x.0j
/usr : clean, 145950/627744 files, 669976/1255070 blocks

/var : clean, 4234/301568 files, 2409/602429 blocks
[FAILED]

*** An error occurred during the filesystem check.
*** Dropping you to a shell ; the system whill reboot
*** when you leave the shell.

Give root password for maintenance. (or type Control + D for normal startup)

와 같은 메세지가 출력되서 일단은 root 패스워드를 입력한 후에 fsck 명령을 이용하여 ext2 파일시스템으로 이루어진 파티션은 " fsck -t ext2 디바이스명 " 명령으로 체크하고, reiserfs 파일시스템으로 이루어진 파티션은 " fsck -t reiserfs 디바이스명 " 명령으로 체크한 후에 다시 리부팅을 해 봤는데, 위와 동일한 에러메세지가 뜨더라구요. 그래서 이번에는 에러메세지에 나와있는 " e2fsck -b 8193 디바이스명 " 명령으로 ext2 파일시스템으로 이루어진 모든 파티션을 체크해 봤는데도 소용이 없네요...
그래서 마지막으로 테스트를 했었던 /home 파티션을 리눅스 fdisk 를 이용하여 삭제한 후에 파티션을 다시 설정하고 ext2 파일시스템으로 포맷해 봤는데도 안되더라구요...ㅠ_ㅠ

위와 같은 에러는 어떻게 해결을 해야 하는건가요??

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.