갑자기 mount 명령이 안됩니다.

beprog의 이미지

지금까지 잘 됐는데 이번에 하드 포맷하고 다시 까니까 mount 명령이 안되네요.
RH8.0이구요 80기가 하드를 extended 파티션까지 15개로 나누었거든요. 디스크 드루이드에서 몇개는 마운트 포인트 지정하고 몇개는 안했는데 지정하지 꾸벅않은 파티션들이 마운트가 안됩니다. 참고로 모두 ext3으로 포맷했습니다.
#mount /dev/hda10 /test
mount: you must specify the filesystem type -> 예전엔 이런 메세지도 안 떴어요.
#mount -t ext3 /dev/hda10 /test
mount: wrong fs type, bad option, bad superblock on /dev/hda10, or too many mounted file systems.
그리고 파티션 10개로 나누어서 테스트 했을때도 똑같은 메세지가 떴습니다. 15개 풀로 나눴다고 그런건 아니란 말이죠.
이번엔 15개로 나누면서 나머지 남는 파티션들을 모두 마운트 포인트를 지정해 줬습니다. /1, /2 등등.. 그랬더니 또 umount/mount 다 되더군요.
지금까지 잘 되다가 안되는 이유를 모르겠습니다. 한가지 다른 점은 freebsd 깔려구 freebsd용 파티션 하나 더 잡은 것 밖에 없거든요.
고수님들의 조언 부탁드립니다.

한가지 더 테스트 해봤습니다.
/dev/hda10 파티션이 마운트가 안되어서 /etc/fstab에 첨가해봤습니다. 물론 타입은 ext3이고 적절한 마운트포인트도 입력했습니다.
그랬더니 부팅할 때...
Checking filesystems
/home: clean .......
......
fsck.ext3/dev/hda10:
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 and alternate superblock:
e2fsck -b 8193 <device>

: Bad magic number in super-block while trying to open /dev/hda10
[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)

ufs 파일시스템을 FreeBSD에서 쓰는 것 같던데 아무래도 FreeBSD 파티션이 문제인 것 같네요. 어떻하면 되죠?

Necromancer의 이미지

마운트포인트 지정 안한 파티션들이 포맷 안된거 같군요.

아래 메시지들은 파티션이 포맷 안되있거나 엉뚱한 파티션으로
포맷된경우 자주 나타납니다.

한번 포맷해보시길

beprog wrote:

#mount /dev/hda10 /test
mount: you must specify the filesystem type

#mount -t ext3 /dev/hda10 /test
mount: wrong fs type, bad option, bad superblock on /dev/hda10, or too many mounted file systems.

Written By the Black Knight of Destruction

rooth의 이미지

자세한 사항은 님이 올려주신것으로만 알기 힘듭니다만...
파일시스템모듈관련 오류인것 같습니다.

/var(usr던가...-_-)/lib/modules/커널버젼/kernel/
여기에서 fs 디렉토리로 가시면..
autofs.o (맞는지 불확실합니다.) 있는데 이 모듈 설치하세요.
(autofilesystem에 관련된 모듈)

모듈디렉토리 경로 맞는지 불확실합니다. -_-;
지금 윈도우라;;
모듈설치는 해당 디렉토리에서 'insmod 모듈명' 하시면 되구요
'modprobe 모듈명' 하셔서 메모리적재하시면 됩니다.

좋은사이트군요^^;

댓글 달기

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 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • 사용할 수 있는 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>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • You can use Textile markup to format text.
  • 사용할 수 있는 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>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 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>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.