Skip to main content

Run Check Disk from Command prompt

  You can run Check Disk from the command line or within other utilities. At a command prompt, you can test the integrity of the C drive by typing the following command:
    chkdsk C:

To find and repair errors that are found in the E drive, use the following command: 


chkdsk /f C: 

 
 Note that Check Disk can’t repair volumes that are in use. If the volume is in use, Check Disk displays a prompt that asks if you want to schedule the volume to be checked the next time you restart the system. Click Yes to schedule this. 

 The complete syntax for Check Disk is as follows:
CHKDSK [volume[[path]filename]] [/F] [/V] [/R] [/X] [/I] [/C] [/L[:size]]

The options and switches for Check Disk are used as follows:
volume Sets the volume to work with
path/filename Specifies files to check for fragmentation (FAT16 and FAT32 only)
/F Fixes errors on the disk
/V Displays the full path and name of every file on the disk (FAT16 and FAT32); displays cleanup messages if any (NTFS)
/R Locates bad sectors and recovers readable information (implies /F)
/X Forces the volume to dismount first if necessary (implies /F)
/I Performs a minimum check of index entries (NTFS only)
/C Skips checking of cycles within the folder structure (NTFS only)
/L:size Sets the log file size (NTFS only)
/B Re-evaluates bad clusters on the volume (NTFS only; implies /R)

Comments

  1. If CheckDisk fails to complete as above : <-- Manufacturer's Diagnostic Utilities.

    (The old 302602 links is not valid now for the diagnostic links.)

    Diagnostic Utilities By Manufacturer - run the one for your hard drive
    http://www.techsupportforum.com/hardware-support/hard-drive-support/462298-no-ide-device-found.html

    Corrected list as of 6-09-2010

    Fujitsu Hard Drives: Diagnostic Utilities Here
    http://www.fujitsu.com/emea/products/hdd/

    Hitachi Hard Drives: Diagnostic Utilities Here
    http://www.hitachigst.com/support/downloads/

    IBM Hard Drives: Use Hitachi Utilities*

    Toshiba Hard Drives: Use Hitachi or Maxtor Utilities

    Maxtor Hard Drives: Diagnostic Utilities Here (now SeaGate)
    http://www.seagate.com/www/en-us/support/

    Quantum Hard Drives: Use Maxtor Utilities

    Seagate Hard Drives: Diagnostic Utilities Here
    http://www.seagate.com/www/en-us/support/downloads

    Conner Hard Drives: Use Seagate Utilities

    Samsung Hard Drives: Diagnostic Utilities Here
    http://www.samsung.com/global/business/hdd/

    Western Digital Hard Drives: Diagnostic Utilities Here
    http://support.wdc.com/product/download.asp?lang=en

    The trial versions of one of these "might" help.

    SpeedFan
    http://www.almico.com/sfdownload.php

    HD Tune
    http://www.hdtune.com/

    ReplyDelete

Post a Comment

Popular posts from this blog

Ring tester

 In my Electronic repair job I found normal multimeter is somewhat limited  in certain area. so special tools are needed for saving  a lot of time  Ring tester is one of this kind .helping me to check small hi Q inductors SMPS transformer, TV Deflection coils ,LOT ,line driver transformer and almost any inductor working on hi frequency.Normal multimeter can only identify a open coil ,but not a shorted windings.  I found some commercial available ring tester. but it is not available in local shops of my area.also it seems priced high. So  I decided to make a ring tester of my own. Below is the one I successfully made from the junk box components. I found it very useful. and now it is one of my best test tool collection. Two Ic's, few LED's ,one plastic container and few resistors  made this wonderful tool. If we test it with primary of SMPS transformer or LOT windings of a good one shows all its LEDs will light. depending on the inductive reactantce  the number of LED 's

Transistor numbers and codes

Most transistor markings follow one of these codes: JEDEC, JIS or Pro-Electron. For ICs, look for known numbers (e.g. 741, 4001, 7400) between the prefix and the suffix. Don't confuse it with the date code. ICs typically have two numbers: The part number and the date code. 1. Joint Electron Device Engineering Council (JEDEC) These part numbers take the form: digit, letter, sequential number, [suffix] The letter is always 'N', and the first digit is 1 for diodes, 2 for transistors, 3 for four-leaded devices, and so forth. But 4N and 5N are reserved for opto-couplers. The sequential numbers run from 100 to 9999 and indicate the approximate time the device was first made. If present, a suffix could indicate various things. For example, a 2N2222A is an enhanced version of a 2N2222. It has higher gain, frequency, and voltage ratings. Always check the data sheet. Examples: 1N914 (diode), 2N2222, 2N2222A, 2N904 (transistors). NOTE: When a metal-can version of a JEDEC tra

Short Finder

  Today i made this Test instrument using Arduino ..very very usefull in find out shorted electronic components in mainboards.. espcially when lot of ICs sharing same power. if one componet get short the whole track shows 0 resistance when testing with normal multimeter.. its difficult to find which one is the dead rat.  Normally we need to take out each suspected component from board and need to test until we got the defective one.. its tedious job and damage the board.    Another way inject current to the circuit test the heat.. its not safe.   Here is the need of this device. When we trace the power line with this probe.. it gives high pitch audio tone when the probe near the particular shorted component.. It can test micro ohm resistance beyond normal meter range Automatically shut to save battery .if we forget to switch of the tester Auto calibration range. Portable The tester voltage and current safe to testing any components . On board testable.. Happy troubleshooting