checkdisk 2k?

  • Thread starter Thread starter jim sturtz
  • Start date Start date
J

jim sturtz

you can setup chkdsk to run on reboot for a drive. but the syntax seems to
only let you tell it to do one drive at a time, least i havent found a
'chkdsk /all'. anyhow, when i setup to do multiple chkdsks, ie for c,d,e.
it seems like it actually does some of them more than once. i havent got an
exact pattern to the behavior yet but i know in the c,d,e example that d
would get chkdsk'd at least twice.

is there some faq or kb article describing the chkdsk common more fully?

thanks.

jim

checkdisk 2k?
 
In a command prompt enter...

chkdsk c: /f
chkdsk d: /f

It will do the LAST entered drive first but it will do both drives.

Dave



| you can setup chkdsk to run on reboot for a drive. but the syntax seems to
| only let you tell it to do one drive at a time, least i havent found a
| 'chkdsk /all'. anyhow, when i setup to do multiple chkdsks, ie for c,d,e.
| it seems like it actually does some of them more than once. i havent got an
| exact pattern to the behavior yet but i know in the c,d,e example that d
| would get chkdsk'd at least twice.
|
| is there some faq or kb article describing the chkdsk common more fully?
|
| thanks.
|
| jim
|
| checkdisk 2k?
|
|
 
thanks. tho wouldnt it execute the chkdsk c: /f, right away? how does it
know im going to (or not going to) put in another command?
 
Back
Top