Home > Article > System Tutorial > 5 Quick Tips for Checking and Fixing Hard Drive Errors
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.
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.
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.
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.
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.
Step 3: Start scanning, after the scan is complete, click to close the window.
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).
Step 2: In the command prompt window, type CHKDSK C: /F /R and press Enter key.
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 y (for yes) and press Enter to schedule the scan for the next time your computer starts up.
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.
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:
Pada but semula seterusnya, sistem akan melakukan semakan cakera secara automatik menggunakan utiliti chkdsk.
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).
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!