Windows 10 - CHKDSK volume bitmap inconsistency

User discussion and information resource forum for Image products.
Post Reply
timg11
Posts: 262
Joined: Sun Oct 02, 2011 4:31 pm

Windows 10 - CHKDSK volume bitmap inconsistency

Post by timg11 »

In Windows 10 /64, CHKDSK C: returns (among other normal output) the error "The Volume Bitmap is incorrect."

Changing the command to CHKDSK C: /SCAN results in
"Windows has scanned the file system and found no problems. No further action is required."

Why is there a difference? What is the volume bitmap, and why would CHKDSK only find a problem when not using the /SCAN option?

I run chkdsk in my script before imagew64.exe to be sure the drive doesn't have errors. This is causing the script to error out before the image.

I can just change the command to CHKDSK C: /SCAN, but I'd like to understand more about what's going on.
TeraByte Support
Posts: 3598
Joined: Thu May 05, 2011 10:37 pm

Re: Windows 10 - CHKDSK volume bitmap inconsistency

Post by TeraByte Support »

at some point (one of the windows upgrades - might have been vista/7) their
non /f checking (on unlocked drives) can find problems since things are
changing and inconsistent.

"timg11" wrote in message news:12756@public.image...

In Windows 10 /64, CHKDSK C: returns (among other normal output) the error
"The Volume Bitmap is incorrect."

Changing the command to CHKDSK C: /SCAN results in
"Windows has scanned the file system and found no problems. No further
action is required."

Why is there a difference? What is the volume bitmap, and why would CHKDSK
only find a problem when not using the /SCAN option?

I run chkdsk in my script before imagew64.exe to be sure the drive doesn't
have errors. This is causing the script to error out before the image.

I can just change the command to CHKDSK C: /SCAN, but I'd like to understand
more about what's going on.

timg11
Posts: 262
Joined: Sun Oct 02, 2011 4:31 pm

Re: Windows 10 - CHKDSK volume bitmap inconsistency

Post by timg11 »

So you're thinking the volume bitmap error is a false positive, and I'm doing the right thing by changing my script to use "CHKDSK C: /SCAN"
TeraByte Support
Posts: 3598
Joined: Thu May 05, 2011 10:37 pm

Re: Windows 10 - CHKDSK volume bitmap inconsistency

Post by TeraByte Support »

right, maybe add /x ?

"timg11" wrote in message news:12758@public.image...

So you're thinking the volume bitmap error is a false positive, and I'm
doing the right thing by changing my script to use "CHKDSK C: /SCAN"

Post Reply