URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       webhub
  HTML https://webhub.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Windows
       *****************************************************
       #Post#: 21--------------------------------------------------
       How to perform CHKDSK in Command Prompt 
   DIR By: webhub
       Date: February 24, 2011, 9:01 pm
       ---------------------------------------------------------
       Alternatively, you can use the command prompt to perform a scan
       on a drive letter of your choice by running "chkdsk x:" where x
       is your drive letter. The manual scan options are:
       /F Fixes errors on the disk.
       /V On FAT/FAT32: Displays the full path and name of every file
       on the disk. On NTFS: Displays cleanup messages if any.
       /R Locates bad sectors and recovers readable information
       (implies /F).
       /L:size NTFS only: Changes the log file size to the specified
       number of kilobytes. If size is not specified, displays current
       size.
       /X Forces the volume to dismount first if necessary. All opened
       handles to the volume would then be invalid (implies /F).
       /I NTFS only: Performs a less vigorous check of index entries.
       /C NTFS only: Skips checking of cycles within the folder
       structure.
       /B NTFS only: Re-evaluates bad clusters on the volume (implies
       /R)
       "CHKDSK x: /F /R" would perform a full scan (including bad
       sectors) and attempt to fix them.
       thats it!
       #Post#: 25--------------------------------------------------
       Re: How to perform CHKDSK in Command Prompt 
   DIR By: eStong
       Date: February 27, 2011, 9:06 pm
       ---------------------------------------------------------
       :D usefull
       *****************************************************
       Page 1 of 1