これがわずかに異なるシナリオで他の誰かを助ける場合に備えてchkdsk /F
、データを失うことなく、読み取り不能な「生」パーティションを読み取り可能な「NTFS」パーティションにするために私のために働きました。私のシナリオは、要するに、ディスクが起動可能ではないのに、別のシステムのディスク管理がそれを「生」として表示し、それをchkdsk
検出してntfs
修復するというものでした。
- ディスク(近隣のDell Optiplexシステムからの500GB Windows 8ブートドライブ)がWindows 10ディスク管理で「生」として表示されました
- 同じディスク-MacOS 10.14で読み取り可能-つまり、そこにあるすべてのファイルを回復できます
convert /fs:ntfs
「ディスクはすでにNTFSです」など
chkdsk
(w / o /F
)NTFSパーティションであり、多くのファイルテーブルエラーがあったと述べた
chkdsk
出力のコピー:
WARNING! /F parameter not specified.
Running CHKDSK in read-only mode.
Read-only chkdsk found bad on-disk uppercase table - using system table.
Stage 1: Examining basic file system structure ...
267088 file records processed.
File verification completed.
1991 large file records processed.
0 bad file records processed.
Stage 2: Examining file name linkage ...
3541 reparse records processed.
308192 index entries processed.
Index verification completed.
CHKDSK is scanning unindexed files for reconnect to their original directory.
3541 reparse records processed.
Stage 3: Examining security descriptors ...
Security descriptor verification completed.
20552 data files processed.
Errors detected in the uppercase file.
The master file table's (MFT) BITMAP attribute is incorrect.
The Volume Bitmap is incorrect.
Windows has checked the file system and found problems.
Run CHKDSK with the /F (fix) option to correct these.
これが同じ状況の誰かに役立つことを願っています。