G
Gerhard Fiedler
Hello,
I know that fsutil is WinXP, but I thought since this is about the file
system (NTFS) and there's not XP file system ng...
My problem is this: I wanted to force a chkdsk on boot, kind of
programmatically. I read that if the dirty bit is set, autochk runs that
boot time chkdsk. I also read that with fsutil I can both query and set the
dirty bit of an NTFS partition. So I did -- but now there's no boot time
chkdsk on that drive anymore.
e:\>fsutil dirty query c:
Volume - c: is Dirty
When I boot, no chkdsk happens.
e:\>chkntfs c:
The type of the file system is NTFS.
C: is dirty. You may use the /C option to schedule chkdsk for
this drive.
I tried the /C option of chkntfs, but no chkdsk at boot either. I also
tried "chkntfs /D" to no avail.
I also tried the "normal" way and scheduled a boot time check through
"chkdsk c: /f", but still no boot time chkdsk happened.
I still can schedule boot time chkdsk on my other partitions (D:, E: etc).
Can somebody help me out here? How do I get the boot time chkdsk on my C:
drive back?
Thanks,
Gerhard
I know that fsutil is WinXP, but I thought since this is about the file
system (NTFS) and there's not XP file system ng...
My problem is this: I wanted to force a chkdsk on boot, kind of
programmatically. I read that if the dirty bit is set, autochk runs that
boot time chkdsk. I also read that with fsutil I can both query and set the
dirty bit of an NTFS partition. So I did -- but now there's no boot time
chkdsk on that drive anymore.
e:\>fsutil dirty query c:
Volume - c: is Dirty
When I boot, no chkdsk happens.
e:\>chkntfs c:
The type of the file system is NTFS.
C: is dirty. You may use the /C option to schedule chkdsk for
this drive.
I tried the /C option of chkntfs, but no chkdsk at boot either. I also
tried "chkntfs /D" to no avail.
I also tried the "normal" way and scheduled a boot time check through
"chkdsk c: /f", but still no boot time chkdsk happened.
I still can schedule boot time chkdsk on my other partitions (D:, E: etc).
Can somebody help me out here? How do I get the boot time chkdsk on my C:
drive back?
Thanks,
Gerhard