Chkdsk log file где хранится

от admin

Chkdsk Log Location in Windows 7, 8, 10

6 large Chkdsk Log Location in Windows 7 8 10

Most Windows users with a bit of experience are familiar with the CHKDSK command line tool that has been traditionally used to check the integrity of the hard drive and file system. In this guide we’ll show you how to find the log locations for CHKDSK results in Windows 7, 8, and 10, while also teaching you a bit about the tool’s usefulness in different types of hard drives:

Is CHKDSK Useful on SSD Drives Anymore?

If your PC uses a Solid State Drive (SSD) rather than a Hard Disk Drive (HDD) it is still safe and somewhat useful to run CHKDSK. However, since an SSD has no moving parts, there’s no need to check the condition of the physical drive using the ‘chkdsk c: /r’ command. Still, since Windows utilizes the same file system regardless of whether you’re using an SSD or HDD, the ‘chkdsk c: /f’ command is still useful for repairing the file system. Other than that command though, CHKDSK isn’t really a necessary tool for an SSD. That’s just something to keep in mind in case you’re about to waste your time trying a list of CHKDSK commands that won’t do much for your SSD. With that said, here’s how to find the CHKDSK log locations in all recent versions of Windows:

Browsing to Hidden CHKDSK Log Files Manually

You can access text versions of the CHKDSK log files stored in [Drive Letter]:\System Volume Information\Chkdsk. However, you’ll need to ensure you’ve checked the ‘Show hidden files, folders, and drives‘ option in the Control Panel -> Folder Options -> Hidden Files and Folders menu. You’ll also need to take ownership of that folder in order to open the text logs. Here are some easier methods for retrieving the logs:

Fastest Way to Generate Text File of CHKDSK Log Files in Windows 7, 8, and 10

There’s an alternative method that lets you use Windows Powershell to input a nifty command that automatically fetches your CHKDSK log files and places them in a text file on your desktop in one quick action. Here’s how to do it:

Step 1. Press the Windows + R Keys to bring up the Run dialog box, and then type in powershell.exe and press the Enter key.

Step 2. Copy and paste the command below into the Powershell interface and press Enter:

7 full Chkdsk Log Location in Windows 7 8 10

Step 3. Check your desktop and you’ll see a new text file entitled CHKDSKResults.txt containing all your CHKDSK logs in one convenient location.

Finding CHKDSK Log Location in the Event Viewer in Windows 7, 8, and 10

Step 1. Open Event Viewer by typing eventvwr.msc in the Start Menu search bar and pressing the Enter key.

Step 2. Navigate to Windows Logs ->Application in the left sidebar:

4 full Chkdsk Log Location in Windows 7 8 10

Step 3. Click the ‘Filter current log‘ button on the right side:

Step 4. This is where it will vary depending on which version of Windows you’re using.

  • For Windows 7: Select ‘Wininit‘ in the Event sources dropdown list, as shown in the screenshot below:

3 large Chkdsk Log Location in Windows 7 8 10

Now you should see only log files from the Wininit even source displayed, which is where you’ll find your CHKDSK logs. Alternatively, you can enter «1001» into the Event ID field to achieve the same results.

  • For Windows 8, 8.1, and 10: Enter «26226» in the Event ID field and click OK:

1 full Chkdsk Log Location in Windows 7 8 10

Using the methods and steps above, anyone should be able to find their CHKDSK log files in Windows 7, 8, 8.1 or 10. If you run into any problems or have any questions, let us know in the comments below.

Where are the results of chkdsk located in Windows 7?

I recently ran the chkdsk in Windows 7 on my local C: drive. After chkdsk completed, the results flashed on the screen for a few seconds and then the computer booted up. I wasn’t able to read the results in time. Are the results saved to a text file somewhere?

Gilles 'SO- stop being evil''s user avatar

4 Answers 4

As Randolph mentions, it is in the Event Viewer. More specifically, here:

Control Panel -> Administrative Tools -> Event Viewer -> Windows Logs -> Application -> Wininit

Wininit is found under the source column.

Go to Start, then type in ‘event viewer’ (without the quotes) in the search bar, and then select ‘Event Viewer’.

Since the Event Viewer could list tens of thousands or more events, this could make finding the ‘Wininit’ event (the chkdsk log) very hard.

To make this easier, when in «Event Viewer » Windows Logs » Application«, go to «Filter Current Log. » Filter » Event sources » check ‘Wininit’«:

Filter Current Log. > Filter > Event sources > check 'Wininit'

