단일 NTFS 파티션이있는 외부 HDD가 우연히 막혀서 (키즈!) 손상되었습니다.
IV는 운이없는 ntfsfix를 실행하려고 시도했습니다.
Windows 7의 디스크 관리에서 디스크를 볼 때 5 개의 파티션 2가 할당되지 않은 것으로 표시됩니다. 그 중 2 개는 할당되지 않았습니다. chkdsk / f를 실행할 수 없습니다
IV는 다른 유사한 질문에 대한 해결책으로 언급 된 Minitool 파티션 마법사를 사용해 보았습니다. 전체 드라이브를 하나의 파티션으로 표시했지만 할당되지 않았으며 "파일 시스템 검사"옵션이 회색으로 표시되었습니다.
내가 시도 할 수있는 다른 것이 있습니까?
fdisk -l의 출력
Disk /dev/sdb: 1500.3 GB, 1500299395072 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930272256 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytest
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x69205244
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdb1 ? 218129509 1920119918 850995205 72 Unknown
/dev/sdb2 ? 729050177 1273024900 271987362 74 Unknown
/dev/sdb3 ? 168653938 168653938 0 65 Novell Netware 386
/dev/sdb4 2692939776 2692991410 25817+ 0 Empty
Partition table entries are not in disk order
ntfsfix의 출력
me@vaio:/dev$ sudo ntfsfix /dev/sdb
Mounting volume... ntfs_mst_post_read_fixup_warn: magic: 0xffffffff size: 1024 usa_ofs: 65535 usa_count: 65534: Invalid argument
Record 0 has no FILE magic (0xffffffff)
Failed to load $MFT: Input/output error
FAILED
Attempting to correct errors... ntfs_mst_post_read_fixup_warn: magic: 0xffffffff size: 1024 usa_ofs: 65535 usa_count: 65534: Invalid argument
Record 0 has no FILE magic (0xffffffff)
Failed to load $MFT: Input/output error
FAILED
Failed to startup volume: Input/output error
Checking for self-located MFT segment... ntfs_mst_post_read_fixup_warn: magic: 0xffffffff size: 1024 usa_ofs: 65535 usa_count: 65534: Invalid argument
OK
ntfs_mst_post_read_fixup_warn: magic: 0xffffffff size: 1024 usa_ofs: 65535 usa_count: 65534: Invalid argument
Record 0 has no FILE magic (0xffffffff)
Failed to load $MFT: Input/output error
Volume is corrupt. You should run chkdsk.
MiniTool에서 사용 가능한 옵션 :
관련 질문 :