Windows 명령 프롬프트(Windows Command Prompt) 에서 CHKDSK 도구(run the CHKDSK tool) 를 실행하는 것이 좋습니다 . 그렇게 하면(Doing) 하드 디스크를 스캔하고 파일 시스템 오류를 포함한 사소한 문제를 복구합니다.
그러나 때때로 검사에서 "디스크에 불량 클러스터를 교체하기에 충분한 공간이 없습니다"라는 오류가 발생합니다. 어떤 공간을 말하는 걸까요? 그리고 불량 클러스터는 정확히 무엇입니까?
다음은 개요입니다.
하드 디스크 스토리지 작동 방식
오류가 발생하는 이유를 이해하려면 먼저 하드 드라이브 메모리가 작동하는 방식을 이해해야 합니다.
드라이브를 처음 사용하기 시작하면 실제로 사용 가능한 모든 스토리지를 사용하지 않습니다. 해당 섹터의 일부는 예약된 상태로 유지되며 속성에 표시되는 사용 가능한 용량에 포함되지 않습니다.
왜요? 드라이브의 수명을 연장합니다. 기본적으로(Basically) 여러 가지 이유로 섹터는 시간이 지남에 따라 오작동하기 시작합니다. 사용 가능한 저장 용량이 줄어드는 것을 방지하기 위해 드라이브는 단순히 데이터를 예약된 섹터 중 하나로 교체하고 정상적으로 계속됩니다.
그러나 궁극적으로 이러한 추가 섹터가 고갈되기 시작하고 스왑이 실패합니다. "디스크에 불량 클러스터를 교체할 공간이 부족합니다"라는 오류가 표시되는 경우입니다.
불량 클러스터(Are Bad Clusters) 란 무엇입니까 ? 왜 발생합니까?
하드(Hard) 디스크는 자화 메모리의 원리로 작동합니다. 모든 전자 장치와 마찬가지로, 너무 많이 사용되는 섹터는 성능이 저하되면서 정상적인 마모가 발생할 수 있습니다.
불량(Bad) 클러스터는 운영 체제에서 더 이상 액세스할 수 없어 교체가 필요한 섹터입니다. 노화된 하드 드라이브에서 자연스럽게 발생하며 디스크 고장의 첫 징후입니다.
데이터 손실로부터 파일을 보호하기 위해 이 문제를 인지한 즉시 중요한 파일을 백업하는 것이 좋습니다. 일반적으로 불량 섹터로 손실된 데이터는 복구할 수 없습니다. 때때로 섹터가 잘못된 것으로 표시되어 데이터를 저장할 수 있습니다.
CHKDSK는(Does CHKDSK Repair) 어떻게 하드 디스크(Hard Disk) 를 복구합니까 ?
명령 프롬프트의 CHKDSK 유틸리티는 유용한 도구이지만 만능은 아닙니다. 많은 사용자는 디스크 검사 도구가 하드 디스크 드라이브의 모든 오류를 마술처럼 고칠 수 있다고 생각하지만 사실이 아닙니다.
유틸리티 작동 방식은 간단합니다. 드라이브에서 불량 클러스터를 검색하고 예비 섹터로 교체합니다. 새 하드 디스크의 경우 일반적으로 예약된 메모리가 충분하므로 충분합니다.
그러나 섹터가 빠르게 실패하는 오래된 드라이브는 결국 추가 공간이 부족하게 되며 더 이상 클러스터를 교체할 수 없습니다. 그 때 CHKDSK 에 문제가 발생합니다.
수정 1: 빅토리아 를 사용하여 (Victoria)불량(Bad) 섹터
재생성
불량 섹터를 재생성한다고 해서 실제로 불량 섹터를 수정하는 것은 아닙니다. 아무리 좋은 소프트웨어라도 하드웨어 문제를 해결할 수는 없습니다.
Victoria 와 같은 앱 은 데이터를 더 건강한 섹터로 복사하고 OS에서 잘못된 것으로 잘못 표시된 섹터를 복원합니다. 예상대로 이는 실제로 하드 드라이브의 전체 저장 용량을 낮추지만 더 안정적입니다.
- 빅토리아 다운로드(Download Victoria)
- 휴대용 응용 프로그램이므로 다운로드한 zip 파일을 추출하고 실행 파일을 실행하기만 하면 됩니다.
- 앱은 사용 중인 하드 디스크의 정보를 자동으로 검색하여 화면에 표시합니다. 더 자세한 SMART 를 얻으려면 . 보고하려면 SMART 를 클릭하십시오 . 버튼.
- 스마트(S.M.A.R.T) . _ 정보는 분석하기 쉬운 형식으로 표시되며 각 항목은 상태 수준에 따라 색상으로 구분됩니다. 녹색(Green) 은 건강, 노란색(Yellow) 은 악화, 빨간색(Red) 은 위험을 의미합니다. 여기서 키 필드는 재할당된 섹터 수(Sector Count) (또는 SSD 의 사용 가능한 예비(Available Spare) )입니다. 이것이 노란색이나 빨간색이면 드라이브에 불량 섹터가 있음을 의미합니다.
- 드라이브에 영향을 미치는 문제를 실제로 수정하려면 테스트(Test) 및 복구(Repair) 탭 으로 전환하고 스캔(Scan) 버튼을 클릭하십시오.
이제 Victoria(Victoria) 가 드라이브 섹터를 스캔하고 가능한 경우 데이터 복구를 시도합니다. 잘못된 클러스터로 잘못 표시된 클러스터는 다시 생성되어 잠재적으로 디스크가 실패할 가능성이 있습니다.
수정 2: 드라이브 확장
이것은 약간의 상황입니다. 많은 경우 사용자는 처음 드라이브를 포맷(formatting the drive) 할 때 하드 디스크 용량의 일부를 할당되지 않은 상태로 둡니다 . 이 추가 공간을 기존 디스크에 추가하여 CHKDSK 에 사용할 새로운 섹터 모음을 제공할 수 있습니다.
물론 드라이브에 할당되지 않은 공간이 없으면 볼륨 확장이 불가능합니다. 그러나 그렇게 하는 경우를 위한 단계는 다음과 같습니다.
- 시작 메뉴(Start Menu) 에서 디스크 관리(Disk Management) 를 검색 하여 파티션 생성 및 포맷 도구를 찾습니다. Microsoft Windows 11 에서는 실제로 해당 이름으로 표시되지 않으므로 나타나는 앱을 열기만 하면 됩니다.
- 상태와 함께 현재 드라이브의 모든 파티션을 나열하는 디스크 관리 창이 나타납니다.
- 드라이브에 할당되지 않은 공간이 있으면 여기에도 표시됩니다. 그런 다음 기본 파티션을 마우스 오른쪽 버튼으로 클릭하고 볼륨 확장...(Extend Volume…) 옵션을 선택할 수 있습니다. 이러한 추가 공간이 없으면 옵션이 회색으로 표시됩니다.
새로운 저장 용량을 주입하면 파티션에 많은 수의 정상 섹터가 추가되어 전반적인 상태가 향상됩니다. 볼륨을 확장한 후
CHKDSK 스캔을 실행 하면 불량 클러스터를 새 공간의 새 섹터로 교체하여 드라이브를 "고정"할 수 있습니다.
수정 3: CHKDSK를 실행하기만 하면 됩니다.
CHKDSK 에서 "디스크에 불량 클러스터를 교체할 공간이 부족합니다 오류"라는 메시지가 표시 되면 검색을 중지하지 않습니다. 명백한 본능은 오류가 표시되면 프로세스를 닫는 것이지만 계속 실행하는 것이 좋습니다.
눈에 띄는 변경 사항은 즉시 나타나지 않지만 디스크 확인은 계속해서 드라이브를 수정하려고 시도합니다. 몇 시간이 걸릴 수 있지만 결국에는 프로세스가 완료됩니다. 유틸리티가 일부 섹터를 구출하고 수리할 수 있는 좋은 기회가 있습니다.
수정 4: 교체 드라이브 받기
아니, 농담이 아니다. 문제는 불량 클러스터 오류가 표시된다는 것은 드라이브에 장애가 발생하기 시작했음을 의미한다는 것입니다. Victoria 및 CHKDSK 와 같은 도구를 사용하여 작업을 꽤 오래 끌 수 있지만 궁극적으로 디스크는 작동을 멈춥니다.
해결책? 교체를 받으십시오. 때때로 죽은 하드 드라이브(extract data out of a dead hard drive) 에서 데이터를 추출하는 것이 가능하지만 어떤 소프트웨어 제품도 하드웨어 문제를 해결할 수 없습니다.
치명적인 디스크 충돌 후에는 기회를 얻지 못할 수 있으므로 가능한 한 데이터를 저장하는 것이 좋습니다. 최소한 가장 중요한 파일을 클라우드 저장소에 백업하거나 디스크를 외장 하드 드라이브에 복제하여(clone the disk) 안전하게 시작해야 합니다.
드라이브 청소가 도움이 됩니까?
많은 온라인 가이드는 디스크 조각 모음(defragmenting the disk) 또는 불필요한 앱 제거를 제안합니다. 주어진 근거는 해제된 메모리를 불량 클러스터를 수정하는 데 사용할 수 있다는 것입니다. 불행히도 그것은 사실이 아닙니다.
CHKDSK 유틸리티 에서 참조하는 여유 공간 은 현재 사용 중인 메모리가 아니라 드라이브의 예약된 공간입니다. 컴퓨터를 정리하는 것은 일반적으로 좋은 습관이지만(시스템 속도를 높일 수도 있음) 불량 클러스터를 수정하는 데 도움이 되지 않습니다.
Windows 에서 " (Windows)디스크(Disk Does) 에 불량 클러스터를 교체하기에 충분한 공간(Enough Space) 이 없습니다 " 오류를 수정(Fix “) 하는 가장 좋은 방법은 무엇입니까 ?
기본적으로 이 오류는 더 심각한 하드웨어 문제를 나타냅니다. 불량(Bad) 클러스터는 고장난 하드 드라이브로 인해 발생하며 아무리 많은 디스크 청소 또는 진단 응용 프로그램을 사용해도 이를 해결할 수 없습니다.
즉, Victoria 와 같은 도구 는 불량 섹터를 재생성하고 데이터를 보다 안정적인 섹터로 이동하여 하드 드라이브의 수명을 연장하는 데 도움이 될 수 있습니다. 드라이브에 할당되지 않은 공간이 있는 경우 디스크를 확장하여 추가 볼륨을 통합할 수도 있습니다.
어쨌든 이와 같은 오류가 표시되는 즉시 데이터 백업을 시작 해야 합니다. (start backing up your data)드라이브가 언제 완전히 고장날지 알 수 없으며 백업을 통해 데이터 손실을 방지할 수 있습니다. 궁극적으로 하드 드라이브가 고장나서 교체가 필요하기 때문입니다.
Fix “The Disk Does Not Have Enough Space to Replace Bad Clusters” Error in Windows
It іs frequently reсommended to run the CHKDSK tool from the Windows Command Prompt. Doing so scans the hard disk and repairs minor issues, including file system errors.
But sometimes, the scan throws up an error: “The disk does not have enough space to replace bad clusters”. What space is it referring to? And what exactly are bad clusters?
Here’s an overview.
How Hard Disk Storage Works
To understand why you get the error, you must first understand how hard drive memory works.
When you first start using a drive, it doesn’t actually use all of the storage available on it. A fraction of its sectors are kept reserved, and not even counted toward the available capacity you see on its Properties.
Why? To boost the drive’s longevity. Basically, due to various reasons, sectors start malfunctioning over time. To prevent the available storage capacity from shrinking, the drive simply swaps the data with one of the reserved sectors and continues as normal.
But ultimately these extra sectors start running out, and the swap fails. That’s when you get the “disk does not have enough space to replace bad clusters” error.
What Are Bad Clusters? Why Do They Occur?
Hard disks work on the principle of magnetized memory. Like all electronic devices, they are subject to normal wear and tear, with sectors used too heavily getting degraded.
Bad clusters are just sectors that are no longer accessible by the operating system, requiring replacement. They occur naturally in any aging hard drive and are the first signs of a failing disk.
It is recommended to back up your important files upon noticing this issue to safeguard your files against data loss – it is usually not possible to recover any data lost to bad sectors. Sometimes sectors are erroneously marked as bad, in which case you can save your data.
How Does CHKDSK Repair the Hard Disk?
Command Prompt’s CHKDSK utility is a useful tool, but it is not all-powerful. Many users think that the check disk tool can magically fix all errors on a hard disk drive, but that’s not true.
The way the utility works is simple – it scans the drive for bad clusters and swaps them with available sectors in reserve. For a new hard disk, this is usually good enough as there is plenty of reserved memory.
But old drives with rapidly failing sectors end up running out of any extra space, and can no longer get by with swapping clusters. That’s when CHKDSK runs into trouble.
Fix 1: Use Victoria to Regenerate Bad Sectors
When we say regenerate bad sectors, we don’t really mean actually fixing them. No software can fix a hardware issue, no matter how good it is.
What apps like Victoria do is that they copy over your data to healthier sectors, and restore any sectors that have been wrongly marked as bad by the OS. As you might expect, this actually pushes down the total storage capacity of the hard drive, though it does make it more stable.
- Download Victoria
- As it is a portable application, you can just extract the download zip file and run the executable.
- The app will automatically retrieve information on the hard disk in use and display it on the screen. To get a more detailed S.M.A.R.T. report, click on the S.M.A.R.T. button on the top.
- The S.M.A.R.T. information is presented in an easy-to-parse format, with each entry color-coded by its health level. Green is healthy, Yellow is deteriorating and Red means critical. The key field here is Reallocated Sector Count (or Available Spare in an SSD). If this is in yellow or red, this means that your drive has bad sectors.
- To actually fix the issues affecting your drive, switch to the Test & Repair tab and click the Scan button.
Victoria will now scan the sectors of the drive and try to recover your data where possible. Any clusters mistakenly marked as bad would be regenerated, potentially rescuing the disk from failure.
Fix 2: Extend the Drive
This one is a bit situational. Many times users leave a fraction of their hard disk capacity unallocated when first formatting the drive. This extra space can be added into the existing disk to give CHKDSK a fresh collection of sectors to use.
Of course, if you don’t have any unallocated space on the drive, extending the volume isn’t possible. But in case you do, here are the steps for doing so:
- Search for Disk Management in the Start Menu to locate the tool for creating and formatting partitions. Note that on Microsoft Windows 11 it doesn’t actually show up with that name, so just open the app that appears.
- The disk management window shows up, listing all the partitions on the current drive, along with their health.
- If there is any unallocated space on the drive, it will also show up here. Then you can right-click on your main partition and select the Extend Volume… option. Without any such extra space, the option will be grayed out.
The infusion of fresh storage capacity adds a large number of healthy sectors into your partition, improving its overall health. Running a CHKDSK scan after extending the volume will allow it to swap the bad clusters with the fresh sectors in the new space, “fixing” the drive.
Fix 3: Just Let CHKDSK Run
When CHKDSK throws up the “disk does not have enough space to replace bad clusters error”, it doesn’t stop scanning. Your obvious instinct might be to close the process when you see an error, but it is better to keep it running.
You will see no obvious changes right away, but check disk will keep trying to fix the drive. It might take a few hours, but eventually, the process will be completed. There is a good chance that the utility will manage to rescue some of the sectors and repair them.
Fix 4: Get a Replacement Drive
No, we are not kidding. The thing is, seeing a bad clusters error means that your drive is beginning to fail. And while you can drag things on for quite a bit by using tools like Victoria and CHKDSK, ultimately the disk is just going to stop working.
The solution? Get a replacement. While it is sometimes possible to extract data out of a dead hard drive, no software product can fix hardware issues.
The idea is to save your data while you still can, because you may not get a chance after a fatal disk crash. At the very least you should start backing up your most important files to cloud storage or clone the disk to an external hard drive to be safe.
Does Cleaning the Drive Help?
Many online guides suggest defragmenting the disk or removing unnecessary apps. The rationale given is that the freed-up memory could then be used to fix the bad clusters. Unfortunately, that’s not true.
The free space referred to by the CHKDSK utility is the reserved space on the drive, not the memory currently in use. While cleaning up your computer is generally a good practice (and can even speed up your system) it will not help fix bad clusters.
What Is the Best Way To Fix “The Disk Does Not Have Enough Space to Replace Bad Clusters” Error in Windows?
At its core, this error is indicative of a more serious hardware problem. Bad clusters are caused by a failing hard drive, and no amount of disk cleaning or diagnostic applications are going to fix that.
That being said, tools like Victoria can help you get a bit more life out of your hard drive by regenerating bad sectors and moving your data to more stable sectors. If you have unallocated space on your drive, you can also try extending the disk to incorporate the extra volume.
In any case, you should start backing up your data as soon as you see an error like this. You never know when your drive will completely fail, and having a backup ensures that you do not lose any data. Because ultimately the hard drive will fail, requiring a replacement.