This will make the Event Viewer only show sources that are ‘Wininit’ (chkdsk logs only).

There are also chkdsk .log files, viewable in a text editor, located at [Drive Letter]:\System Volume Information\Chkdsk . You can only view it if Control Panel » Folder Options » ‘Hidden files and folders’ » ‘Show hidden files, folders, and drives’ is selected, ‘Hide protected operating system files’ is unchecked and you took ownership of that folder.

Chkdsk: особенности проверки диска на наличие ошибок в Windows 10

date09.09.2020
useritpro
directoryPowerShell, Windows 10, Windows Server 2016
commentsкомментариев 8

CHKDSK.exe (check disk) — стандартная встроенная утилита Windows для проверки жестких дисков на наличие ошибок. Утилита chkdsk позволяет проверить носитель и файловую систему на физические и логические ошибки, найти поврежденные секторы (bad sectors) и исправить найденные проблемы. В этой статье мы рассмотрим особенности использования утилиты проверки диска chkdsk в Windows 10, а также возможность проверки диска из PowerShell с помощью командлета Repair-Volume.

Проверка диска в Windows 10 с помощью утилиты chkdsk

Чтобы проверить жесткий диск на ошибки, запустите командную строку с правами администратора. Выполните команду:

Данная команда запустит проверку диска E:\, найденные ошибки будут исправлены автоматически (/F), при наличии поврежденных секторов будет выполняться попытка восстановления информации (/R). Полная проверка диска может занять длительное время в зависимости от емкости носителя и количества файлов.

Утилита chkdsk последовательно выполняет четыре прохода, на которых выполняется проверка метаданных тома:

  • Этап 1. Проверка файлов
  • Этап 2. Проверка индексов
  • Этап 3. Проверка дескрипторов безопасности
  • Этап 4. Проверка секторов

После окончания проверки диска вы увидите подробную статистику диска, информацию о поврежденных секторах и файлах, предпринятых действиях по восстановлению.

Если утилита chkdsk не обнаружила проблем, появится надпись:

chkdsk утилита проверки диска на ошибки в windows 10

Вы не сможете выполнить онлайн сканирование и исправление ошибок на системном диске (C:\). При запуске команды chkdsk C: /F /R вы увидите, что диск заблокирован и его проверку можно выполнить только при следующей перезагрузке Windows:

Если вы хотите проверить диск при следующей загрузке компьютера, нажмите Y -> Enter . Появится сообщение “ This volume will be checked the next time the system restarts ”.

chkdsk системный диск заблокирован, запланировать его проверку при следующей перезагрузке

Теперь, если вы перезагрузите Windows, запустится проверка диска. Нужно дождаться ее окончания.

Если вы хотите проверить на ошибки диск в офлайн режиме (пропустить онлайн проверку), используйте опцию offlinescanandfix:

chkdsk E: /f /offlinescanandfix

При использовании опции offlinescanandfix для системного диска будет предложено запланировать проверку при перезагрузке.

/X — еще один полезный атрибут chkdsk. Он позволяет отключить том перед проверкой, принудительно закрыв все открытые файловые дескрипторы.

Также нужно обратить внимание на новую опцию chkdsk — /spotfix . Данный параметр применяется только для томов NTFS. Параметр spotfix позволяет существенно сократить время офлайн проверки диска с нескольких часов до секунд. Вместо полной проверки всего диска выполняется только поиск и исправление ошибок, зафиксированных ранее (во время обычной проверки диска) в файле $corrupt. В этом случае chkdsk сразу исправляет ошибки, не тратя время на сканирование диска. Это особенно полезно при проверке больших томов.

В Windows 10 обслуживание дисков (проверка и дефрагментация) выполняются автоматически по расписанию или во время бездействия компьютера. Информацию о статусе автоматической проверки дисков можно найти в меню Панель управления -> Центр безопасности и обслуживания -> Обслуживание -> Состояние диска (Control Panel -> System and Security -> Security and Maintenance -> Drive status). На скриншоте виден статус All drives are working properly .

Читать:
Как посмотреть кто заходил в группу в контакте

windows 10 статус заданий обслживания жесткого диска

Также в современных билдах Windows 10 добавлена утилита диагностики хранилища StorDiag.exe (Storage Diagnostic Tool). Данная утилита выполняет сразу несколько операций проверки диска ( chkdsk , fsutil и fltmc ). Лог можно сохранить в виде ETW трейса. Например:

stordiag.exe -collectEtw -checkfsconsistency -out %userprofile%\desktop

