윈도우즈 chkdsk에 대해 잘 아시는 분 계신가요?
갖고있는 하드를 옮기다 떨어뜨리는 바람에 배드 섹터가 좀 생겼는데요. 이런 디스크에서 chkdsk /r을 하면 배드 섹터 관련 마킹 작업중 자료 손실이 일어날 가능성이 있고, 해당 폴더나 파일을 날려버릴 수 있기 때문에 하지 말라고 하던데, 이걸 미리 숙지하지 못해서 이미 돌렸다가 취소했습니다. 취소하기 직전 화면을 찍어 올립니다.
보시다시피 chkdsk는 아무런 자료 수정이나 삭제 관련 메시지를 프롬프트에 남기지 않은 상태입니다. 모든 게 오류없이 통과되었고 에서 4단계 진행중에도 오류 메시지가 남겨지지 않은 상태에서 종료했는데, chkdsk로 인한 파일 삭제나 변형이 이미 생겼을 수 있는지 모르겠습니다.
1. found 폴더나 chk 파일은 생성되지 않았습니다. 이것들을 생성하지 않고도 자료가 싹 사라져 버렸다는 사례를 읽었고요. 중요한 건 스크린 샷 그대로 프롬프트에 아무런 수정 작업이나 오류 관련 내역이 안 남겨져 있고 정상적으로 다 통과되었다는 것인데, 그렇다면 안심해도 되냐는 얘기입니다. 왜냐하면...
2. chkdsk를 위와 같은 상황에서 취소후 디스크에 있는 자료는 복사 프로그램을 통해 전부 새 디스크로 옮겼는데 복사 오류가 나는 폴더는 제외하고 전부 옮겨진 상태이며 오류난 폴더는 백업 본이 있어서 복구 의뢰가 필요하지 않을 수 있습니다. 다만 만일 상기 기술한 상황에서 chkdsk로 인한 파일 손실이 이미 '오류 메시지를 프롬프트에 남기지 않고' 일어났었을 경우에는 알수 없는 자료 분실이 발생된 상황으로 추정되기 때문에, 이 부분에 대해 명확히 알고 싶습비다 영 찝찝해서... 이벤트 뷰어에는 이미 로그가 남아 있지 않은 상황입니다.
첨부 | 파일 크기 |
---|---|
![]() | 102.2 KB |
chkdsk /f/r
chkdsk /f/r 이라고 해보세요.
chkdsk /?
CHKDSK [volume[[path]filename]]] [/F] [/V] [/R] [/X] [/I] [/C] [/L[:size]] [/B] [/scan] [/spotfix]
volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
filename FAT/FAT32 only: Specifies the files to check for
fragmentation.
/F Fixes errors on the disk.
/V On FAT/FAT32: Displays the full path and name of every
file on the disk.
On NTFS: Displays cleanup messages if any.
/R Locates bad sectors and recovers readable information
(implies /F, when /scan not specified).
/L:size NTFS only: Changes the log file size to the specified
number of kilobytes. If size is not specified, displays
current size.
/X Forces the volume to dismount first if necessary.
All opened handles to the volume would then be invalid
(implies /F).
/I NTFS only: Performs a less vigorous check of index
entries.
/C NTFS only: Skips checking of cycles within the folder
structure.
/B NTFS only: Re-evaluates bad clusters on the volume
(implies /R)
/scan NTFS only: Runs a online scan on the volume
/forceofflinefix NTFS only: (Must be used with "/scan")
Bypass all online repair; all defects found
are queued for offline repair (i.e. "chkdsk /spotfix").
/perf NTFS only: (Must be used with "/scan")
Uses more system resources to complete a scan as fast as
possible. This may have a negative performance impact on
other tasks running on the system.
/spotfix NTFS only: Runs spot fixing on the volume
/sdcleanup NTFS only: Garbage collect unneeded security descriptor
data (implies /F).
/offlinescanandfix Runs an offline scan and fix on the volume.
/freeorphanedchains FAT/FAT32/exFAT only: Frees any orphaned cluster chains
instead of recovering their contents.
/markclean FAT/FAT32/exFAT only: Marks the volume clean if no
corruption was detected, even if /F was not specified.
The /I or /C switch reduces the amount of time required to run Chkdsk by
skipping certain checks of the volume.
댓글 달기