CHKDSK and Mirrored Drives
210 pts.
0
Q:
CHKDSK and Mirrored Drives
The following came up in a conversation today, and, it appears, that my Google-foo has gone on vacation.

The question that was raised was how does CHKDSK handle mirrored drives? Does it just check the active drive, or both the active and passive drive?

I am inclined to think that it only checks the active drive, being unaware that there is a passive drive. If this is the case, how would one do the occasional check of the passive drive for bad sectors, which could impinge upon the performance of the drive set?
ASKED: Mar 31 2009  6:28 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
46795 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
CHKDSK doesn't actually check the disk. It checks the volume which is carved out of a logical disk which is presented to windows. In the case of a mirror it would only check for bad sectors on the active disk, assuming that the RAID controller only allows for reads from one of the disks in the morrir.

If the RAID controller allows for reads from both disks in the mirror then all bets are off. When working with arrays it is better to use the array controller (or SAN) to check for bad sectors as the controller has access to the physical disks and can check them one at a time.
Last Answered: Mar 31 2009  6:52 PM GMT by Mrdenny   46795 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

JennyMack   3330 pts.  |   Mar 31 2009  8:05PM GMT

Denny -

Thank you for clarifying the purpose of the CHKDSK utility. Definitely cleaned up my understanding.

Jenny

 
0