Проверка ошибок на жестком диске с помощью PowerShell

В версии PowerShell 4.0 появился отдельный командлет для проверки диска Repair-Volume. Это командлет является PowerShell аналогом команды chkdsk.

Чтобы из PowerShell выполнить онлайн проверку жесткого диска на ошибки, выполните команду:

Repair-Volume –driveletter C –scan

Если нужно выполнить офлайн проверку и автоматически исправить ошибки, используйте параметр offlinescanandfix:

Repair-Volume –driveletter E –offlinescanandfix

Если ошибок на диске не найдено, вы увидите сообщение NoErrorsFound.

Repair-Volume проверка ошибок на диске с помощью powershell

Также поддерживается быстрое исправление ошибок с помощью параметра spotfix (исправляются только ошибки, найденные при онлайн сканировании):

Repair-volume –driveletter E –spotfix

Можно проверить сразу несколько локальных дисков:

Repair-Volume -DriveLetter EHI –SpotFix

Через CIM сессии проверить диски на удаленных компьютерах:

Repair-Volume –driverletter c -scan –cimsession fs01,fs02,dc01

Get-PhysicalDisk | Sort Size | FT FriendlyName, Size, MediaType,SpindleSpeed, HealthStatus, OperationalStatus -AutoSize

powershell: команда получения данных smart о здоровье диска

Просмотр результата (лога) проверки диска Chkdsk в Windows 10

При проверке диска в онлайн режиме, вы видите в консоли полную статистику. Однако, если вы запланировали проверку диска с помощью опции offlinescanandfix, вы не увидите на экране загрузки Windows итоговый отчет chkdk. В Windows 10 на экране загрузки отображается только общий процент выполнения проверки диска.

выполняется проверка диска при загрузке windows 10

В Windows 10 вы можете получить информацию о всех действиях, которые были выполнены процедурой проверки дисков только из журнала событий Windows (Event Viewer).

Откройте Windows Event Viewer ( Eventvwr.msc ).

Windows 10 Event Viewer

В открывшемся окне перейдите в раздел Windows Logs -> Application.

Журнал приложений Windows

Щелкните ПКМ по разделу Application и выберите пункт меню Find. В строке поиска введите chkdsk и нажмите Find next.

Поиск события chkdsk

Поиск должен перейти на последнее событие с Event ID 1001 и источником Wininit. На вкладке General будет содержаться подробный лог с данными последней проверки системного диска.

wininit 1001 chkdsk

Вы можете получить информацию из событий проверки диска с помощью PowerShell. Следующая команда экспортирует 5 последних результатов проверки диска из журнала событий и сохранит их на рабочий стол в текстовый файл CHKDSK_SCAN.txt.

Get-EventLog -LogName Application -Source chkdsk | Select-Object -Last 5 -Property TimeGenerated,Message | Format-Table -Wrap| out-file «$env:userprofile\Desktop\CHKDSK_SCAN.txt»

Полученный файл можно открыть в любом текстовом редакторе.

powershell получить лог проверки диска chkdsk при загрузке windows 10

Итак, мы получили журнал проверки дисков, выполненной при загрузке Windows 10. Если Windows запускает проверку при каждой загрузке ОС или проверка зависает, возможно стоит временно отключить автоматическую проверку дисков при загрузке Windows.

Предыдущая статьяПредыдущая статья Следующая статья Следующая статья

page

page

page

alt=»Get-ADUser список email адресов» width=»58″ height=»56″ /> Get-ADUser: получение информации о пользователях Active Directory из PowerShell
alt=»Включить User Profile Disks для коллекции RDS» width=»58″ height=»56″ /> Внедряем User Profile Disks в Windows Server RDS
alt=»powershell узнать время блокировки пользователя» width=»58″ height=»56″ />Ищем источник блокировки учетной записи пользователя в Active Directory
alt=»netsh interface portproxy — правило перенаправления портов Windows» width=»58″ height=»56″ />Настройка проброса сетевых портов (порт форвардинг) в Windows

Большое спасибо, инфа очень пригодилась

Ищет только при наборе eventvwr.

Проверка файловой системы на C:
Тип файловой системы-NTFS.
Метка тома-это Windows.

Была запланирована проверка диска.
Теперь Windows проверит диск.

