Raid로 묶은 하드의 인식문제(아시는 분 해결책 좀 부탁드립니다
FORTRAN 프로그램을 실행시키고 난 후 모니터화면에 아무것도 나오지 않고 telent 접속한 창들이 다 닫혀 버리고 key도 먹지 않아 강제 종료를 시켰습니다.
하드는 Maxtor 160G 4개를 raid card로 한개의 하드로 인식하도록 했습니다.
raid card는 FastTrak TX2000입니다. 하드는 3개의 파티션으로 나누어 /dev/sda1(root), /dev/sda2(swap), /dev/sda3(home)으로 잡았습니다. 전부 ext3로 설정했습니다. 리눅스 버젼은 red hat 7.2를 사용하고 있습니다.
시스템이 다운 된 후 message를 보니 다음과 같이 error난 부분들이 있었습니다.
kernel : FastTrak : Register Status - BM(0x4) CMD(0x51) Error(0x40)
kernel : FastTrak | 1|4133|Information|Array 1, Disk Maxtor 4G160J8 (Channel 1/Slave) Disk Error at LBA 0xadda700 cmd=0xc8 status=0x51
kernel : FastTrak : Register Status - BM(0x4) CMD(0x51) Error(0x40)
kernel : FastTrak : 2|4133|Information|Array 1, Disk Maxtor 4G160J8 (Channel 1/Slave) Disk Error at LBA 0xadda700 cmd=0xc8 status=0x51
kernel : DebEngFun : bReadError Register(dev2)=0x40
kernel : wReadLBA_Register - bCh(0x0) bID(0x1) LBA(0xdda708)
kernel : wReadLBA_Register - bCh(0x0) bID(0x1) LBA(0xdda708)
kernel : scsi0: ERROR on channel 0, id 0, lun 0, CDB: Read(10) 00 20 98 f5 e2 00 00 40 00
kernel : Info fld=0x298f608, Current sd08:03: sense key Medium Error
kernel : Additional sense indicates Id CRC or ECC error
kernel : I/O error: dev 08:03, sector 540694240
kernel : EXT3-fs error (device sd(8,3)): ext3_free_branches: Read failure, inode=30278067, block=60967503
위의 에러메세지가 여러번 반복되었더군요.
Raid drive의 문제가 아닌가 생각되어 60G의 다른 하드드라이브에 red hat 7.2를 동일한 형태로 설치를 하고 fdisk와 fsck 등을 해 보았습니다. 그 결과는 다음과 같이 나왔습니다.
# fdisk -l
Disk /dev/sda: 255 heads 63 Sectors, 59789 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 255 2048256 83 Linux
/dev/sda2 256 358 1052257+ 82 Linux swap
/dev/sda3 387 59789 477154597+ 83 Linux
Disk /dev/hda: 255 heads 63 Sectors, 7299 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2550 20482843+ 83 Linux
/dev/hda2 2551 2681 1052257+ 82 Linux swap
/dev/hda3 2682 7299 37094085 83 Linux
# fsck /dev/sda3
Parallelizing fsck version 1.23 (15-Aug-2001)
e2fsck 1.23, 15-Aug-2001 for EXT2 FS 0.5b, 95/08/09
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda3
Could this be a zero-length partition?
위와 같이 나옵니다.
아주 중요한 자료들이 들어있는데 복구할 방법을 아시는 분은 알려주세요...
댓글 달기