Fix disk error

Filed Under (Disk error, Windows error) by Ezu on 27-04-2009

Tagged Under : ,

Non-System Disk or Disk Error results when the Basic Input/Output System (BIOS) cannot find the boot sector or the master boot record is missing or damaged. Disk errors refer to common data corruption and to actual physical damage of the hard drive. The BIOS searches drives in the order usually specified in the CMOS Setup. This order is often, but not always, A: (floppy drive), C: (first partition on the hard disk)… The error will occur during startup if the CMOS is set so the BIOS seek the floppy drive first and a non-bootable (or blank) floppy is in the floppy drive. Other causes include:

  • No bootable partition on a hard disk drive
  • A defective hard disk drive
  • The CMOS drive settings (parameters) are not correct for the boot device
  • Defective floppy
  • Defective floppy drive
  • A virus

tools

How you can fix disk error

For Windows

Step 1. Double-click on My Computer to open the My Computer window.
Step 2. Select the disk that you want to diagnose and repair.
Step 3. Choose Properties from the File menu. You should see the Properties window for the drive that you selected.
Step 4. Choose the Tools tab.
Step 5. Click the Check Now button under Error Checking Status.
Step 6. Depending on your version of Windows, choose either “Thorough” or “Scan for and Attempt Recovery of Bad Sectors.”
Step 7. Click on Start.

Manual steps to run Chkdsk at the command prompt

1. Click Start, and then Run.
2. In Open, type cmd, and then press ENTER.
3. Use one of the following procedures:

a) To run Chkdsk in read-only mode, at the command prompt, type chkdsk, and then press ENTER.
b) To repair errors without scanning the volume for bad sectors, at the command prompt, type chkdsk volume:/f, and then press ENTER.

Note: If one or more of the files on the hard disk are open, you will receive the following message:

Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)

Type Y, and then press ENTER to schedule the disk check, and then restart your computer to start the disk check.

To repair errors, locate bad sectors, and recover readable information, at the command prompt, type chkdsk volume:/r, and then press ENTER.

Note If one or more of the files on the hard disk are open, you will receive the following message:

Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)

Type Y, and then press ENTER to schedule the disk check, and then restart your computer to start the disk check.

Leave a Reply