Home  >  Article  >  System Tutorial  >  5 Quick Tips for Checking and Fixing Hard Drive Errors

5 Quick Tips for Checking and Fixing Hard Drive Errors

WBOY
WBOYOriginal
2024-08-01 22:20:06920browse

If you find that your hard drive is not working properly and your computer is running very slowly, or you suspect that there may be a problem with your hard drive, you can run the Windows Error Checker to check for errors. Checking the drive for errors can help resolve some performance issues. This article describes different ways to check and repair the hard drive error, as well as checking for file system errors and repairing corrupted sectors on Windows 10.

  • Tip 1: Check drive status in Security and Maintenance
  • Tip 2: Use Disk Checking Utility in File Explorer
  • Tip 3: Run CHKDSK in Command Prompt
  • Tip 4: Run Disk Check by Setting Dirty Bit
  • Tip 5: Use Repair-Volume in PowerShell

Check Drive Status in Security and Maintenance

In Windows 10, the Security and Maintenance panel is where you go to change your security settings and check the health of your hardware. To check a drive for errors, do the following.

Step 1: In the search box on the taskbar, type security and maintenance and then press Enter to open it.

5 Quick Tips for Checking and Fixing Hard Drive Errors

Step 2: Expand Maintenance and then go to Drive Status to check the current health of the drive.

As the following screenshot shows, all drives are working properly. If any of your disks have issues, there will be an option to scan and fix them.

5 Quick Tips for Checking and Fixing Hard Drive Errors

Use the Disk Checking Utility in File Explorer

Disk Check can identify and automatically correct file system errors and make sure that you can continue to load and write data from the hard disk. To run the CHKDSK utility directly from the properties dialog of the computer's hard disk partition, do the following.

Step 1: Open the File Explorer.

In This PC, Right-click the drive that you want to check and select Properties.

5 Quick Tips for Checking and Fixing Hard Drive Errors

Step 2: Click the Tools tab, and then click the Check button under the Error-checking section.

Another window will appear. It may say that Windows hasn't found any errors, but you can still scan the drive for errors if you want. If that's the case, select Scan drive and the scanning will begin.

5 Quick Tips for Checking and Fixing Hard Drive Errors

Step 3: Start scanning, after the scan is complete, click to close the window.

5 Quick Tips for Checking and Fixing Hard Drive Errors

Check for Drive Error by Running CHKDSK in Command Prompt

The following steps show how to run CHKDSK to check and repair drive with the elevated Command Prompt. If used without parameters, chkdsk displays only the status of the volume and does not fix any errors. If used with the /f, /r, or /x parameters, it fixes errors on the volume.

Step 1: Press Win+X and then hit A to open Command Prompt (Admin).

5 Quick Tips for Checking and Fixing Hard Drive Errors

Step 2: In the command prompt window, type CHKDSK C: /F /R and press Enter key.

5 Quick Tips for Checking and Fixing Hard Drive Errors

If you try to have CHKDSK scan your computer's boot drive from an elevated Command Prompt, you will be asked if you would like the CHKDSK utility to perform the scan the next time your computer boots up.

Step 3: Simply type (for yes) and press Enter to schedule the scan for the next time your computer starts up.

5 Quick Tips for Checking and Fixing Hard Drive Errors

If you are unable to start your computer, you can run the tool from a command prompt by booting the computer into recovery mode or by running the command prompt using the original installation disk.

To do so, follow this instruction: Open Command Prompt at Boot using Windows Installation Media.

Jalankan Pemeriksaan Cakera dengan Menetapkan Bit Kotor Kelantangan

Kadangkala, jika PC anda tidak dimatikan dengan betul atau ranap secara tiba-tiba, ini boleh merosakkan komputer dan fail sistem anda. Untuk menyemak integriti cakera keras anda atau untuk membetulkan ralat sistem fail, anda boleh menetapkan bit kotor untuk pemacu supaya cakera secara automatik menyemak ralat kelantangan pada kali seterusnya anda memulakan semula komputer anda.

Buka Command Prompt yang dinaikkan (Win+X, A).

Taip arahan berikut dan tekan Enter:

fsutil set kotor C:

5 Quick Tips for Checking and Fixing Hard Drive Errors

Pada but semula seterusnya, sistem akan melakukan semakan cakera secara automatik menggunakan utiliti chkdsk.

Semak Drive untuk Ralat menggunakan Repair-Volume dalam PowerShell

Cmdlet Volume Pembaikan melakukan pembaikan pada volum, anda boleh melakukan tindakan pembaikan berikut.

Langkah 1: Buka PowerShell yang dinaikkan.

Langkah 2: Taip arahan di bawah ke dalam PowerShell, tekan Enter.

-> Pembaikan-Volume -DriveLetter C -Scan

Arahan ini mengimbas pemacu C dan melaporkan ralat sahaja (bersamaan dengan chkdsk /scan).

-> Pembaikan-Volume -DriveLetter C -OfflineScanAndFix

Arahan ini membawa pemacu C ke luar talian untuk mengimbas kelantangan dan membetulkan sebarang ralat yang ditemui (bersamaan dengan chkdsk /f).

5 Quick Tips for Checking and Fixing Hard Drive Errors

The above is the detailed content of 5 Quick Tips for Checking and Fixing Hard Drive Errors. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn