VPS를 다시 시작한 후 VPS가 추가로 추가된 드라이브를 찾을 수 없습니다. 시작하는 동안 VPS는 콘솔에 다음 메시지를 표시합니다.
fsck.ext3: No such file or directory while trying to open /dev/xvdc1
/dev/xvdc1:
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.ext3: No such file or directory while trying to open /dev/xvdf1
/dev/xvdf1:
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 died with exit status 8
failed (code 8).
File system check failed.
이러한 명령을 실행하면 시스템이 드라이브를 찾을 수 없습니다. VPS를 시작하겠습니다. 모든 것이 부팅되지만 귀중한 데이터가 포함된 추가 드라이브를 찾을 수 없습니다.
vps:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 4.0G 3.0G 764M 81% /
tmpfs 1.1G 0 1.1G 0% /lib/init/rw
tmpfs 1.1G 4.0K 1.1G 1% /dev/shm
vps:~# fdisk -l
vps:~#
vps:~# ls /dev/ | grep xv
vps:~#
내 fstab은 다음과 같습니다
vps:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/xvda1 / ext3 rw,noatime 0 1
/dev/xvdb1 none swap defaults 0 0
/dev/xvdc1 /home ext3 rw,noatime,usrquota 0 1
/dev/xvdf1 /mnt/backup ext3 rw,noatime 0 1
/dev/tmpMnt /tmp tmpfs loop,noexec,nosuid,noatime,rw 0 0
어떻게 이럴 수있어? 이 문제를 어떻게 해결할 수 있나요?
시스템이 /dev/xvda1
파티션에서 부팅되는 것처럼 보이지만 파티션을 찾을 수 없습니다. 그리고 연결된 드라이브(귀중한 데이터 포함!)도 손실되었습니다!