답변:
이미 실행 된 chkdsk 스캔 결과를 보려면 다음을 수행하십시오.
wininit
방금 실행 한 chkdsk 스캔을 검색하려면 입력하십시오 . 다음 찾기를 클릭하십시오 .wininit
검색에서 찾은 오른쪽 창 분할 창에서 이벤트를 클릭하십시오 .파일에 대한 "전체 목록"이 있는지 확실하지 않지만 특정 파일에 대해 다르게 시도하여 실행할 수 있습니다.
chkdsk [볼륨 [[경로] 파일 이름]]] [/ F] [/ V] [/ R] [/ X] [/ I] [/ C] [/ L [: 크기]]
여기서 경로 / 파일 이름은 FAT / FAT32 전용이며 조각화를 확인할 파일을 지정합니다. 아래에 보이는 나머지 사양 :
/F Fixes errors on the disk.
/V On FAT/FAT32, this displays the full path and name of every file on the disk. On NTFS, this displays cleanup messages, if any.
/R Locates bad sectors and recovers readable information (implies /F).
/L:size NTFS only. Changes the log file size.
/X Forces the volume to dismount first if necessary (implies /F).
/I NTFS only. Performs a minimum check of index entries.
/C NTFS only. Skips checking of cycles within the folder structure.