Что делать при ошбки Scanning and repairing drive в Windows 10
Сегодня мы поговорим о болячках новой Windows 10. Хотя, что значит болячках. По сути, если вы сталкивались хоть раз с сообщением об ошибке Scanning and repairing drive, то скорее всего болячки у вашего винчестера. Дело в том, что любой винчестер — это железяка которая может пострадать не только физически, но и программно. Таким образом, необходимо периодически производить лечение винчестера, чтобы избавлять его от программных болячек. Говорить о том, что винчестер нельзя бить ногами, думаю будет излишнем.
Выглядит эта проблема следующим образом. Вы включаете компьютер и на определенном этапе загрузки Windows 10 он выдает вам сообщение, что мол, Scanning and repairing drive. Если перевести, то смысл примерно следующий: сканирование проблемных секторов вашего жесткого диска. Операционная система производит сканировоание вашего жесткого диска на разного рода неполадки. Дело в том, что иногда система может остановиться на определенном процентном значении и повиснуть. На самом деле система наткнулась на проблемный сектор и пытает с ним справиться, однако это не так просто и ей приходится долгое время возиться с этим сектором. после система также внезапно, может быстро, в считанные секунды с, например 19% дойти до 99%. Думаю, смысл вам понятен: если система как-бы зависла, то не спешите выключать компьютер, подождите несколько часов, быть может все наладится.
.jpg)
Другими словами, у вас проблема с винчестером, в результате либо программных сбоев, либо физического износа. Но что делать?
Давайте разберемся в проблеме и попробуем понять, как от нее избавиться.
Наилучшим способом избавления от проблемы, является проверка винчестера. Лучше всего снимите жесткий диск, подключите его в качестве второстепенного к другому компьютеру и просканируйте на наличие бэдов. Есть множество программных комплексов для проведения такого рода проверки. Вы можете воспользоваться встроенной утилитой в саму операционную систему Windows, либо скачать что-то более серьезное.
Вы также можете оставить включенным на сообщении Scanning and repairing drive компьютер и дождаться завершения сканирования. Это может длиться вплоть до 24 часов, поэтому запаситесь терпением.
Есть еще один интересный способ. Для того чтобы войти в систему, быстро нажмите клавиши F8 и Delete. Необходимо, чтобы появилось сообщение To skip disk checking press any key within (цифра) seconds. Далее нажмите Enter. Однако, имейте в виду, что в при следующей загрузки компьютера, сканирование может вновь появится. Таким образом вы проблему не решаете, а всего-либо откладываете.
Войдя в систему вы можете запустить проверку диска C, предварительно выставив галочку о проверке секторов винчестера. Таким образом, операционная система будет проверять жесткий диск не олько на предмет программных ошибок, но и на наличие/отсутствие ошибок секторов и пытаться от них избавиться.
Как бы там ни было, мы рекомендуем вам, позаботиться о замене жесткого диска заранее. Купите новый жесткий диск и перенесите на него всю важную для вас информацию. Либо воспользуйтесь любыми доступными сменными носителями для создания бэкапа нужной вам информации. Вы также можете прибегнуть к облачному хранилищу, для того, чтобы смерть вашего винчестера не застала вас врасплох.
Сегодня мы рассмотрели проблему с появлением ошибки Scanning and repairing drive, а также узнали причину появления данной ошибки и способы ее устранения. Если статья была вам полезна, мы очень рады! Не забывайте периодически посещать наш сайт, ведь мы публикуем новые статьи каждый день. Это отличный способ узнавать что-то новое и учиться понимать ваш компьютер.
Disable or Stop Auto CHKDSK During Windows Startup
One of Windows annoying so called “features” is the Windows disk checker (Chkdsk) being automatically executed whenever you don’t shut down your computer properly. The blue colored screen appears on Windows XP or black colored screen for Windows Vista and 7 during boot that says:
Checking file system on C:
The type of the file system is NTFS.
One of your disks needs to be checked for consistency. You may cancel the disk check, but it is strongly recommended that you continue.
To skip disk checking, press any key within 10 seconds(s).
Simply pressing any key would stop Check disk from running but when you restart your computer, you’ll get this prompt again because Windows still thinks the drive needs scanning and will keep reminding you until it is checked. Sometimes, even after letting Check disk scan the drive that it wants to, the checking process would still automatically run at next boot and it wants to check the drives again.

What we have found out is that when Windows detects there has been an improper shutdown or a drive such as a USB flash drive has been ejected before the system has finished with it, a secret value is stored on the drive to let Windows know about the issue and force a Check disk request. This value is known as a “Dirty bit” and is a single hex value (2 values for Windows 8) that Windows looks at on boot for system drives or when the the external device is inserted.
One easy way to determine if a drive letter is marked as dirty and will require auto chkkdsk on boot is to run the command fsutil dirty query C: in Command Prompt. If the fsutil tool reports that the drive letter is not dirty, the disk checking process will not want to run for that drive. However, when a drive letter is being marked as dirty, we discovered the location of the hex values on the drive that are being modified and resetting the dirty bit hex value to default will magically stop the auto disk check on boot.

While resetting the dirty bit manually would be the best solution for many situations, it is more difficult to do on system drives such as C because they will be locked and not allow editing from within Windows to change the bit value. Another option for these drives is to simply instruct Windows not to bother checking whether they have been marked as dirty on boot, so you’ll never get a request to auto check them again. Here’s how to disable or stop Check disk from scanning your drives in Windows boot for Windows XP, Vista, 7 and Windows 8.
There are people who suggest editing the registry to do this which works if done properly, but the recommended and safer way to disable auto Check disk from starting up is using the /x switch via the chkntfs command in Command Prompt. This switch will exclude a drive from the default boot time check. To get to the Command Prompt, go to:
Start -> Run (or Win key+R) -> type cmd and press enter
If you have drive C: as the drive you want exclude, then the command to disable chkdsk from scanning the C: drive would be:

If you have a second drive to exclude, C: and D: for example, you can disable Check disk with the command below. Simply add all the drives you want to exclude in this way, separating them with a space.

Sometimes users don’t like editing the registry or using the command prompt, which is why for your convenience, we have created a simple batch file to run the command for you. Download and run the .bat file, then enter the drive letter(s) to exclude from autocheck when prompted, the rest is automatic. Make sure to right click and “Run as Administrator”.

There are some experts who believe that it’s better not to disable Check disk from scanning your hard drive. But sometimes it makes sense if you don’t want it to scan your hard drive because if it finds anything bad, damaged files will be changed to File00001.CHK. When that happens, you will have to use data recovery software or some third party tools to recognize and recover the CHK files.
There are other important functions the Windows chkntfs command performs you should know about, which are discussed in more detail on page 2.