CHKDSK
From Wikipedia, the free encyclopedia
(Redirected from Chkdsk)
| This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (July 2007) |
CHKDSK (short for Checkdisk) is a command in DOS and Microsoft Windows systems that verifies a hard disk or a floppy disk for file system integrity. It is similar to the fsck command in Unix.
Contents |
[edit] Windows NT based
Under Windows NT, Windows 2000, Windows 2003, Windows XP and Windows Vista, CHKDSK can also check the disk surface for bad sectors, a task previously done by SCANDISK. CHKDSK can also fix errors.
[edit] Using the Recovery Console
When using the Windows Recovery Console, the CHKDSK command can use the following options:
- /F
- Does an exhaustive check of the drive and corrects any errors.
- /R
- Locates bad sectors and recovers readable information.
Note: If you specify the /r option, the /f option is implied. When you specify the chkdsk command without arguments, the command checks the current drive with no options in effect (read-only mode).
[edit] See also
[edit] External links
Windows command line programs and builtins (more) | |
|---|---|
| Basic file and file system management | attrib · cd · chdir · copy · del · dir · erase · format · md · mkdir · move · rd · rename · ren · rmdir · type · xcopy |
| Advanced file and file system management | assoc · cacls · chkdsk · chkntfs · comp · compact · convert · diskcomp · diskcopy · fc · ftype · label · recover · regsvr32 · replace · subst · tree · verify · vol |
| Process management | at · exit · start · taskkill · tasklist · tlist · kill |
| User management/environment | chcp · color · date · graftabl · mode · path · popd · pushd · set · time · title · ver |
| Shell programming | break · call · cmd · cscript · doskey · echo · endlocal · exit · for · goto · if · pause · powershell · prompt · rem · setlocal · shift |
| Printing: print · Communications: ipconfig · net · netsh · netstat · ping · tracert · Text processing: edit · more · sort · Searching: find · findstr · Miscellaneous: cls · help | |
de:CHKDSK id:CHKDSK pt:Chkdsk ru:CHKDSK

