where's scandisk in xp?

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
ed_fubes
Member
Posts: 65
Joined: Sun Mar 10, 2002 6:18 pm

where's scandisk in xp?

Post by ed_fubes »

Umm... can't seem to find scandisk in xp, does it even have it? I tried using diskdoctor from norton, but it won't allow, sayin that window session has priority over the task or sth like that... I keep noticing disk errors lately, i just wanna clear it up..that's all..
User avatar
Norm
SG VIP
Posts: 14195
Joined: Tue Mar 27, 2001 12:00 pm

Post by Norm »

It's called 'chkdsk' in XP.

Type that in the 'run' line
User avatar
Norm
SG VIP
Posts: 14195
Joined: Tue Mar 27, 2001 12:00 pm

Post by Norm »

An even better idea...

Open a Command window and type chkdsk /? and hit [enter]

That will give you all the command line switches, and proper sysntax for chkdsk.exe
User avatar
Dakota
Posts: 5694
Joined: Tue Oct 03, 2000 12:00 am
Location: Vancouver, Wa

Post by Dakota »

Double-click My Computer. Right-click drive letter. Select Properties. Click tools. Now you can do a check disk, defrag or a backup.
We Remember...
9|11
40 miles SW of Mt. St. Helens
richardc
Senior Member
Posts: 1081
Joined: Thu Dec 23, 1999 12:00 am
Location: vancouver bc

Post by richardc »

Just in case anyone is interested in whether chkdsk is necessary or to query a volume's current state, type :

fsutil dirty query <volume>:
*example*--fsutil dirty query c:

at the command prompt. The result will be either

Volume - <volume>: is Dirty
Volume - <volume>: is NOT Dirty

To set the status of a volume's dirty flag, type

fsutil dirty set <volume>:
at the command prompt. Use this command with care: XP won't ask you to confirm this action, and you can't use this command to set the dirty flag's status to clean. It will perform a CHKDSK at next boot for the drive


chkntfs/t:n where t= time and n= the seconds delay
will run checkdisk on bootup. works for fat32
Post Reply