How to fix hard drive errors
Fix bad sector on Hard Disk
A bad sector is a sector on a computer’s disk that cannot be used due to permanent damage and you have lost the ability to save and store your data. Bad sectors can occur on both Storage device hard drives HDD and solid state drives SSD. When you repair a bad sector your computer will replace the bad sectors with good sectors and ignore the bad sectors. Here’s How to fix hard drive errors.
You can check bad disk by chkdsk command in dos mode for bad sectors. Open command prompt and type chkdsk and drive name.
To find and repair errors in the D drive
Use the following command: chkdsk D:/f
Use F for fix errors on the Disk.
Another way to fix bad sectors on Hard disk
1. Go to Start menu and run command prompt.
2. Type CMD and press Enter
3. Right click on CMD and click on run as administrator.
4. Type these command and press enter
Diskpart
list disk
Select disk 1
clean
5. After that this command format your hard disk completely.
create partition primary
select partition 1
active
format FS=NTFS
assign letter=D
exit
its done!