where's scandisk in xp?
where's scandisk in xp?
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..
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
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