<pre>이글을 읽으시는분 안녕하세요.^^
제 컴퓨터가 부팅이 안되고 있습니다.
다시말하면 6번째정도 줄까지 부팅이 되고 그다음에 root암호를 넣어라는
영어가 뜹니다. 그런데 암호를 넣고 들어가서는 어떤 작업도 되지 않고 있습니다.
서버로 사용하고 있었기에 하드디스크에 막대한 양의 html과 데이터베이스가
들어 있어 다시 linux를 설치할 수도 없습니다.
하드 디스크는 SCSI 17G를 사용하고있고요, linux 버전은 6.2 와우 리눅스
그리고 아파치 php mysql 서버가 설치되어있습니다.
복구 시킬 방법은 없는지요?
복구 시킬 방법이 없다면 다른 하드에 내용을 복사하고 싶은데 가능한지요?
부팅안된 부분을 보면
---------------------------------------------------------------------
Welcome to wow linux
Rress'I' to enter interactive startup
Mounting proc file system [ OK ]
Configuring kernel parameters [ OK ]
Setting clock : Wed Dec 12 17:36:47 KST 2000 [ OK ]
Loading default keymap [ OK ]
Activating swap partitions [ OK ]
Setting hostname localhost.localdomain [ OK ]
Checking root filesystem
/dev/sda1 contains a file system with errors, check forced.
Error reading block 32773 (Attempt to read block from filesystem resulted in short
read) while doing inode scan.
/dev/sda1 : UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e.) without -a or -p options)
[ FAILED ]
*** A 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):
--------------------------------------------------------------------
암호를 넣고 fsck를 사용하여 보았습니다.
[root@localhost/]# fsck -b 8193 /dev/sdc5
Parallelizing fsck version 1.18 (11-nov-1999)
e2fsck 1.18, 11-Nov-1000 for EXT2 fs 0.5b, 95/08/09
fsck.ext2: Device not configured while trying to open /dev/sdc5
Possibly non-exitent or swap device?
[root@localhost/]# fsck -b 8193 /dev/sdc5
Parallelizing fsck version 1.18 (11-nov-1999)
modprob: modprob: Can't locate module block-major-3
fsck.ext2: Device not configured while trying to open /dev/sdc5
(null):
The superblock could not be read or does not describe a correct ext2
filesystem. If the deivice 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
이런 문구가 나오면 서 여전히 똑같습니다.
도움 부탁드립니다. </pre>