Этап 1: Изучение базовой структуры файловой системы …
Обработано 185856 записей файлов. Проверка файлов завершена.
Обработано 6726 записей большого файла. Обработано 0 плохих записей файлов.
Этап 2: изучение связи имен файлов …
Обработано 254036 индексных записей. Проверка индекса завершена.
0 просмотренных неиндексированных файлов. 0 неиндексированных файлов, восстановленных в lost And found.
Этап 3: изучение дескрипторов безопасности …
Очистка 1740 неиспользуемых записей индекса из индекса $SII файла 0x9.
Очистка 1740 неиспользуемых записей индекса из индекса $SDH файла 0x9.
Очистка 1740 неиспользуемых дескрипторов безопасности.
Проверка дескриптора безопасности завершена.
Обработано 34091 файл данных. ЧКДСК проверяет журнал Usn…
Обработано 36943640 байт USN. Проверка журнала Usn завершена.

Windows внесла исправления в файловую систему.
Никаких дальнейших действий не требуется.

148795388 КБ всего дискового пространства.
35573640 КБ в 130357 файлах.
91072 КБ в 34092 индексах.
0 КБ в поврежденных секторах.
295580 КБ используется системой.
65536 КБ, занятый файлом журнала.
112835096 КБ доступно на диске.

4096 байт в каждом кластере.
37198847 всего единиц распределения на диске.
28208774 единицы распределения доступны на диске.

Внутренняя Информация:
00 d6 02 00 6c 82 02 00 14 11 05 00 00 00 00 00 ….л………..
ба 02 00 00 42 00 00 00 00 00 00 00 00 00 00 00 ….Б………..

Windows закончила проверку вашего диска.
Пожалуйста, подождите, пока ваш компьютер перезагрузится.

Спасибо. Подробное и понятное объяснение действий. Всё четко. И полезно. «Вьювер» бывает и на русском, не только на английском языке, может называться Ивент Вьювер, — «просмотрщик событий» единственное замечание, и обывателя это может запутать или стать проблемой при поиске и последовательном выполнении ваших советов. Спасибо вам за помощь и разъяснения.

При большом размере лога он не влезает в поле журнала Windows и обрезается.
Полную версию искать в папке System Volume Information проверяемого тома, которую лучше открыть из под учётной записи SYSTEM или придётся изменять права доступа на неё.

How to find ChkDsk results in Event Viewer logs in Windows 11/10

We run ChkDsk on our computer systems to find and fix the errors. After completing the scanning, the chkdsk results are saved in Event Viewer. You can read the chkdsk results in the Event Viewer with some clicks. In the case of corruption, sudden power failure, etc., Windows executes the chkdsk command automatically and checks the system for errors. Besides this, you can also schedule the chkdsk in Windows 11/10 for disk error checking. The chkdsk utility in Windows 11/10 fixes various performance issues and makes the system run smoothly.

Windows saves the chkdsk results in Event Viewer so that the user can read them and take additional troubleshooting steps. But many users do not know how to read the Event Viewer Log for Check Disk on a Windows 10 machine. In this article, we will show you the steps that help you find the chkdsk results in Event Viewer logs.

How to view ChkDsk log in Event Viewer

  1. Using the Event Viewer app on Windows.
  2. Using the Windows PowerShell.

1] Reading ChkDsk results using the Event Viewer app

Follow the below-listed steps.

1] Type “Event Viewer” in the Windows search box and click on the app to launch it.

2] In the Event Viewer app, expand the “Windows Logs” section in the left panel.

find Chkdsk results in Event Viewer_1

3] Now, right-click on the “Application” option and click “Filter Current Log.”

find Chkdsk results in Event Viewer_2

3] In the Event Sources drop-down menu, select the checkboxes for “chkdsk” and “wininit.” When you are done, click OK.

How to view ChkDsk log in Event Viewer

After performing these steps, you will be able to view the chkdsk results in the Event Viewer center panel.

Select a particular log and its details will be available in the bottom center panel.

2] Viewing ChkDsk results using the PowerShell

Let’s see the steps to view chkdsk results using the Windows PowerShell.

1] Type PowerShell in the Windows search box and click on the Windows PowerShell app.

2] In the PowerShell window, type the following command and press the Enter key to execute it.

This will show you the chkdsk logs.

3] You can also export the chkdsk logs in the text file. For this, type the following command in the PowerShell and hit Enter.

The file will be saved on your Desktop with the name “chkdsklog.”

Do note that the PowerShell command provides you only with the most recent chkdsk logs. Hence, if you want a detailed chkdsk log, please follow the first method listed in this article.

This is how you can find and view the chkdsk results in Event Viewer logs.

Related post that you may like to read: ChkDsk stuck at a particular % or hangs at some stage.

Related Posts