리눅스에서 윈도우에서 데이타 저장용으로 쓰던 NTFS와 FAT파일 시스템 복구 방법 알려주세요
디스크도구에서 파일시스템 검사 해보니 그냥 문제있음 나오고 끝인데 고친거 아닌거죠?
그래서 e2fsck -p /dev/sdb 쓰니깐 이렇게 나오네요
root@yoon-desktop:/home/yoon# e2fsck -p /dev/sdb
e2fsck: Bad magic number in super-block while trying to open /dev/sdb
/dev/sdb:
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>
root@yoon-desktop:/home/yoon# fsck -p /dev/sdb
fsck from util-linux 2.20.1
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb
/dev/sdb:
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>