PDA

View Full Version : Chkdsk.exe how to


jimmy
December 6th 03, 08:19 AM
I want to scan a particular partition of my hd,how to go
around using chkdsk.exe

anonymous
December 6th 03, 08:19 AM
Start -> Help & Support Center.

Chkdsk
Creates and displays a status report for the disk. The
chkdsk command also lists and corrects errors on the disk.

The chkdsk command with the parameters listed below is
only available when you are using the Recovery Console.
The chkdsk command with different parameters is available
from the command prompt.

chkdsk [drive:] [/p] [/r]

Parameters

none

Used without parameters, chkdsk displays the status of
the disk in the current drive.

drive:

Specifies the drive that you want chkdsk to check.

/p

Performs an exhaustive check even if the drive is not
marked for chkdsk to run. This parameter does not make
any changes to the drive.

/r

Locates bad sectors and recovers readable information.
Implies /p.

Note

The chkdsk command requires the file Autochk.exe. If it
cannot find it in the startup directory (\%systemroot%
\System32, by default), it will attempt to locate it on
the Windows Installation CD. If you have a multiboot
computer, be sure you are issuing this command from the
drive containing Windows.


>-----Original Message-----
>I want to scan a particular partition of my hd,how to go
>around using chkdsk.exe
>.
>

R. C. White
December 10th 03, 11:22 PM
Hi, Jimmy.

If you want to check the partition labeled Drive E:, then type at the
Command prompt (or in a "DOS" window: chkdsk e:

As with most commands in the "DOS" window, you can see a mini-Help file by
just typing at the prompt: chkdsk /?

RC
--
R. C. White, CPA
San Marcos, TX

Microsoft Windows MVP

"jimmy" > wrote in message
...
> I want to scan a particular partition of my hd,how to go
> around using chkdsk.exe

Bruce Chambers
December 10th 03, 11:37 PM
Greetings --

Start > Run > Chkdsk.exe /? for the correct syntax and available
options.

Alternatively, double-click My Computer > right-click the desired
hard drive or partition > Properties > Tools > Error-checking/Check
Now. This will run Chkdsk, normally on the next reboot


Bruce Chambers

--
Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html

You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH


"jimmy" > wrote in message
...
> I want to scan a particular partition of my hd,how to go
> around using chkdsk.exe

Google