thanks Twayne.. I'm a little confused, I know my limits! Are you
saying that if I typed chkdsk /I that F is implied?.. I sure would
like to reduce the amount of time this takes.. sometimes an hour and
a half that I would rather be on my computer..thanks for all the
input.. I did look in help.. and typed in chkdsk it gave some help as
in message
Patrick said:
CLI = Command Line Interface. It's what you see when you open a
command prompt. For a full list of XP's command line tools, open
Help and Support and type "command line tools". The first entry
gives you a list.
If you open a command prompt and type "chkdsk /?" - note the space -
you'll get a text listing of what the parameters, or switches, are
and what they do.
Using Windows Help to see command line prompts, just type chkdsk into
the search section. This can be easier to read than the command
prompt version.
The difference between /F and /R (case does not matter) is that the
/R switch goes a bit further and not only tries to fix the disk
error, but also tries to Recover information from the bad section.
But if you are getting bad sectors on the disk, I'd suggest replacing
it. Where I am, bare 500-gig drives are under $100.
HTH
-pk
/R continues on to check the empty portions/areas of the disk and all
of it for bad sectors. /F tries to recover or fix any errors it
finds but does nothing in the areas of the disk where there are no
files and does not mark bad sectors. /R also prevents future writes
to bad blocks.
Checks a disk and displays a status report.
CHKDSK [volume[[path]filename]]] [/F] [/V] [/R] [/X] [/I] [/C]
[/L[:size]]
volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
filename FAT/FAT32 only: Specifies the files to check for
fragmenta
/F Fixes errors on the disk.
/V On FAT/FAT32: Displays the full path and name of
every fil
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 num
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.
The /I or /C switch reduces the amount of time required to run Chkdsk
by skipping certain checks of the volume.