How to Check and Fix or Repair Hard Disk Bad Sector using CMD
In this tutorial I am going to show you, How to Check and Fix or Repair Hard Disk Bad Sector using CMD
You should periodically use the Check Disk tool to check the integrity of disks. Check Disk examines disks and can correct many types of common errors on FAT16, FAT32, and NTFS drives.
Running Check Disk from the Command Line
chkdsk /f C:
Fix or Repair Disk from the Command Line
chkdsk /f /r C:
When you use this command, Check Disk performs an analysis of the disk and then repairs any errors it finds, provided that the disk isn’t in use. If the disk is in use, Check Disk displays a prompt that asks whether you want to schedule the disk to be checked the next time you restart the system. Click Yes to schedule this check.
Comments