How to Run a Chkdsk Function

Method 1 of 3:

Through Windows (Any Version)

  1. How to Run a Chkdsk Function Picture 1
    Click the Start button. Select Computer or My Computer. This will open a list of all your drives. Locate the drive you wish to check for errors.
  2. How to Run a Chkdsk Function Picture 2
    Right-click the drive icon. Select Properties from the menu. In the new window, select the Tools tab. These are basic hard drive tools. Error-checking runs the chkdsk operation. Click Check Now…
  3. How to Run a Chkdsk Function Picture 3
    Select your chkdsk options. You can decide if you want chkdsk to fix errors and recover bad sectors. If you check either box, and you are trying to scan the hard drive that your operating system uses, then it will prompt you to restart. If you do, chkdsk will launch before Windows starts.
    1. You must be logged in as an Administrator.
Method 2 of 3:

Through the Command Prompt

  1. How to Run a Chkdsk Function Picture 4
    Restart your computer. As the computer boots up, repeatedly hit the F8 key until the Advanced Boot Options appear. This menu allows you to boot to a command prompt without loading Windows.
  2. How to Run a Chkdsk Function Picture 5
    Select 'Safe Mode with Command Prompt.' The computer will continue booting and you will see a list of drivers being loaded. After they finish loading you will be presented with a command prompt.
  3. How to Run a Chkdsk Function Picture 6
    Run chkdsk. Type 'chkdsk' and press enter to run a check on the current drive without fixing any errors.
    1. To run chkdsk and fix errors, type 'chkdsk c:/f' Replace 'c' with the drive letter you would like to fix.
    2. To run chkdsk and fix errors, locate sectors and retrieve data, type 'chkdsk c:/r' Replace 'c' with the drive letter you would like to fix.
    3. You may be prompted to restart if the drive is in use. If prompted, press Y to accept.
Method 3 of 3:

Through Mac OS X

  1. How to Run a Chkdsk Function Picture 7
    Launch Disk Utility. Disk Utility provides the same basic functionality as Chkdsk does for Windows machines. You will need a Mac OS X installation DVD.
  2. How to Run a Chkdsk Function Picture 8
    Turn on the Mac and insert the CD. Hold down the 'C' key. This will load the setup program for Mac OS. Choose your language to continue.
  3. How to Run a Chkdsk Function Picture 9
    Open Disk Utility. You can find it in the desktop menu bar. Select the hard drive you wish to repair and click Repair Volume.
    1. If Repair Volume is successful, then you can run Repair Permissions as well.
4.5 ★ | 2 Vote

May be interested

  • The ord () function in PythonThe ord () function in Python
    the built-in ord () function in python returns an integer representing the unicode code of the specified character.
  • RIGHT function in SQL ServerRIGHT function in SQL Server
    the article will explore and guide you how to use the right function in sql server to extract some characters from the right side of a given string.
  • Int () function in PythonInt () function in Python
    the int () function in python returns an integer object from any number or string.
  • AVG function in SQL ServerAVG function in SQL Server
    the avg function in sql server returns the average value of an expression or average value according to the specified column of the selected row.
  • Hex () function in PythonHex () function in Python
    the hex () function is one of python's built-in functions, used to convert an integer into the corresponding hexadecimal form.
  • ABS function in SQL ServerABS function in SQL Server
    this article will show you in detail how to use the abs () handling function in sql server with specific syntax and examples to better visualize and capture functions.
  • The function id () in PythonThe function id () in Python
    the built-in function id () in python returns a single integer value that identifies an object.
  • DATEPART function in SQL ServerDATEPART function in SQL Server
    the datepart function in sql server returns a time value of the input argument, which can be day, month, year, quarter, hour, minute, second, millisecond ... the return value is an integer type (int)
  • How to use the SUM function to calculate totals in ExcelHow to use the SUM function to calculate totals in Excel
    sum is a popular and very useful excel function, and is also a basic arithmetic function. as its name suggests, the sum function is used to calculate totals in excel. and the parameters can be single parameters or ranges of cells. in this article, tipsmake.com will guide you to use the sum function to calculate the sum in excel, the common errors when calculating sum by sum and how to fix it.
  • Check and fix hard drive errors with chkdsk on WindowsCheck and fix hard drive errors with chkdsk on Windows
    whenever there is a hard drive error or even strange behavior, users can rarely think of check disk as 'savior'. this article will show you how to use the check disk tool that comes with all versions of windows.